hypc / obsidian-metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsidian Metadata

This plugin will render the all metadata of the frontmatter.

In the settings tab, you can set the metadata orders, and you can ignore the fields if you don't want to render.

Custom build

build with yarn:

foo@bar:~/obsidian-metadata$ yarn install
foo@bar:~/obsidian-metadata$ yarn build

or build with npm:

foo@bar:~/obsidian-metadata$ npm install
foo@bar:~/obsidian-metadata$ npm run build

then, copy dist/* to your vault:

foo@bar:~/obsidian-metadata$ mkdir -p ${your_vault_path}/.obsidian/plugins/obsidian-metadata/
foo@bar:~/obsidian-metadata$ copy dist/* ${your_vault_path}/.obsidian/plugins/obsidian-metadata/

finally, enable the plugin Obsidian Metadata.

Maintainers

@hypc

License

MIT © hypc

About

License:MIT License


Languages

Language:TypeScript 76.1%Language:JavaScript 16.4%Language:Less 7.5%