Sebastien Dubois
Sebastien Dubois
+1 Shameless plug, I've written some blog posts a (long) while ago, maybe some of that content could be relevant/useful for some: https://www.dsebastien.net/?s=docker
This plugin is a fork of https://github.com/beaussan/update-time-on-edit-obsidian, focusing on delivering a simpler feature, while fixing the compatibility issue with Obsidian publish. cfr: - https://github.com/beaussan/update-time-on-edit-obsidian/issues/75 - https://forum.obsidian.md/t/publish-keeps-throwing-file-hash-mismatch-error/69035/11
I've renamed the plugin class as requested
Hello, Thanks for the review. I have release version 1.0.3 accordingly. - I have updated the description as requested - I haven't changed the author because my plugin is actually...
I have updated my project to remove the `enabled` setting. After thinking about it, I agree that the problems (if any) should be limited.
Hello @joethei, is there anything more I can do to help this PR move forward?
Could you take a look at my previous comments? I do see added value (type-safety wise for `isTFile`), and I don't know how to implement `AbstractInputSuggest`
I've updated the code as requested. I've removed `isTfile` and now use `AbstractInputSuggest`.
I've released a new version with the requested changes. I forgot to add 'debug' to multiple log statements
@joethei Can you take a look at this PR? I've updated everything as requested.