https://github.com/igapyon/md2tagmd
Markdown to Tag markdown
https://github.com/igapyon/md2tagmd
Last synced: about 1 month ago
JSON representation
Markdown to Tag markdown
- Host: GitHub
- URL: https://github.com/igapyon/md2tagmd
- Owner: igapyon
- License: apache-2.0
- Created: 2020-05-12T09:44:34.000Z (about 6 years ago)
- Default Branch: devel
- Last Pushed: 2021-04-26T20:16:17.000Z (about 5 years ago)
- Last Synced: 2025-02-24T11:18:50.320Z (over 1 year ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# md2tagmd
- md2tagmd is an generator for tag Markdown file from existing tagged Markdown files.
# Rule of Wiki tag
# md2tagmd
- md2tagmd is a tool to generate tag Markdown file from existing Markdown files with tag.
# Rule of Wiki tag
## Wiki line 1
- Wiki line 1 should start with # line with text which describe the wiki itself.
```
# Wiki description
```
### Index page
- Wiki Index.md will be overwritten by generator tool
- Index.md should not be modified manually. Because Index.md will be updated by generator.
## Wiki line 2
- Wiki line 2 should be empty line.
## Wiki line 3
- Wiki line 3 should begin with string `**Tag**:`, and have string of tag names whitch is separated with comma.
```
**Tag**: Sample, Style
```
### Tag page
- Wiki page with `Tag_TagName.md` will be generated by tool
- The `Tag_TagName.md` will be overwritten by tool, so you should not modify them manually.