Satab
Satab
@ryanoasis Hi, do you have any updates on this issue?
I have the same opinion here
I've the same issue, I've almost the provided function to insert the front matter : ```lua note_frontmatter_func = function(note) -- Add the title of the note as an alias. --...
I tried to investigate the cause, my understanding is when we have`tags: [#dd]`, plugin detects the tag, but when plugin formats it like ``` tags: - #dd ``` It cant...
UPDATE : I noticed that if I add tags like `thisTag` rather than `#thisTag`, it works as expected. Problem : without the hashtag sign there is no autocompletion on the...
@daira, I totally agree with you. Actually, when I saw an "uninteresting call" while having an ON_CALL for it, I thought something was wrong with my test, otherwise it's very...
Thanks, I will post a PR as soon as I 've some free time
I saw this plug in earlier today, I couldn't manage to make it work, it seems to be non maintained https://github.com/yaocccc/nvim-hl-mdcodeblock.lua May be gives you some idea, I hopedhave some...
TNX @RaidOpe, I have to rephrase my issue then How should I enable/install it? when I try to preview my markdown files it does not render music notations markdown-preview.nvim open...