Skip to content

defenestration/matter-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

title tags
matter-editor
readme
tags
hugo
jekyll
blah

matter-editor

Yaml Front Matter Editor script for Markdown or other files. Quickly create a 'title' and 'tags' in your file.

Designed for use with mkdocs, hugo or other html generators that work using markdown files.

Requires editfrontmatter pip package: pip install editfrontmatter

For bulk actions, copy to your PATH and use something like:

for f in **/*.md; do echo $f; matter-editor.py --file "$f" mytag1 mytag2;  done

About

Yaml Front Matter Editor script for Markdown or other files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages