Lishid

Results 93 comments of Lishid

@SamAriafar Unfortunately it is practically impossible to secure plugins without severely crippling the API - For more details read the thread on the forum [here](https://forum.obsidian.md/t/security-of-the-plugins/7544/2). In the end it really...

Hmm the plugin also doesn't gracefully unload and remove all the hooks that it has attached when the user disables the plugin.

1. Fair enough. I think that's fine then. You could add a small check for whether the file contents has changed since last parse, or `stat` the file and check...

Just want to add that the notice is shown for this action: ```js navigator.clipboard.readText() ``` https://github.com/esm7/obsidian-vimrc-support/blob/9937ecf51b7452345312e11e24731a8a9eb89bd8/main.ts#L445 This is bridged to a native clipboard API read, which is flagged by iOS...

Make sense, I'll need to think of something for this.

I think I understand the use case, but I'm a bit hesitant on the implementation. Links are qualified as a plaintext with a source file and a dest file, and...

The `file-open` is always triggered for the `Workspace.activeLeaf`. Just to be certain, however, I still suggest running a null check and comparing the TFile, but it should only fire for...

I would say that I don't want to change its behavior for backwards compatibility reasons, but we could look into adding a proper event for "file was just opened". Let's...

Honestly I hated this part from GitHub because `git` still uses `master` when you init a repo, so it's just a lot of confusion regardless. For now though, I haven't...

Yeah, thanks for the awareness, let's keep watching the situation as well.