Rafael Madriz

Results 26 comments of Rafael Madriz

> I've been looking at now I might be able to port all of my notes from zk land, or more specifically how note linking and related functionality might work...

> The changes in this PR do seem like improvement because the correct behavior(of moving a border) is applied to the newest open buffer. And that's the one most likely...

> Ok. Sure. But I don't understand why this is a clear win over the keybinding that's already in Lunarvim. Oh I agree 100%, I didn't say this should be...

> Will probably add this when the npm release is updated. There are some promising commits in the repo that are not yet published. Hey, just to let you know,...

@kabouzeid Okay it seems like it's all working fine now, for the longest time any snippet that had `$` or spaces `a{Item $}` wouldn't work at all using nvim-compe. Just...

What do you think about letting people configure how `zk` searches for the metadata fields that it can use ? `zk` doesn't need to parse (or know) the entire syntax...

> Prefixes or regexes might be too fragile, as you also need to validate the context, for example that you are inside a YAML frontmatter. It gets even more complicated...

Thank you very much, that's good enough for me. Although I'm gonna leave this open in case anyone can provide a more advance cmd with the functionality that @vivekkalyan said...

No, you can't do that, this plugin uses the format used by vscode which is described [here](https://github.com/Microsoft/language-server-protocol/blob/main/snippetSyntax.md) and [here](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax). To get the date use the following: ``` { "date": {...

@OkelleyDevelopment Yeah I think we can close this now