Skip to content

Releases: jacoblearned/obsidian-template-by-note-name

1.1.3

21 Dec 06:00
0c13dae

Choose a tag to compare

Fixed

  • 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.

1.1.2

19 Dec 18:57
71b8f18

Choose a tag to compare

[1.1.2] - 2024-12-19

Fixed

  • 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

1.1.1

15 Dec 17:24
5903855

Choose a tag to compare

Fixed

  • 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.

1.1.0

14 Dec 22:46
5b9a8e3

Choose a tag to compare

[1.1.0] - 2024-12-14

Added

  • Added date and time expression evaluation support (#52).
  • Added settings for date and time formats to evaluate in templates.

1.0.0

11 Dec 18:37
628250e

Choose a tag to compare

Template by Note Name - 1.0.0

This release provides the following features:

  • Templating new notes automatically when created if they match a user-provided templating rule
  • Allowing users to customize the templates folder they want to use
  • Supporting prefix, suffix, and generic substring matching in user-provided templating rules
  • Supporting templating on note rename if the note is changed to a matching rule
  • Support for optional case-insensitive matching