nvim-neorg / neorg

Modernity meets insane extensibility. The future of organizing your life in Neovim.
GNU General Public License v3.0
6.08k stars 202 forks source link

More completions #1453

Closed benlubas closed 3 weeks ago

benlubas commented 3 weeks ago

Adds:

Refactors so TS helpers to take more sources, I'm slowly unifying the Neorg TS functions so they can all take buffer numbers, file paths, source strings, or nil for current buffer.

Fixes an off by one in get node text when the source was a string.


I think this wraps up all the completions. If there are more that I'm missing, let me know, but I can't think of any new ones.. Maybe it would be nice to get detached modifier extensions to work with more than just unordererd lists though

max397574 commented 3 weeks ago

it would be nice to get detached modifier extensions to work with more than just unordererd lists

+1 for that was recently writing an ordered list with tasks which had to be done in the correct order and really missed the completions there