Dae

Results 82 comments of Dae

Am I reading this right that currently the only way to have the language server run a compute node rather than the head/login node is to modify `extension.js`? Or is...

I'm curious if this is on the roadmap for the near future. With my university going entirely remote for the foreseeable future, being able to use this extension to work...

Any chance of getting this out of backlog and into a milestone, @roblourens? It would be amazing to be able to use this extension.

This is such a useful service. Thank you for developing it. I do think that the ability to easily download anonymized repositories is the only critical feature missing. For blind...

That's the intended behavior. The workflow that inspired this plugin assumes there is only 1 MD note per Zotero Item. I relaxed that restriction to allow multiple notes per item,...

More specifically, it sounds like you're using the plugin to find every MD files where a Zotero item is referenced, which is a different use case than the ones I've...

related from zotero forums https://forums.zotero.org/discussion/94322/is-there-any-way-to-link-to-an-obsidian-note-from-zotero

hi @fruchtblase you have configuration issues. First off, the file filter you're using, `\d{4}.md`, is not doing what you think it's doing. Try using: `^.+\d{4}\.md` Since you're using a file...

I understand how the readme could lead to that confusion. But yeah, when you use a custom file filter, the BBT citekey will need to come from the metadata. Let...