aviral-batra
aviral-batra
I think there is a solution to that - store an 'id' for the note in the YAML frontmatter. But I think it's not a good idea as it will...
Hmm - I think Untitled 1 - which is at the top of the page - is the file name, not the 'header' or 'title'. If you change it at...
On another note: If you wanted to integrate more with obsidian, the YAML might be useful for specifying custom settings and you could perhaps have a column in the table...
> Sorry, can't follow that one. Which YAML file do you mean? I meant the YAML frontmatter (YFM): > YFM is an optional section of valid YAML that is placed...
I use obsidian to anki to make notes, but using it like that is an interesting thought. I had not heard of the rememorize addon but I had a quick...
Hi @fonol and @p4nix. if you haven't started working on it, I've written a bit of code for a dialog that allows you to select directories to ignore and then...
Yep. I opened a pull request to clean up some stuff too.
I also updated the format of the build process to match the current obsidian sample plugin more.
Also, I deleted the python files on my repo to make it cleaner for me to work with so you may want to ignore those changes.
Yes, there is. If you call ```print(page.get())```, you should get a dictionary back. One of the keys in that dictionary is ```permissions```. If you edit that dictionary, it will edit...