Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrejli/ObsidianYarn
Generator Obsidian Markdown files from and to files
https://github.com/andrejli/ObsidianYarn
Last synced: 2 months ago
JSON representation
Generator Obsidian Markdown files from and to files
- Host: GitHub
- URL: https://github.com/andrejli/ObsidianYarn
- Owner: andrejli
- License: gpl-3.0
- Created: 2022-06-02T14:47:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T13:17:31.000Z (about 2 years ago)
- Last Synced: 2024-08-08T00:43:58.769Z (6 months ago)
- Language: Python
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - andrejli/ObsidianYarn - Generator Obsidian Markdown files from and to files (Python)
README
# ObsidianYarn
Generator Obsidian Markdown files from and to filesTakes data from 'plan.txt' and generates md. files in your Obsidian Vault
Data are stored as into ROWS
Each Rows starts with NAME of note [[Duplicit Notes are Possible]]
... continous with name of linksProgramm now supports CUSTOM Templates from template folder. You can modify your template and program generate output in theri format.
AUTHOR IS CONFIGURABLE IN config/config.py
Files will be generated without CONTENT except NAME and Links
Already created files are not OVERWRITTEN by Script.Happy Hacking :)
# Install
1. clone repository to your computer
2. copy ALL to Vault Folder
3. modify your plan or 000_index__card
4. Configure config/config.py
5. run via CLI as python script# DEpendencies
python3.7 and above
Obsidian# Use via CLI in VAULT
'python3 write_md.py'# Use via CLI in VAULT
'python3 write_md.py plan.txt'# tests