Skip to content

issues Search Results · repo:Klafyvel/Norg.jl language:Julia

Filter by

12 results
 (66 ms)

12 results

inKlafyvel/Norg.jl (press backspace or delete to remove)

Hi, thanks a lot for the amazing work. As I was writing a pandoc json - norg converter, I noticed a bug with example scopes that newlines are not included into c.text. Example @document.meta title: ...
  • pysan3
  • 1
  • Opened 
    on Oct 30, 2023
  • #41

Right now the leading whitespaces in a verbatim block are rendered as is: * Some heading @code Some code that should not be rendered indented. @end becomes h1 Some heading /h1 pre code ...
  • Klafyvel
  • Opened 
    on Mar 6, 2023
  • #38

The semantics of metadata is not well specified yet, but Vhyrro tells me that right now the tree-sitter parser supports the following: key:value goes here key: value~ with a bunch of text key : value ...
  • Klafyvel
  • Opened 
    on Mar 5, 2023
  • #35

There have been some regressions lately in HTML code generation. I need to add some proper tests for generated code.
  • Klafyvel
  • Opened 
    on Feb 23, 2023
  • #28

Because we can t directly dispatch on kinds, there are big if statements at diverse places in the repo (see e.g. here). There could be a utility function that takes another function and its parameters ...
  • Klafyvel
  • Opened 
    on Feb 22, 2023
  • #25

File naming convention is inconsistent throughout the whole repository (e.g. src/parser, src/match, and test/ast_tests/).
enhancement
good first issue
  • Klafyvel
  • Opened 
    on Feb 11, 2023
  • #16

The spec has changed a bit since I wrote the parser for delimiting modifiers. Only two characters are now required (see https://github.com/nvim-neorg/norg-specs/commit/2f607c4b6063b09916e6552a833d01e3fb6118ff). ...
  • Klafyvel
  • Opened 
    on Jan 28, 2023
  • #15

Code generation is the most direct application of this package, hence it has been included almost since the beginning. However, if other code generation targets were to be added, we need to decide where ...
question
  • Klafyvel
  • Opened 
    on Jan 28, 2023
  • #14

I want to use SnoopPrecompile.jl to reduce time to first AST.
good first issue
  • Klafyvel
  • Opened 
    on Jan 28, 2023
  • #13

Since we do not rely on Julia type-system for AST nodes, the only way to know their layout right now is through trial and error / reading the code. This needs proper documentation.
documentation
  • Klafyvel
  • Opened 
    on Jan 28, 2023
  • #12
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub