Joseph Garnier
Joseph Garnier
> Hey, > This project is widely used but seems not to be actively maintained. > As I am using this extension every day I think I could help maintain...
doesn't work on Linux too (even with the last version).
@Gander7 tks for the tip. But it's still a bug, isn't it?
I can confirm this bug.
Here is also a **proposal to fix the definitions** of the cases discussed above: 1. Open `src/BibTeXCitations.ts` 2. Replace the regex line 10 by this one : `static _rxBibTeXInNote =...
Okay, no worries, I'll do a PR.
61 issues, good luck dude. This extension is very useful so I hope it will be updated.
I can confirm a similar bug that occurred recently. For my test, I **disabled all community plugins**, except Obsidian DataView. When I write ``$= dv.list(dv.pages())``, the _Live Preview_ mode displays...
@holroy Just to check, I've just tested a new vault with all default settings and only the "dataview" community plugin. As you can see on the screen below, the instruction...
@danielo515 Thanks for the quick reply. A quick and easy alternative is to iterate over the `value` property like this: ```javascript const category = result .getValue("category") ?.value.map((tag) => console.log("My tag...