1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

Fixing website

This commit is contained in:
Laurent Cozic
2017-10-30 23:08:20 +00:00
parent 456fdfaec6
commit 3f8e3edce0
4 changed files with 355 additions and 161 deletions

View File

@@ -105,7 +105,7 @@ function getFooter() {
output.push('WEBSITE'); output.push('WEBSITE');
output.push(''); output.push('');
output.push(INDENT + 'https://joplin.cozic.net'); output.push(INDENT + 'http://joplin.cozic.net');
output.push(''); output.push('');

178
CliClient/help.txt Normal file
View File

@@ -0,0 +1,178 @@
> joplin@0.10.64 build /mnt/d/Web/www/joplin/CliClient
> babel-changed app -d build --source-maps && babel-changed app/lib/models -d build/lib/models --source-maps && babel-changed app/lib/services -d build/lib/services --source-maps
1 modified files.
> babel app --only app/build-doc.js -d build --source-maps
app/build-doc.js -> build/build-doc.js
babel-changed detected exit code 0
0 modified files.
Nothing to do.
0 modified files.
Nothing to do.
Extra modules already added.
attach <note> <file>
Joindre le fichier fourni à la note.
config [name] [value]
Obtient ou modifie une valeur de configuration. Si la [valeur] n'est pas
fournie, la valeur de [nom] est affichée. Si ni le [nom] ni la [valeur] ne
sont fournis, la configuration complète est affichée.
-v, --verbose Afficher également les variables cachées.
Clefs/Valeurs possibles :
editor Editeur de texte.
L'éditeur de texte pour ouvrir et modifier les
notes. Si aucun n'est spécifié, il sera détecté
automatiquement.
Type : string.
locale Langue.
Type : Enum.
Valeurs possibles : en_GB (English), fr_FR
(Français).
Défaut : "en_GB"
sync.2.path Cible de la synchronisation sur le disque dur.
Le chemin du répertoire avec lequel synchroniser
lorsque la synchronisation par système de fichier
est activée. Voir `sync.target`.
Type : string.
sync.interval Interval de synchronisation.
Type : Enum.
Valeurs possibles : 0 (Désactivé), 300 (5 minutes),
600 (10 minutes), 1800 (30 minutes), 3600 (1
heure), 43200 (12 heures), 86400 (24 heures).
Défaut : 300
sync.target Cible de la synchronisation.
La cible avec laquelle synchroniser. Pour
synchroniser avec le système de fichier, veuillez
spécifier le répertoire avec `sync.2.path`.
Type : Enum.
Valeurs possibles : 1 (Memory), 2 (Système de
fichier), 3 (OneDrive).
Défaut : 3
trackLocation Enregistrer l'emplacement avec les notes.
Type : bool.
Défaut : true
uncompletedTodosOnTop Tâches non-terminées en haut des listes.
Type : bool.
Défaut : true
cp <note> [notebook]
Copie les notes correspondant à <nom> vers [carnet]. Si aucun carnet n'est
spécifié, la note est dupliquée sur place.
done <note>
Marquer la tâche comme complétée.
edit <note>
Editer la note.
exit
Quitter le logiciel.
export <directory>
Exporter les données de Joplin vers le dossier fourni. Par défaut, la base
de donnée complète sera exportée, y compris les carnets, notes, tags et
resources.
--note <note> Exporter uniquement la note spécifiée.
--notebook <notebook> Exporter uniquement le carnet spécifié.
geoloc <note>
Afficher l'URL de l'emplacement de la note.
help [command]
Affiche les informations d'utilisation.
import-enex <file> [notebook]
Importer un carnet Evernote (fichier .enex).
-f, --force Ne pas demander de confirmation.
mkbook <new-notebook>
Créer un carnet.
mknote <new-note>
Créer une note.
mktodo <new-todo>
Créer une nouvelle tâche.
mv <note> [notebook]
Déplacer les notes correspondant à <note> vers [notebook].
ren <item> <name>
Renommer l'objet <item> (note ou carnet) en <name>.
rmbook <notebook>
Supprimer le carnet.
-f, --force Supprimer le carnet sans demander la confirmation.
rmnote <note-pattern>
Supprimer les notes correspondants à <note-pattern>.
-f, --force Supprimer les notes sans demander la confirmation.
search <pattern> [notebook]
Chercher le motif <pattern> dans toutes les notes.
status
Afficher un résumé des notes et carnets.
sync
Synchroniser les notes et carnets.
--target <target> Synchroniser avec la cible donnée (par défaut, la
valeur de configuration `sync.target`).
--random-failures For debugging purposes. Do not use.
tag <tag-command> [tag] [note]
<tag-command> peut être "add", "remove" ou "list" pour assigner ou enlever
l'étiquette [tag] de la [note], our pour lister les notes associées avec
l'étiquette [tag]. La commande `tag list` peut être utilisée pour lister
les étiquettes.
todo <todo-command> <note-pattern>
Gère le status des tâches. <todo-command> peut être "toggle" ou "clear".
Utilisez "toggle" pour basculer la tâche entre le status terminé et
non-terminé (Si la cible est une note, elle sera convertie en tâche).
Utilisez "clear" pour convertir la tâche en note.
undone <note>
Marquer une tâche comme non-complétée.
version
Affiche les informations de version

168
README.md
View File

@@ -169,16 +169,18 @@ There are two types of shortcuts: those that manipulate the user interface direc
Shift+Tab Give focus to previous pane Shift+Tab Give focus to previous pane
: Enter command line mode : Enter command line mode
ESC Exit command line mode ESC Exit command line mode
ENTER Edit the selected note
Ctrl+C Cancel the current command. Ctrl+C Cancel the current command.
Ctrl+D Exit the application. Ctrl+D Exit the application.
DELETE Delete the currently selected note or notebook. DELETE Delete the currently selected note or notebook.
SPACE Set a todo as completed / not completed SPACE Set a to-do as completed / not completed
tc [t]oggle [c]onsole between maximized/minimized/hidden/visible. tc [t]oggle [c]onsole between maximized/minimized/hidden/visible.
/ Search
tm [t]oggle note [m]etadata. tm [t]oggle note [m]etadata.
mn [m]ake a new [n]ote mn [M]ake a new [n]ote
mt [m]ake a new [t]odo mt [M]ake a new [t]odo
mb [m]ake a new note[b]ook mb [M]ake a new note[b]ook
yn Copy ([y]ank) the [n]ote to a notebook. yn Copy ([Y]ank) the [n]ote to a notebook.
dn Move the note to a notebook. dn Move the note to a notebook.
# Available commands # Available commands
@@ -187,163 +189,169 @@ The following commands are available in [command-line mode](#command-line-mode):
attach <note> <file> attach <note> <file>
Attaches the given file to the note. Joindre le fichier fourni à la note.
config [name] [value] config [name] [value]
Gets or sets a config value. If [value] is not provided, it will show the Obtient ou modifie une valeur de configuration. Si la [valeur] n'est pas
value of [name]. If neither [name] nor [value] is provided, it will list fournie, la valeur de [nom] est affichée. Si ni le [nom] ni la [valeur] ne
the current configuration. sont fournis, la configuration complète est affichée.
-v, --verbose Also displays unset and hidden config variables. -v, --verbose Afficher également les variables cachées.
Possible keys/values: Clefs/Valeurs possibles :
editor Text editor. editor Editeur de texte.
The editor that will be used to open a note. If L'éditeur de texte pour ouvrir et modifier les
none is provided it will try to auto-detect the notes. Si aucun n'est spécifié, il sera détecté
default editor. automatiquement.
Type: string. Type : string.
locale Language. locale Langue.
Type: Enum. Type : Enum.
Possible values: en_GB (English), fr_FR (Français). Valeurs possibles : en_GB (English), fr_FR
Default: "en_GB" (Français).
Défaut : "en_GB"
sync.2.path File system synchronisation target directory. sync.2.path Cible de la synchronisation sur le disque dur.
The path to synchronise with when file system Le chemin du répertoire avec lequel synchroniser
synchronisation is enabled. See `sync.target`. lorsque la synchronisation par système de fichier
Type: string. est activée. Voir `sync.target`.
Type : string.
sync.interval Synchronisation interval. sync.interval Interval de synchronisation.
Type: Enum. Type : Enum.
Possible values: 0 (Disabled), 300 (5 minutes), 600 Valeurs possibles : 0 (Désactivé), 300 (5 minutes),
(10 minutes), 1800 (30 minutes), 3600 (1 hour), 600 (10 minutes), 1800 (30 minutes), 3600 (1
43200 (12 hours), 86400 (24 hours). heure), 43200 (12 heures), 86400 (24 heures).
Default: 300 Défaut : 300
sync.target Synchronisation target. sync.target Cible de la synchronisation.
The target to synchonise to. If synchronising with La cible avec laquelle synchroniser. Pour
the file system, set `sync.2.path` to specify the synchroniser avec le système de fichier, veuillez
target directory. spécifier le répertoire avec `sync.2.path`.
Type: Enum. Type : Enum.
Possible values: 1 (Memory), 2 (File system), 3 Valeurs possibles : 1 (Memory), 2 (Système de
(OneDrive). fichier), 3 (OneDrive).
Default: 3 Défaut : 3
trackLocation Save geo-location with notes. trackLocation Enregistrer l'emplacement avec les notes.
Type: bool. Type : bool.
Default: true Défaut : true
uncompletedTodosOnTop Show uncompleted todos on top of the lists. uncompletedTodosOnTop Tâches non-terminées en haut des listes.
Type: bool. Type : bool.
Default: true Défaut : true
cp <note> [notebook] cp <note> [notebook]
Duplicates the notes matching <note> to [notebook]. If no notebook is Copie les notes correspondant à <nom> vers [carnet]. Si aucun carnet n'est
specified the note is duplicated in the current notebook. spécifié, la note est dupliquée sur place.
done <note> done <note>
Marks a todo as done. Marquer la tâche comme complétée.
edit <note> edit <note>
Edit note. Editer la note.
exit exit
Exits the application. Quitter le logiciel.
export <destination> export <directory>
Exports Joplin data to the given target. Exporter les données de Joplin vers le dossier fourni. Par défaut, la base
de donnée complète sera exportée, y compris les carnets, notes, tags et
resources.
--note <note> Exports only the given note. --note <note> Exporter uniquement la note spécifiée.
--notebook <notebook> Exports only the given notebook. --notebook <notebook> Exporter uniquement le carnet spécifié.
geoloc <note> geoloc <note>
Displays a geolocation URL for the note. Afficher l'URL de l'emplacement de la note.
help [command] help [command]
Displays usage information. Affiche les informations d'utilisation.
import-enex <file> [notebook] import-enex <file> [notebook]
Imports an Evernote notebook file (.enex file). Importer un carnet Evernote (fichier .enex).
-f, --force Do not ask for confirmation. -f, --force Ne pas demander de confirmation.
mkbook <new-notebook> mkbook <new-notebook>
Creates a new notebook. Créer un carnet.
mknote <new-note> mknote <new-note>
Creates a new note. Créer une note.
mktodo <new-todo> mktodo <new-todo>
Creates a new todo. Créer une nouvelle tâche.
mv <note> [notebook] mv <note> [notebook]
Moves the notes matching <note> to [notebook]. Déplacer les notes correspondant à <note> vers [notebook].
ren <item> <name> ren <item> <name>
Renames the given <item> (note or notebook) to <name>. Renommer l'objet <item> (note ou carnet) en <name>.
rmbook <notebook> rmbook <notebook>
Deletes the given notebook. Supprimer le carnet.
-f, --force Deletes the notebook without asking for confirmation. -f, --force Supprimer le carnet sans demander la confirmation.
rmnote <note-pattern> rmnote <note-pattern>
Deletes the notes matching <note-pattern>. Supprimer les notes correspondants à <note-pattern>.
-f, --force Deletes the notes without asking for confirmation. -f, --force Supprimer les notes sans demander la confirmation.
search <pattern> [notebook] search <pattern> [notebook]
Searches for the given <pattern> in all the notes. Chercher le motif <pattern> dans toutes les notes.
status status
Displays summary about the notes and notebooks. Afficher un résumé des notes et carnets.
sync sync
Synchronises with remote storage. Synchroniser les notes et carnets.
--target <target> Sync to provided target (defaults to sync.target config --target <target> Synchroniser avec la cible donnée (par défaut, la
value) valeur de configuration `sync.target`).
--random-failures For debugging purposes. Do not use.
tag <tag-command> [tag] [note] tag <tag-command> [tag] [note]
<tag-command> can be "add", "remove" or "list" to assign or remove [tag] <tag-command> peut être "add", "remove" ou "list" pour assigner ou enlever
from [note], or to list the notes associated with [tag]. The command `tag l'étiquette [tag] de la [note], our pour lister les notes associées avec
list` can be used to list all the tags. l'étiquette [tag]. La commande `tag list` peut être utilisée pour lister
les étiquettes.
todo <todo-command> <note-pattern> todo <todo-command> <note-pattern>
<todo-command> can either be "toggle" or "clear". Use "toggle" to toggle Gère le status des tâches. <todo-command> peut être "toggle" ou "clear".
the given todo between completed and uncompleted state (If the target is a Utilisez "toggle" pour basculer la tâche entre le status terminé et
regular note it will be converted to a todo). Use "clear" to convert the non-terminé (Si la cible est une note, elle sera convertie en tâche).
todo back to a regular note. Utilisez "clear" pour convertir la tâche en note.
undone <note> undone <note>
Marks a todo as non-completed. Marquer une tâche comme non-complétée.
version version
Displays version information Affiche les informations de version
# Known bugs # Known bugs

View File

@@ -240,178 +240,186 @@
Shift+Tab Give focus to previous pane Shift+Tab Give focus to previous pane
: Enter command line mode : Enter command line mode
ESC Exit command line mode ESC Exit command line mode
ENTER Edit the selected note
Ctrl+C Cancel the current command. Ctrl+C Cancel the current command.
Ctrl+D Exit the application. Ctrl+D Exit the application.
DELETE Delete the currently selected note or notebook. DELETE Delete the currently selected note or notebook.
SPACE Set a todo as completed / not completed SPACE Set a to-do as completed / not completed
tc [t]oggle [c]onsole between maximized/minimized/hidden/visible. tc [t]oggle [c]onsole between maximized/minimized/hidden/visible.
/ Search
tm [t]oggle note [m]etadata. tm [t]oggle note [m]etadata.
mn [m]ake a new [n]ote mn [M]ake a new [n]ote
mt [m]ake a new [t]odo mt [M]ake a new [t]odo
mb [m]ake a new note[b]ook mb [M]ake a new note[b]ook
yn Copy ([y]ank) the [n]ote to a notebook. yn Copy ([Y]ank) the [n]ote to a notebook.
dn Move the note to a notebook. dn Move the note to a notebook.
</code></pre><h1 id="available-commands">Available commands</h1> </code></pre><h1 id="available-commands">Available commands</h1>
<p>The following commands are available in <a href="#command-line-mode">command-line mode</a>:</p> <p>The following commands are available in <a href="#command-line-mode">command-line mode</a>:</p>
<pre><code>attach &lt;note&gt; &lt;file&gt; <pre><code>attach &lt;note&gt; &lt;file&gt;
Attaches the given file to the note. Joindre le fichier fourni à la note.
config [name] [value] config [name] [value]
Gets or sets a config value. If [value] is not provided, it will show the Obtient ou modifie une valeur de configuration. Si la [valeur] n&#39;est pas
value of [name]. If neither [name] nor [value] is provided, it will list fournie, la valeur de [nom] est affichée. Si ni le [nom] ni la [valeur] ne
the current configuration. sont fournis, la configuration complète est affichée.
-v, --verbose Also displays unset and hidden config variables. -v, --verbose Afficher également les variables cachées.
Possible keys/values: Clefs/Valeurs possibles :
editor Text editor. editor Editeur de texte.
The editor that will be used to open a note. If L&#39;éditeur de texte pour ouvrir et modifier les
none is provided it will try to auto-detect the notes. Si aucun n&#39;est spécifié, il sera détecté
default editor. automatiquement.
Type: string. Type : string.
locale Language. locale Langue.
Type: Enum. Type : Enum.
Possible values: en_GB (English), fr_FR (Français). Valeurs possibles : en_GB (English), fr_FR
Default: &quot;en_GB&quot; (Français).
Défaut : &quot;en_GB&quot;
sync.2.path File system synchronisation target directory. sync.2.path Cible de la synchronisation sur le disque dur.
The path to synchronise with when file system Le chemin du répertoire avec lequel synchroniser
synchronisation is enabled. See `sync.target`. lorsque la synchronisation par système de fichier
Type: string. est activée. Voir `sync.target`.
Type : string.
sync.interval Synchronisation interval. sync.interval Interval de synchronisation.
Type: Enum. Type : Enum.
Possible values: 0 (Disabled), 300 (5 minutes), 600 Valeurs possibles : 0 (Désactivé), 300 (5 minutes),
(10 minutes), 1800 (30 minutes), 3600 (1 hour), 600 (10 minutes), 1800 (30 minutes), 3600 (1
43200 (12 hours), 86400 (24 hours). heure), 43200 (12 heures), 86400 (24 heures).
Default: 300 Défaut : 300
sync.target Synchronisation target. sync.target Cible de la synchronisation.
The target to synchonise to. If synchronising with La cible avec laquelle synchroniser. Pour
the file system, set `sync.2.path` to specify the synchroniser avec le système de fichier, veuillez
target directory. spécifier le répertoire avec `sync.2.path`.
Type: Enum. Type : Enum.
Possible values: 1 (Memory), 2 (File system), 3 Valeurs possibles : 1 (Memory), 2 (Système de
(OneDrive). fichier), 3 (OneDrive).
Default: 3 Défaut : 3
trackLocation Save geo-location with notes. trackLocation Enregistrer l&#39;emplacement avec les notes.
Type: bool. Type : bool.
Default: true Défaut : true
uncompletedTodosOnTop Show uncompleted todos on top of the lists. uncompletedTodosOnTop Tâches non-terminées en haut des listes.
Type: bool. Type : bool.
Default: true Défaut : true
cp &lt;note&gt; [notebook] cp &lt;note&gt; [notebook]
Duplicates the notes matching &lt;note&gt; to [notebook]. If no notebook is Copie les notes correspondant à &lt;nom&gt; vers [carnet]. Si aucun carnet n&#39;est
specified the note is duplicated in the current notebook. spécifié, la note est dupliquée sur place.
done &lt;note&gt; done &lt;note&gt;
Marks a todo as done. Marquer la tâche comme complétée.
edit &lt;note&gt; edit &lt;note&gt;
Edit note. Editer la note.
exit exit
Exits the application. Quitter le logiciel.
export &lt;destination&gt; export &lt;directory&gt;
Exports Joplin data to the given target. Exporter les données de Joplin vers le dossier fourni. Par défaut, la base
de donnée complète sera exportée, y compris les carnets, notes, tags et
resources.
--note &lt;note&gt; Exports only the given note. --note &lt;note&gt; Exporter uniquement la note spécifiée.
--notebook &lt;notebook&gt; Exports only the given notebook. --notebook &lt;notebook&gt; Exporter uniquement le carnet spécifié.
geoloc &lt;note&gt; geoloc &lt;note&gt;
Displays a geolocation URL for the note. Afficher l&#39;URL de l&#39;emplacement de la note.
help [command] help [command]
Displays usage information. Affiche les informations d&#39;utilisation.
import-enex &lt;file&gt; [notebook] import-enex &lt;file&gt; [notebook]
Imports an Evernote notebook file (.enex file). Importer un carnet Evernote (fichier .enex).
-f, --force Do not ask for confirmation. -f, --force Ne pas demander de confirmation.
mkbook &lt;new-notebook&gt; mkbook &lt;new-notebook&gt;
Creates a new notebook. Créer un carnet.
mknote &lt;new-note&gt; mknote &lt;new-note&gt;
Creates a new note. Créer une note.
mktodo &lt;new-todo&gt; mktodo &lt;new-todo&gt;
Creates a new todo. Créer une nouvelle tâche.
mv &lt;note&gt; [notebook] mv &lt;note&gt; [notebook]
Moves the notes matching &lt;note&gt; to [notebook]. Déplacer les notes correspondant à &lt;note&gt; vers [notebook].
ren &lt;item&gt; &lt;name&gt; ren &lt;item&gt; &lt;name&gt;
Renames the given &lt;item&gt; (note or notebook) to &lt;name&gt;. Renommer l&#39;objet &lt;item&gt; (note ou carnet) en &lt;name&gt;.
rmbook &lt;notebook&gt; rmbook &lt;notebook&gt;
Deletes the given notebook. Supprimer le carnet.
-f, --force Deletes the notebook without asking for confirmation. -f, --force Supprimer le carnet sans demander la confirmation.
rmnote &lt;note-pattern&gt; rmnote &lt;note-pattern&gt;
Deletes the notes matching &lt;note-pattern&gt;. Supprimer les notes correspondants à &lt;note-pattern&gt;.
-f, --force Deletes the notes without asking for confirmation. -f, --force Supprimer les notes sans demander la confirmation.
search &lt;pattern&gt; [notebook] search &lt;pattern&gt; [notebook]
Searches for the given &lt;pattern&gt; in all the notes. Chercher le motif &lt;pattern&gt; dans toutes les notes.
status status
Displays summary about the notes and notebooks. Afficher un résumé des notes et carnets.
sync sync
Synchronises with remote storage. Synchroniser les notes et carnets.
--target &lt;target&gt; Sync to provided target (defaults to sync.target config --target &lt;target&gt; Synchroniser avec la cible donnée (par défaut, la
value) valeur de configuration `sync.target`).
--random-failures For debugging purposes. Do not use.
tag &lt;tag-command&gt; [tag] [note] tag &lt;tag-command&gt; [tag] [note]
&lt;tag-command&gt; can be &quot;add&quot;, &quot;remove&quot; or &quot;list&quot; to assign or remove [tag] &lt;tag-command&gt; peut être &quot;add&quot;, &quot;remove&quot; ou &quot;list&quot; pour assigner ou enlever
from [note], or to list the notes associated with [tag]. The command `tag l&#39;étiquette [tag] de la [note], our pour lister les notes associées avec
list` can be used to list all the tags. l&#39;étiquette [tag]. La commande `tag list` peut être utilisée pour lister
les étiquettes.
todo &lt;todo-command&gt; &lt;note-pattern&gt; todo &lt;todo-command&gt; &lt;note-pattern&gt;
&lt;todo-command&gt; can either be &quot;toggle&quot; or &quot;clear&quot;. Use &quot;toggle&quot; to toggle Gère le status des tâches. &lt;todo-command&gt; peut être &quot;toggle&quot; ou &quot;clear&quot;.
the given todo between completed and uncompleted state (If the target is a Utilisez &quot;toggle&quot; pour basculer la tâche entre le status terminé et
regular note it will be converted to a todo). Use &quot;clear&quot; to convert the non-terminé (Si la cible est une note, elle sera convertie en tâche).
todo back to a regular note. Utilisez &quot;clear&quot; pour convertir la tâche en note.
undone &lt;note&gt; undone &lt;note&gt;
Marks a todo as non-completed. Marquer une tâche comme non-complétée.
version version
Displays version information Affiche les informations de version
</code></pre><h1 id="known-bugs">Known bugs</h1> </code></pre><h1 id="known-bugs">Known bugs</h1>
<ul> <ul>
<li>Non-alphabetical characters such as Chinese or Arabic might create glitches in the user interface on Windows. This is a limitation of the current Windows console.</li> <li>Non-alphabetical characters such as Chinese or Arabic might create glitches in the user interface on Windows. This is a limitation of the current Windows console.</li>