Releases: snezhig/obsidian-front-matter-title
Releases · snezhig/obsidian-front-matter-title
1.5.0 beta
- 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
1.4.0
1.4.0-beta
- Support list values from frontmatter
- Fixed title disappearing, when file was moved
1.3.0
1.3.0-beta
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
Template-like path
Now you can use meta path as a template by using {{ }}
, see more.
Release 1.2.0-beta
Path as a template
Now you can use meta path as a template by using {{ }}
, see more.
Release 1.1.1
- 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
- Replace reading file with reading cached metadata
- Reduce graph update delay
- Fix some errors