Replies: 1 comment
-
Hi, calc. Appreciate the idea, but what's the difference with the current Also neovim now natively support TOC with treesitter with default keymap But I do want to have an even nicer TOC (maybe integration with outline.nvim is worth a try) , or a fancy side panel like in obsidian app, that can show either links, backlinks, tags, and TOC. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I’ve been following the recent efforts around building an ecosystem around the new fork of obsidian.nvim, and I’m excited about the direction it’s heading in. I’d like to contribute with a small but useful integration plugin.
This plugin adds a simple
:ObsidianTOC
command that parses the current markdown note and shows a navigable table of contents (TOC) extracted from the markdown headers (#, ##, etc.).It can also be integrated with
telescope
.Would love to know if this sounds like a good idea and if you'd be open to listing it alongside other community integrations once it's polished. Also happy to incorporate any suggestions or align better with the vault’s plugin model.
Thanks,
-- calc
Beta Was this translation helpful? Give feedback.
All reactions