Skip to content

Releases: Mocca101/obsidian-plugin-groups

2.1.0

31 Mar 19:34
Compare
Choose a tag to compare

✨ Filter and Search the Plugins List for easily finding and assigning your plugins to groups!

filter demo

2.0.2

15 Mar 18:39
Compare
Choose a tag to compare

Fixed tiny statusbar popup window sice in some themes.

2.0.1

08 Mar 22:51
Compare
Choose a tag to compare

Fixed #18 statusbar icon not working in some themes.

2.0.0

03 Mar 15:36
Compare
Choose a tag to compare
  • #14 ⬇️⬆️ It is now possible to define the order in which the plugins are loaded within a group. If you want plugins to be loaded in a specified order. Quick Note: I've noticed that some plugins that depend on other plugins might still throw Warning messages even if the required plugin was already loaded throug Plugin Groups.
  • #18 ⏹️You can now enable a statusbar icon to open a pop menu for managing your groups similar to the popup menu from MySnippets
  • #16 👀 You can now manage which groups a plugin belongs to via a list in the settings view. Hopefully making it easier to manage which plugins you've got in which groups and also giving you a better overview.
  • #20 🐛Fixed

Lot's of behind the Scenes Refactoring and changes to make things easier to extend in the future.

1.3.0

08 Jan 15:26
Compare
Choose a tag to compare

Plugin Group 1.3.0

Major UI Rework:

  • Updated the UI for editing groups to be organized in tabs. That way it should be easier to get to the Options you want while also making it less overwhelming by moving away from the wall of text.

New Features:

  • #8 Bulk De/Selection of plugins in the Plugins tab of Groups is now possible
  • #6 It's now possible to filter the plugin list to exclude plugins already included in othe groups. Note, this will not filter out plugins of groups that are inside a "parent" group, if the parent group is selected.

Bug Fixes:

  • #13 Should be fixed by queueing plugins for enable, it should now be certain that they are only enabled once

Behind the Scenes:

  • Working a lot on improving & refactoring the code to make it easier to maintain and expand

1.2.2

31 Dec 11:43
Compare
Choose a tag to compare

Bump

1.2.1

31 Dec 11:20
Compare
Choose a tag to compare

Fixed #11 as well as a bug problem where automatically added plugins wouldn't be saved to in there assigned groups.

1.2.0

31 Dec 01:14
Compare
Choose a tag to compare

Breaking!
Due to the new startup functionality, you will need to set your groups as startup groups again.

New

  • New possible behavior on startup: Disable instead of just enable
  • More detailed options for notifications
  • You can set groups to automatically include newly added plugins.
    • Limitation: The check only happens on the next load of the plugin or upon entering the plugin settings
  • Added button to duplicate existing groups, located next to the save button in the group's settings.

Per Device Groups (Beta)

26 Dec 22:10
Compare
Choose a tag to compare

New:

  • You can now set the active Device for the Plugin to work with.
  • In your groups you can now define which Devices they should work on. If you do not choose a group they'll continue to work on all devices as they did until now.
  • If you do not set an active device, all your groups will be active.

Changes:

  • New Ui for the Lists: Checkboxes instead of toggles for better readability and discernability to other options.
  • Some behind the scenes clean up to make the code easier to read & maintain.

If you find any issues or have suggestions, as always: Let me know!
🎉

Mobile on Startup load Works!

24 Dec 01:03
Compare
Choose a tag to compare

Changed a function from the Node.js Version to a universal one to make startup loading work on mobile as well!

That one slipped past me in the first releases unfortunately but alas, now it should work.