ngirard

Results 130 comments of ngirard

Here's how it looks like after modifying the source code: ![image](https://user-images.githubusercontent.com/98098/76116262-f6272280-5fe9-11ea-82b7-1954a1bacbe1.png) Contrast with the original code: ![image](https://user-images.githubusercontent.com/98098/76116215-e4457f80-5fe9-11ea-8214-abeba13b36d2.png)

By the way, the original [Hydra](https://github.com/abo-abo/hydra) has its shorcuts rendered in bold *and* bright: ![image](https://user-images.githubusercontent.com/98098/76116788-e22ff080-5fea-11ea-92fb-988f960e631f.png)

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...

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: ![Screenshot_20210213_180707](https://user-images.githubusercontent.com/98098/107856347-d74f2400-6e27-11eb-8d9a-5903eba4bea6.png) 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]] ```...