Skip to content

Releases: snezhig/obsidian-front-matter-title

1.5.0 beta

20 Jun 16:52
Compare
Choose a tag to compare
  • Fix error when key in path was surrounded by a space. If a key was as {{ some_key }}, title would not be resolved
  • Support of original file values as path, basename, name

1.4.1

15 Jun 16:43
Compare
Choose a tag to compare
  • Fixed title disappearing, when file was moved (again)

1.4.0

14 Jun 17:17
Compare
Choose a tag to compare
  • Support list values from frontmatter
  • Fixed title disappearing, when file was moved
  • Readme was updated

1.4.0-beta

13 Jun 12:13
Compare
Choose a tag to compare
  • Support list values from frontmatter
  • Fixed title disappearing, when file was moved

1.3.0

07 Jun 18:02
Compare
Choose a tag to compare

This release downgrades the application version to allow installation on mobile and brings the following:

  • Functional to change leaf`s title if there is a markdown file with a title from front-matter
  • Correct local graph leaf
  • Some fixes

1.3.0-beta

04 Jun 13:50
Compare
Choose a tag to compare

This release downgrades the application version to allow installation on mobile and brings the following:

  • Functional to change leaf`s title if there is a markdown file with a title from front-matter
  • Correct local graph leaf
  • Some fixes

Release 1.2.1

24 May 14:03
Compare
Choose a tag to compare

Template-like path

Now you can use meta path as a template by using {{ }}, see more.

Release 1.2.0-beta

20 May 13:22
79cda19
Compare
Choose a tag to compare

Path as a template

Now you can use meta path as a template by using {{ }}, see more.

Release 1.1.1

18 May 16:49
Compare
Choose a tag to compare
  • Performance improvement
  • Fix error with graph nodes (graph did not restored titles, when it was disabled)
  • Fix a few errors

Release 1.1.0-beta

12 May 09:58
Compare
Choose a tag to compare
  • Replace reading file with reading cached metadata
  • Reduce graph update delay
  • Fix some errors