ngirard
ngirard
Here's how it looks like after modifying the source code:  Contrast with the original code: 
By the way, the original [Hydra](https://github.com/abo-abo/hydra) has its shorcuts rendered in bold *and* bright: 
Hey @Mange, nice to hear from you ! Hope you're doing well. Take care !
> I would like a simple way to collect the metadata from a bunch of Markdown files into one array of objects. Hey @Boerseth , meanwhile, have you found an...
Thanks for your feedback. Apologizes for not giving details on my configuration: I'm using Obsidian 0.10.13 and Folder note 0.6.0 on Ubuntu 20.04. > It is already supported by the...
Well then, I can't wait ;-)
Thank you for your work ! Here's what I did: 1. updated your plugin 2. Restarted Obsidian (just in case) 3. Deleted the `p/p.md` file 4. Did a Ctrl-clic on...
Yes, I'm on Linux. My distribution is Ubuntu 20.04. Here's a screenshot of my `p/p.md` page:  Incidentally, the cards are much larger using v0.6.2, but I guess I should...
Many errors show up in the console, like ``` Failed to load resource: net::ERR_FILE_NOT_FOUND: app://local/%2Fhome%2Fngirard%2FDocuments%2FNotes%2FZettelkasten%2Fp%2FAlain%20Caill%C3%A9.jpg?1613235956117 ``` so my bet is, the urls for the images are somehow wrong. I'm going...
Alright, I just created the following directory structure within my Obsidian project: ``` test/ \__ test_note.md ``` `test_note.md` only contains the following link to a pasted image: ```md ![[test.png]] ```...