2025-04-20
Plan
Ok so today's plan is:
parse document and cache linkables into DB
update the DB on file change (integrate with git later)
update neorg-ls to new tree-sitter parser
impelement go-to-definition feature
don't care about heading links
spent most of the time updating existing neorg-ls
source code from tree-sitter 2.20
to tree-sitter 2.25
.
to handle scoped linkable targets, finalized the new linkable target syntax and implemented it in tree-sitter parser.