Skip to content

Releases: mrjackphil/obsidian-text-expand

0.7.5

06 Apr 18:30
Compare
Choose a tag to compare
  • #34 Fix for lines
  • #8 Add expand all in file functionality

0.7.4

06 Apr 14:55
Compare
Choose a tag to compare
  • Refactoring
  • #32 Ignore empty lines/frontmatter for $lines/$letters sequences
  • #33 Fix typo in description

Thanks @lwb52 and @denchuku

0.7.3

05 Apr 07:04
Compare
Choose a tag to compare

0.7.2

10 Mar 12:39
Compare
Choose a tag to compare

Fixes:

  • Provide function callback for replace function call - #28. Thanks, @jcangas
  • Replace cachedData with vault.cachedRead - #27. Thanks, @lishid

0.7.1

25 Feb 18:30
Compare
Choose a tag to compare
  • Fix error when no queries on page

0.7.0

25 Feb 05:59
Compare
Choose a tag to compare

Refactor and issue-resolving update

WARNING: Remove the previous version of the plugin before the update.

  • Deprecated ability to extend the curly brackets text using expand command
  • No need to use the curly brackets for search queries (just wrap with expander code block)
  • Added ability to set up the default template to extend in the settings menu
  • Improved stability
  • No need to put the cursor inside of the code block. Expand command will find the closest query block and expand it.
  • Removed curly brackets from the plugin's name

0.6.5

04 Jan 17:28
Compare
Choose a tag to compare

Thanks, @zgagnon for this update.

  • Insert proper spacing after template, and close template block
    Fix for #18

0.6.4

28 Dec 16:28
Compare
Choose a tag to compare

Thanks, @jcangas for this release

  • Fix missing opt g in frontmatter's regex (only first occurrence is replaced)
  • Fix heading & footing returned with a comma after each char

0.6.3

27 Dec 05:31
Compare
Choose a tag to compare
  • Fix annoying error with lineEnding variable which appears when it wasn't changed.

0.6.2

12 Dec 18:31
Compare
Choose a tag to compare