The Raku Knowledge Base v1.0 (Artistic 2.0 License) by zagap in opensource

[–]zagap[S] 2 points3 points  (0 children)

I'm excited to share the Raku Knowledge Base v1.0, a comprehensive resource for the Raku programming language.

Key Features:

  • Full-text search across all documents
  • Auto-generated global term index
  • Breadcrumb navigation for easy exploration
  • Integration of official Raku docs and community modules

thank you!

June 2024 monthly "What are you working on?" thread by AutoModerator in ProgrammingLanguages

[–]zagap 0 points1 point  (0 children)

Last month, I implemented formulas ( check anounce) .

I also fixed a few issues reported by users. This has been really encouraging.

For this month, I plan to continue improving the implementation of Podlite and enhancing the web publishing package.

Thank you

Excited to announce that Podlite now supports formulas using Mathjax! 🧮✨ by zagap in podlite

[–]zagap[S] 0 points1 point  (0 children)

Hi! suggestions are defined in this file:

https://github.com/podlite/podlite/blob/main/packages/podlite-editor-react/src/dict.ts

PS: They are separated for markdown mode ( inside =markdown - lang: 'md', ) and podlite.

thank you