You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds "template on rename" setting back into settings, disabled by default.
Consolidates template prepend logic to ensure both note creation and rename
events atomically read the content of an existing note before prepending a template.
Removes "template on rename" setting.
Prophylactic measure to prevent potential issues with template rules being applied to notes that are renamed when undesired.
See #57
Removes the need to clear template rules at plugin unload events by persisting match rules in a simpler way.
User template rules are now preserved across plugin updates and disable/enable events.