ssv-asia
v1.0.0
Published
Expert AEC Terminal — Quick Thought mode for Obsidian Daily Notes
Downloads
101
Maintainers
Readme
ssv.asia — Expert AEC Terminal
A cross-platform Node.js CLI for capturing quick thoughts directly into your Obsidian Daily Notes.
Install
npm install -g ssv-asiaUsage
# Launch the interactive menu
ssv.asia
# Jump straight into Quick Thought mode
ssv.asia quick
# Re-run first-time configuration
ssv.asia config
# Show config file location
ssv.asia config-pathQuick Thought Mode
- Type a line and press Enter → it is instantly saved with a
[HH:mm:ss]timestamp. - Press ESC to exit cleanly.
- Entries are inserted above template content, respecting YAML front-matter.
First-Run Setup
On the very first launch you will be asked for:
| Setting | Description | Default |
|-----------------------|------------------------------------------------|--------------|
| Obsidian vault path | Absolute path to your Obsidian vault | — |
| Daily Notes folder | Folder inside the vault (e.g. Daily Notes) | — |
| Date format | File name format using dayjs tokens | YYYY-MM-DD |
These are stored permanently via the conf package and never asked again.
License
MIT
