vhyrro
vhyrro
Another interesting idea (proposed on the discord): - Detect when a code block marked as `#tangle` is out of sync with the file it should tangle to. - Perhaps some...
Ooh a code action along the lines of "xyz can be converted into a link" sonuds like a really cool idea!
Something more fuzzy would probably have to be configurable, as it may trigger false positives and users might not like that :sweat_smile:. Neorg already does fuzzy matching for links (using...
@aareman i don't think using null-ls would be a good idea. Making a generic LSP would nicely help with Neorg adoption outside of Neovim, which is what we want, right?...
Speaking of which, I've started work on an official LSP implementation here: https://github.com/nvim-neorg/neorg-lsp! I've only been working on it for a day, so don't expect it to do anything useful...
Yeah for proper evaluating of tags we'd need a semantic analyzer to understand what the different tags do and how they affect different elements. Coincidentally I'm working on such a...
Yo! Promoting/demoting and better indentation are things I really want to tackle as quickly as possible. They annoy me a lot when they don't work as intended as well :P...
They don't actually look that bad - well, apart from the pause icon which renders in half on my machine :p. I'm not sure about the undone icon, i think...
First bug I found myself: markup concealing was not autotriggering on files lower than 1250 lines, that's been fixed in bfe3056feb91d610c8224e8af1923e7c45676fe7 now :)
Seems to be a problem with generic line breaks as well. ```norg This is {a test}[with custom text] ```