liamcain / obsidian-meta-title-filename

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meta Title Filename

This is a plugin for Obsidian.

Introduction

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

Examples

My folder My folder with plugin
Graph Graph with plugin

Todo

  • Add a possibility to make a template fo file name
  • Add markers to distinguish the same titles

Note

Feel free to write about bugs, mistakes or ideas for this plugin

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 93.1%Language:JavaScript 6.9%