mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-27 09:24:45 +00:00
Improvements to Android and fr-FR docs (#2418)
* A third way to use TW5 on Android small improvements to Android/Node.js doc tiddlers * fr-FR translation for the link button * replace _ with space in file name
This commit is contained in:
parent
e3415796b2
commit
ea8b81935a
@ -1,5 +1,5 @@
|
|||||||
created: 20131219100608529
|
created: 20131219100608529
|
||||||
modified: 20160430162310620
|
modified: 20160501090359432
|
||||||
tags: [[TiddlyWiki on Node.js]]
|
tags: [[TiddlyWiki on Node.js]]
|
||||||
title: Installing TiddlyWiki on Node.js
|
title: Installing TiddlyWiki on Node.js
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -26,6 +26,6 @@ type: text/vnd.tiddlywiki
|
|||||||
|
|
||||||
The `-g` flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it.
|
The `-g` flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it.
|
||||||
|
|
||||||
If you are using Debian or Debian-based Linux and you are reciving a `node: command not found` error though node.js package is installed, you may need to create a symbolic link between `nodejs` and `node`. Consult your distro's manual and `whereis` to correctly create a link. See github [[issue 1434|http://github.com/Jermolene/TiddlyWiki5/issues/1434]]
|
If you are using Debian or Debian-based Linux and you are receiving a `node: command not found` error though node.js package is installed, you may need to create a symbolic link between `nodejs` and `node`. Consult your distro's manual and `whereis` to correctly create a link. See github [[issue 1434|http://github.com/Jermolene/TiddlyWiki5/issues/1434]]
|
||||||
|
|
||||||
Example Debian v8.0: `sudo ln -s /usr/bin/nodejs /usr/bin/node`
|
Example Debian v8.0: `sudo ln -s /usr/bin/nodejs /usr/bin/node`
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
|
caption: Serving TW5 from Android
|
||||||
created: 20160430100634207
|
created: 20160430100634207
|
||||||
modified: 20160430143725491
|
modified: 20160501090319761
|
||||||
tags:
|
tags: [[TiddlyWiki on Node.js]]
|
||||||
title: Serving TW5 from Android
|
title: Serving TW5 from Android
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
[[Termux|https://termux.com/]] is an open source Android application that combines a Linux system and a terminal.
|
[[Termux|https://termux.com/]] is an open source Android application that combines a Linux system and a terminal.
|
||||||
|
|
||||||
Once you open //Termux// on your Android system, it is very straightforward to [[install|Installing TiddlyWiki on Node.js]] and [[run|Using TiddlyWiki on Node.js]] the [[Node.js flavour of TiddlyWiki|TiddlyWiki on Node.js]] from its command line.
|
Once you open //Termux// on your Android system, it is straightforward to [[install|Installing TiddlyWiki on Node.js]] and [[run|Using TiddlyWiki on Node.js]] the [[Node.js flavour of TiddlyWiki|TiddlyWiki on Node.js]] from the command line.
|
||||||
|
|
||||||
From then on, as long as //Termux// is not closed, you may access your wiki anytime from your favourite Web browser pointing on the expected address and port.
|
From then on, as long as //Termux// is not closed, you may access your wiki anytime from your favourite Web browser pointing on the expected address and port.
|
||||||
|
|
||||||
> __note to contributors__: you may as well install //git//, //emacs// or //vi//, in order to edit and maintain individual tiddler files. This would probably require that you also attach a more powerful keyboard to your Android, like the [[Hacker's Keyboard|https://github.com/klausw/hackerskeyboard/]] application or a Bluetooth external device.
|
> __note to contributors__: in //Termux//, you may as well install //git//, //emacs// or //vi//, in order to edit and maintain individual tiddler files. This would probably require that you also attach a more powerful keyboard to your Android, like the [[Hacker's Keyboard|https://github.com/klausw/hackerskeyboard/]] application or a Bluetooth external device.
|
@ -127,6 +127,8 @@ Italic/Caption: italiques
|
|||||||
Italic/Hint: Met la sélection en italiques
|
Italic/Hint: Met la sélection en italiques
|
||||||
LineWidth/Caption: épaisseur du trait
|
LineWidth/Caption: épaisseur du trait
|
||||||
LineWidth/Hint: Choisit une épaisseur de trait pour le remplissage
|
LineWidth/Hint: Choisit une épaisseur de trait pour le remplissage
|
||||||
|
Link/Caption: lien
|
||||||
|
Link/Hint: Crée un lien wikitext
|
||||||
ListBullet/Caption: liste à puces
|
ListBullet/Caption: liste à puces
|
||||||
ListBullet/Hint: Formate les lignes de la sélection comme une liste à puces
|
ListBullet/Hint: Formate les lignes de la sélection comme une liste à puces
|
||||||
ListNumber/Caption: liste numérotée
|
ListNumber/Caption: liste numérotée
|
||||||
|
Loading…
Reference in New Issue
Block a user