YunoHost-Apps / tiddlywiki_ynh

TiddlyWiki package for YunoHost
https://tiddlywiki.com/
GNU General Public License v3.0
6 stars 2 forks source link

Commandes shell tiddlywiki ? #12

Closed davidszerman closed 3 years ago

davidszerman commented 3 years ago

Bonjour,

en me renseignant sur Tiddlywiki sur node.js, j'ai cru comprendre qu'il était possible de lancer certaines commandes, comme :

tiddlywiki wikipath --rendertiddlers '[!is[system]]' $:/core/templates/static.tiddler.html static text/plain tiddlywiki wikipath --rendertiddler $:/core/templates/static.template.html static.html text/plain tiddlywiki wikipath --rendertiddler $:/core/templates/static.template.css static/static.css text/plain

Sur mon install yunohost, tiddlywiki n'est pas une commande connue ; y a t il moyen de l'appeler ?

Merci

ericgaspar commented 3 years ago

It should be something like this. (please adapt to your needs) sudo /opt/node_n/n/versions/node/14/bin/node /var/www/tiddlywiki/tiddlywiki [<wikifolder>] [--<command> [<args>...]...]

davidszerman commented 3 years ago

Perfect, thanks