Feel-ix-343 / markdown-oxide

Robust, Minimalist, Unbundled PKM for your favorite text-editor through the LSP
https://oxide.md
GNU General Public License v3.0
900 stars 14 forks source link

Support tags defined on frontmatter #161

Closed Scysta closed 5 days ago

Scysta commented 1 month ago

Hi. First of all, this project is great! I enjoy Neovim too much as to not use it for everything, including writing and note taking.

I usually declare tags on the frontmatter of a file, and I write them without the # prefix. This is actually supported by Obsidian and obsidian.nvim, but I'm not getting tag completion with moxide. Here's what I mean:

image

The suggestions are actually not meant to be tags (and probably they're fixed disabling tags on code blocks). Sure, I could manage to automate adding a # to every tag on every file, but I think they look cleaner without it, so I wanted to know if this is something that could be added!

Feel-ix-343 commented 1 month ago

Hey! Thanks for the write up and kind words! I am happy you are enjoying the project.

We can consider adding this to version 0

Feel-ix-343 commented 3 weeks ago

Hey again, this will be part of v1 through the new parser, and so that I can make v1 actually happen, I'm gonna put this off until v1 can tackle it.

Feel-ix-343 commented 5 days ago

-- closing as this is not considered a current issue.

If I forget to do this in v1, surely this can be reopened.