Skip to content

Releases: mnowotnik/obsidian-user-plugins

1.4.0

16 Nov 14:59
Compare
Choose a tag to compare
  • the scripts can be now JS Obsidian plugins or compiled TS Obsidian plugins
  • add better notifications on errors
  • add more helper methods: openFile, notify, getAllFolders
  • deprecated passedModules and helpers. Use global require and plugin.api instead

1.3.0

23 May 10:44
Compare
Choose a tag to compare

Adds #1 - you can now apply scripts and snippets without reloading

1.2.0

18 May 17:24
Compare
Choose a tag to compare
  • removed dependency on path and require
  • logging with [obsidian-user-plugins] prefix
  • do not crash on errors, log and continue
  • now works on mobile

1.1.1

07 May 22:20
Compare
Choose a tag to compare
  • Added passedModules member to the passed plugin object. passedModules gives access to the obsidian module. The reason for this change is that using require inside scripts is impossible.

1.0.3

06 May 11:08
Compare
Choose a tag to compare

Initial release