Releases: Zachatoo/obsidian-inbox
Releases · Zachatoo/obsidian-inbox
3.0.2
3.0.0
2.0.1
1.1.0
1.0.0
Made it on the official community plugin store!
- Fix walkthrough not starting on step 1 when initially installing plugin.
- Show
.md
extension in "inbox note path" setting. - Prevent changing workspace layout when starting walkthrough and walkthrough view is already active.
- Support setting the inbox note while focused on a markdown file in a
.canvas
file.- Only works if embedded markdown file is in edit mode.
0.3.0
- Remove requirement for note to be in edit mode in order to trigger the "Set inbox note" command. The tab just has to be focused, the note can be in any mode.
- When opening the inbox note from the notification, if the inbox note is already open in a tab, focus that existing tab. Otherwise open in a new tab.
- Fix inbox notification having infinite duration when unset instead of defaulting to default Obsidian notice duration.
- Remove
\n
from base content placeholder text.
0.2.3
- Updates to prepare for release on community store.
- Important! The plugin id had to be changed from
obsidian-inbox
toinbox
in order to be accepted into the community store. This means if you've installed an older version of this plugin with BRAT you may end up with two versions of this plugin. You should remove the old plugin and update your settings to match what you had before in the new plugin. Sorry for the inconvenience.
0.2.2
- Fix all active Svelte components not updating UI when opening plugin settings tab and changing "Compare type" dropdown value once or twice.
0.2.1
- Internal changes to reduce and simplify code.
- InboxPlugin subscribes to store and updates settings when changes are made, allowing for store logic to be simpler.
0.2.0
- Add setting for what to compare Inbox note to on startup when determining whether or not to show a notification.
- "Compare to last tracked" will compare to a snapshot from when Obsidian was last closed. This is the new default, and is most commonly used when you want to know if a note was changes externally outside of Obsidian.
- "Compare to base" will compare to a base contents that you define. This is used for when you want to know if there's anything in your inbox note, even if there haven't been any changes to your note since your last startup. This previously was the default behavior.
- Update walkthrough to account for new setting.