1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +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('');
output.push(INDENT + 'https://joplin.cozic.net');
output.push(INDENT + 'http://joplin.cozic.net');
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
: Enter command line mode
ESC Exit command line mode
ENTER Edit the selected note
Ctrl+C Cancel the current command.
Ctrl+D Exit the application.
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.
/ Search
tm [t]oggle note [m]etadata.
mn [m]ake a new [n]ote
mt [m]ake a new [t]odo
mb [m]ake a new note[b]ook
yn Copy ([y]ank) the [n]ote to a notebook.
mn [M]ake a new [n]ote
mt [M]ake a new [t]odo
mb [M]ake a new note[b]ook
yn Copy ([Y]ank) the [n]ote to a notebook.
dn Move the note to a notebook.
# Available commands
@ -187,163 +189,169 @@ The following commands are available in [command-line mode](#command-line-mode):
attach <note> <file>
Attaches the given file to the note.
Joindre le fichier fourni à la note.
config [name] [value]
Gets or sets a config value. If [value] is not provided, it will show the
value of [name]. If neither [name] nor [value] is provided, it will list
the current configuration.
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 Also displays unset and hidden config variables.
-v, --verbose Afficher également les variables cachées.
Possible keys/values:
Clefs/Valeurs possibles :
editor Text editor.
The editor that will be used to open a note. If
none is provided it will try to auto-detect the
default editor.
Type: string.
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 Language.
Type: Enum.
Possible values: en_GB (English), fr_FR (Français).
Default: "en_GB"
locale Langue.
Type : Enum.
Valeurs possibles : en_GB (English), fr_FR
(Français).
Défaut : "en_GB"
sync.2.path File system synchronisation target directory.
The path to synchronise with when file system
synchronisation is enabled. See `sync.target`.
Type: string.
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 Synchronisation interval.
Type: Enum.
Possible values: 0 (Disabled), 300 (5 minutes), 600
(10 minutes), 1800 (30 minutes), 3600 (1 hour),
43200 (12 hours), 86400 (24 hours).
Default: 300
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 Synchronisation target.
The target to synchonise to. If synchronising with
the file system, set `sync.2.path` to specify the
target directory.
Type: Enum.
Possible values: 1 (Memory), 2 (File system), 3
(OneDrive).
Default: 3
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 Save geo-location with notes.
Type: bool.
Default: true
trackLocation Enregistrer l'emplacement avec les notes.
Type : bool.
Défaut : true
uncompletedTodosOnTop Show uncompleted todos on top of the lists.
Type: bool.
Default: true
uncompletedTodosOnTop Tâches non-terminées en haut des listes.
Type : bool.
Défaut : true
cp <note> [notebook]
Duplicates the notes matching <note> to [notebook]. If no notebook is
specified the note is duplicated in the current notebook.
Copie les notes correspondant à <nom> vers [carnet]. Si aucun carnet n'est
spécifié, la note est dupliquée sur place.
done <note>
Marks a todo as done.
Marquer la tâche comme complétée.
edit <note>
Edit note.
Editer la note.
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.
--notebook <notebook> Exports only the given notebook.
--note <note> Exporter uniquement la note spécifiée.
--notebook <notebook> Exporter uniquement le carnet spécifié.
geoloc <note>
Displays a geolocation URL for the note.
Afficher l'URL de l'emplacement de la note.
help [command]
Displays usage information.
Affiche les informations d'utilisation.
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>
Creates a new notebook.
Créer un carnet.
mknote <new-note>
Creates a new note.
Créer une note.
mktodo <new-todo>
Creates a new todo.
Créer une nouvelle tâche.
mv <note> [notebook]
Moves the notes matching <note> to [notebook].
Déplacer les notes correspondant à <note> vers [notebook].
ren <item> <name>
Renames the given <item> (note or notebook) to <name>.
Renommer l'objet <item> (note ou carnet) en <name>.
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>
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]
Searches for the given <pattern> in all the notes.
Chercher le motif <pattern> dans toutes les notes.
status
Displays summary about the notes and notebooks.
Afficher un résumé des notes et carnets.
sync
Synchronises with remote storage.
Synchroniser les notes et carnets.
--target <target> Sync to provided target (defaults to sync.target config
value)
--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> can be "add", "remove" or "list" to assign or remove [tag]
from [note], or to list the notes associated with [tag]. The command `tag
list` can be used to list all the tags.
<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>
<todo-command> can either be "toggle" or "clear". Use "toggle" to toggle
the given todo between completed and uncompleted state (If the target is a
regular note it will be converted to a todo). Use "clear" to convert the
todo back to a regular note.
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>
Marks a todo as non-completed.
Marquer une tâche comme non-complétée.
version
Displays version information
Affiche les informations de version
# Known bugs

View File

@ -240,178 +240,186 @@
Shift+Tab Give focus to previous pane
: Enter command line mode
ESC Exit command line mode
ENTER Edit the selected note
Ctrl+C Cancel the current command.
Ctrl+D Exit the application.
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.
/ Search
tm [t]oggle note [m]etadata.
mn [m]ake a new [n]ote
mt [m]ake a new [t]odo
mb [m]ake a new note[b]ook
yn Copy ([y]ank) the [n]ote to a notebook.
mn [M]ake a new [n]ote
mt [M]ake a new [t]odo
mb [M]ake a new note[b]ook
yn Copy ([Y]ank) the [n]ote to a notebook.
dn Move the note to a notebook.
</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>
<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]
Gets or sets a config value. If [value] is not provided, it will show the
value of [name]. If neither [name] nor [value] is provided, it will list
the current configuration.
Obtient ou modifie une valeur de configuration. Si la [valeur] n&#39;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 Also displays unset and hidden config variables.
-v, --verbose Afficher également les variables cachées.
Possible keys/values:
Clefs/Valeurs possibles :
editor Text editor.
The editor that will be used to open a note. If
none is provided it will try to auto-detect the
default editor.
Type: string.
editor Editeur de texte.
L&#39;éditeur de texte pour ouvrir et modifier les
notes. Si aucun n&#39;est spécifié, il sera détecté
automatiquement.
Type : string.
locale Language.
Type: Enum.
Possible values: en_GB (English), fr_FR (Français).
Default: &quot;en_GB&quot;
locale Langue.
Type : Enum.
Valeurs possibles : en_GB (English), fr_FR
(Français).
Défaut : &quot;en_GB&quot;
sync.2.path File system synchronisation target directory.
The path to synchronise with when file system
synchronisation is enabled. See `sync.target`.
Type: string.
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 Synchronisation interval.
Type: Enum.
Possible values: 0 (Disabled), 300 (5 minutes), 600
(10 minutes), 1800 (30 minutes), 3600 (1 hour),
43200 (12 hours), 86400 (24 hours).
Default: 300
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 Synchronisation target.
The target to synchonise to. If synchronising with
the file system, set `sync.2.path` to specify the
target directory.
Type: Enum.
Possible values: 1 (Memory), 2 (File system), 3
(OneDrive).
Default: 3
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 Save geo-location with notes.
Type: bool.
Default: true
trackLocation Enregistrer l&#39;emplacement avec les notes.
Type : bool.
Défaut : true
uncompletedTodosOnTop Show uncompleted todos on top of the lists.
Type: bool.
Default: true
uncompletedTodosOnTop Tâches non-terminées en haut des listes.
Type : bool.
Défaut : true
cp &lt;note&gt; [notebook]
Duplicates the notes matching &lt;note&gt; to [notebook]. If no notebook is
specified the note is duplicated in the current notebook.
Copie les notes correspondant à &lt;nom&gt; vers [carnet]. Si aucun carnet n&#39;est
spécifié, la note est dupliquée sur place.
done &lt;note&gt;
Marks a todo as done.
Marquer la tâche comme complétée.
edit &lt;note&gt;
Edit note.
Editer la note.
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.
--notebook &lt;notebook&gt; Exports only the given notebook.
--note &lt;note&gt; Exporter uniquement la note spécifiée.
--notebook &lt;notebook&gt; Exporter uniquement le carnet spécifié.
geoloc &lt;note&gt;
Displays a geolocation URL for the note.
Afficher l&#39;URL de l&#39;emplacement de la note.
help [command]
Displays usage information.
Affiche les informations d&#39;utilisation.
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;
Creates a new notebook.
Créer un carnet.
mknote &lt;new-note&gt;
Creates a new note.
Créer une note.
mktodo &lt;new-todo&gt;
Creates a new todo.
Créer une nouvelle tâche.
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;
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;
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;
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]
Searches for the given &lt;pattern&gt; in all the notes.
Chercher le motif &lt;pattern&gt; dans toutes les notes.
status
Displays summary about the notes and notebooks.
Afficher un résumé des notes et carnets.
sync
Synchronises with remote storage.
Synchroniser les notes et carnets.
--target &lt;target&gt; Sync to provided target (defaults to sync.target config
value)
--target &lt;target&gt; Synchroniser avec la cible donnée (par défaut, la
valeur de configuration `sync.target`).
--random-failures For debugging purposes. Do not use.
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]
from [note], or to list the notes associated with [tag]. The command `tag
list` can be used to list all the tags.
&lt;tag-command&gt; peut être &quot;add&quot;, &quot;remove&quot; ou &quot;list&quot; pour assigner ou enlever
l&#39;étiquette [tag] de la [note], our pour lister les notes associées avec
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;
&lt;todo-command&gt; can either be &quot;toggle&quot; or &quot;clear&quot;. Use &quot;toggle&quot; to toggle
the given todo between completed and uncompleted state (If the target is a
regular note it will be converted to a todo). Use &quot;clear&quot; to convert the
todo back to a regular note.
Gère le status des tâches. &lt;todo-command&gt; peut être &quot;toggle&quot; ou &quot;clear&quot;.
Utilisez &quot;toggle&quot; 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 &quot;clear&quot; pour convertir la tâche en note.
undone &lt;note&gt;
Marks a todo as non-completed.
Marquer une tâche comme non-complétée.
version
Displays version information
Affiche les informations de version
</code></pre><h1 id="known-bugs">Known bugs</h1>
<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>