Skip to content

Commit

Permalink
feat(README): Mention projects using Norg.Jl in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Klafyvel committed Aug 14, 2024
1 parent 5f03e26 commit e6a91fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,7 @@ There are three main steps for turning Norg files into HTML (since it's the only
3. Code generation (turning the AST into HTML)

Earlier Norg.jl would rely on Julia's type system, but that made the code type-unstable. That's why I refactored it using a kind of enumeration to label each token and node of the AST. I did not invent anything here, it comes straight from [JuliaSyntax.jl](https://github.com/JuliaLang/JuliaSyntax.jl/) super cool ideas.

## Projects using Norg.jl

- [neorg-dashboard](https://github.com/isentropic/neorg-dashboard), a simple filewatcher and renderer of norg in julia.

0 comments on commit e6a91fa

Please sign in to comment.