This is a plugin for Obsidian.
Plugin let you replace filename with meta block. For example, you can have a my_title
key in your file with specific title and configure the plugin to read this key.
Also, plugin supports deep-key-value, for example you can have the following meta:
alias:
- MPI
status: open
tags:
- '#project'
- '#improvement'
date_updated: '2022-03-04 22:42:50'
additional:
author: Snezhig
title: Project ideas
Then set the path like additional.title
and plugin will set Project ideas
as filename
If key does not have a value, filename will not be replaced
My folder | My folder with plugin |
---|---|
Graph | Graph with plugin |
---|---|
- Add a possibility to make a template fo file name
- Add markers to distinguish the same titles
Feel free to write about bugs, mistakes or ideas for this plugin