You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
roam-bro-bootcamp | 8 months ago | |
.gitignore | 8 months ago | |
Readme.md | 8 months ago | |
Screenshot 2022-10-10 at 12-00-48 🧠🌱 PKM Bro Bootcamp — Institute of Diagram Studies.png | 8 months ago | |
Snapshot – Live View (Mon Oct 10 2022).png | 8 months ago | |
auto_tiddle.py | 8 months ago | |
graph-data.json | 8 months ago | |
tid2md.py | 8 months ago |
Readme.md
PKM Bro Bootcamp Graph Wiki
Experiment with Tiddlyroam for the PKM Bro Bootcamp workshop.
Install
Install the tiddlywiki nodejs package
npm install -g tiddlywiki
To install on a server, follow these instructions:
How to: TiddlyWiki on NodeJS + nginx proxy + LetsEncrypt
Launch
tiddlywiki roam-bro-bootcamp/ --listen
to add Basic Auth on a server, provide a users.csv
in roam-bro-bootcamp/
username,password
admin,12345
...,...
tiddlywiki roam-bro-bootcamp/ --listen credentials=users.csv "readers=(anon)" "writers=(authenticated)"
Adding content automatically
With yt-dlp installed
check results
yt-dlp ytsearch10:"Obsidian" --get-id --get-title
save data to JSON file
➜ yt-dlp ytsearch10:"Obsidian" -j > yt-data.json
use auto-tiddle.py
to generate 1 page per video