High level markdown notes management tool.
- Collect markdown files in diffrent locations
- Find title / date and generate slug. All automatically. Supports chinese title slug translation.
- Reformat these files and send to a target dir (such as
content
dir for hugo) - Build site and publish to your server.
Run:
make
Configuration
code ~/.config/noteman/config.jsonc
example:
Commands
# Sync notes to target dir (with preprocessing)
noteman sync
# Preview using your browser
noteman preview
# Build site
noteman build
# Compress and publish to your server
noteman publish
Use noteman as a markdown file preprocessor.
mkdir input
mkdir output
vi input
---
Hello world
$$
E = mc^2 \\
F_G = G \frac{m_1 m_2}{r^2}
$$
./noteman sync