David

Results 197 comments of David

> ahh.. I should've looked here before creating my own fork. I've created support for both of [Luhman](https://github.com/Dyldog/luhman-obsidian-plugin) and [Unique Notes](https://help.obsidian.md/Plugins/Unique+note+creator) plugins by adding Prefix support using a customizable regex...

Thanks for the PR! Could you make this a setting so it can be configured?

Oh damn, sorry about that, for some reason I didn't receive email notifications and this went by me. Fixed the manifest, that should get rid of the issue

PRs are welcome 😄 I'm a bit short on time these days. In general we can either use one of the finished js libraries that do this and pipe the...

Hmm maybe we need to change the behavior of how files are getting renamed, or somehow wait until sync does it's thing

It's hard for me to maintain a compatibility list with all the different plugins that exist. We could do something community maintained but this relies on pull requests and people...

Just wanted to say that this is very simple to implement and a great first pull request to learn obsidian! You just have to add a new command that runs...

Definitely doable but how about: If the heading is "foo" and Filename "Foo", and it gets capitalized to "FOO", then you edit the heading, the plugin would have no idea...

You can handle that with the regex OR operator, like `.*(File1|File2).*`: https://www.regexpal.com/?fam=121813 RegEx is powerful enough that one expression can match multiple very detailed targets

After you disabled 'file open hook', did you restart the editor in between? Just trying to get an idea why this is happening