Skip to content

Releases: lynchjames/note-refactor-obsidian

1.8.2

18 Sep 23:06
Compare
Choose a tag to compare

Release of note-refactor-obsidian v1.8.2 auto-created by release.yml

1.8.1

30 Aug 22:18
Compare
Choose a tag to compare

#55 Addition of a setting to normalize headings based on the heading hierarchy in the target not - thanks @platers

1.7.1

20 Jun 20:23
Compare
Choose a tag to compare
Updates manifest for 1.7.1

1.7.0

20 Jun 17:53
Compare
Choose a tag to compare

File Name with Prefix Command

A new command to extract selection to a new note using the file name prefix as the file name. (PR from @approximate #38)

Markdown Link Generation

Obsidian built-in Markdown link generation is now used for links to be created based on the user's Files & Links settings:

  • New link format
  • Use [[Wikilinks]]

This means that Markdown [note name](note path) links are now supported if you have Use [[Wikilinks]] turned off (#29).

New placeholders are available for Note link template and Refactored note template in the plugin settings:

  • {{link}} the link to the original note in Wikilink or Markdown format depending on the user's Files & Links setting.
  • {{new_note_link}} the link to the new note in Wikilink or Markdown format depending on the user's Files & Links setting.

1.6.1

23 Dec 21:21
Compare
Choose a tag to compare
Updates manifest for 1.6.1

1.6.0

12 Dec 21:02
Compare
Choose a tag to compare

Enhancements

Allows for content to be appended to existing files using the Fuzzy Suggest Model (#27)

content only demo

1.5.2

23 Nov 16:46
Compare
Choose a tag to compare

Fix for latex presentation characters $$ being replaced with $ (#28)

1.5.1

14 Nov 14:25
Compare
Choose a tag to compare

Commands are now available to split a note by its headings (H1, H2 or H3). (#22)

split by headings demo

1.5.0

13 Nov 22:07
Compare
Choose a tag to compare

Two new templating settings added to help customise the content around the link inserted to a refactored note and the content of the refactored note itself.

1.4.7

11 Nov 23:57
Compare
Choose a tag to compare

Option to include a note transclusion rather than an internal link to the newly created note (#20).

More information in README config section.