Skip to content

Commit f8c37b4

Browse files
chore: add 'tags' options at frontmatter
1 parent e04a63c commit f8c37b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mkdocs_note/utils/cli/commands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ def _generate_note_basic_meta(self, file_path: Path, permalink: str) -> str:
3131
title: {file_path.stem.replace("-", " ").replace("_", " ").title()}
3232
permalink: {permalink}
3333
publish: true
34+
tags:
35+
-
3436
---
3537
"""
3638

0 commit comments

Comments
 (0)