github gsarig/obsidian-sentinel 1.1.0-beta.1

latest releases: 1.2.1, 1.2.0, 1.1.1...
pre-release9 months ago

Description

Version 1.1.0 includes the following new features:

  • More sophisticated targeting (closes #1). More specifically, you can target with the following additional parameters:
    • #tag - Prefixing the value with a # (e.g. #tag) will match notes that have the specified tag. For example, #tag-1 would trigger the action on any note that includes the tag "tag-1".
    • Folder/ - Putting / at the end of your value (e.g. folder/), will target notes within the specified folder. You can target nested folders like folder/subfolder/. For example, My Folder/ would target all notes under the "My Folder" folder, and My Folder/Subfolder all the notes under the specific subfolder.
    • Note name - Putting plain text (e.g. Note Name) will target a note with the exact title (case-insensitive)
    • Negative targeting - The above conditions can be used for negative targeting, by prefixing them with !. For example, !#tag-1 will trigger on any note EXCEPT for those containing the tag "tag-1". !My Folder/ will trigger on any note EXCEPT for those under the "My Folder" folder. !My Note will trigger on any notes EXCEPT for the note with the title "My Note".
    • Multiple targeting - You can use commas to combine multiple conditions. For example, #tag-1,folder/,Note Name will trigger if the note matches ANY of these conditions (has "tag-1" OR is in "folder" OR has the specified name). On the other hand, !#tag-1,!folder/,!Note Name would trigger only if ALL conditions are true (note doesn't have "tag-1" AND isn't in "folder" AND isn't named "Note Name").
  • Adds a new trigger "Closing a note", which runs every time the user leaves a note (closing #4)

How to beta test

You can use BRAT to test beta versions of the plugin:

  1. Install the BRAT plugin.
  2. Check the manifest-beta.json file to see the current beta version. For the current release, it should be 1.1.0-beta.1.
  3. Go to BRAT and add the plugin using the option "Add Beta plugin with frozen version":
    obsidian-sentinel-beta-testing.png
  4. Restart your vault.

Changelog

Full Changelog: 1.0.2...1.1.0-beta.1

Don't miss a new obsidian-sentinel release

NewReleases is sending notifications on new releases.