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.
 
 
 
David Benque fa3dd2b264
edit readme
8 months ago
roam-bro-bootcamp 2022-10-10-10-57-24 server changes 8 months ago
.gitignore ignore data 8 months ago
Readme.md edit readme 8 months ago
Screenshot 2022-10-10 at 12-00-48 🧠🌱 PKM Bro Bootcamp — Institute of Diagram Studies.png edit readme 8 months ago
Snapshot – Live View (Mon Oct 10 2022).png Save data and graph before retiring server 8 months ago
auto_tiddle.py fix auto script 8 months ago
graph-data.json Save data and graph before retiring server 8 months ago
tid2md.py disable wikilink conversion 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