Pete Walsh
Pete Walsh
huh, I'm surprised that blocked everything then. Then again the benchmark I ran was a few years ago and a lot has probably changed with `tokio` since then 🤷 Anyway,...
Someone familiar with `transformers` internals should review this (maybe @AkshitaB). I'm not sure what `transformers` does with this, but I'd be very cautious if they're monkey-patching our attention mechanism since...
That looks pretty cool! Happy to take a PR for an `ObsidianKanban` command.
That would be awesome! Please do!
What does your frontmatter look like before you save the buffer?
Hey @sadtab, I just fixed the issue with the tags being erased in a7e2ec9. > For example, I don't want the plug-in to create the aliases property filed for me,...
@dekaravanhoc, 3c3656b will fix `- [HelloLink](www.google.de)`, but `- [[Probability for Dice#findings#formulas-and-explanations]]` is not valid YAML. Or, it is, but it's not parsed in the way you'd expect, since brackets indicate...
> But even quoted, it does not work. Really? This works fine for me: ```yaml links: - "[[Probability for Dice#findings#formulas-and-explanations]]" ``` You can also just disable frontmatter management completely by...
On Mac it seems to work as expected. Is this still an issue? Either way, I don't think this a bug with obsidian.nvim.
Same issue for me. It works great outside of my dotfiles (like when developing another plugin), but within my dotfiles (which are symlinked) it seems that the `workspace.library` modules are...