issue144:tutoriel2
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
issue144:tutoriel2 [2019/05/05 09:15] – d52fr | issue144:tutoriel2 [2019/05/08 10:34] (Version actuelle) – andre_domenech | ||
---|---|---|---|
Ligne 3: | Ligne 3: | ||
The installation is pretty straightforward, | The installation is pretty straightforward, | ||
- | J'ai récemment passé deux mois sans écrire d'articles | + | J'ai récemment passé deux mois sans écrire d'article |
L' | L' | ||
Ligne 12: | Ligne 12: | ||
To create an alias, select the node you want and follow the menus Edit > Node properties > Set node alias. The Alias dialog pops up. In the text box, type a name for the alias. The name must contain at least one letter but can have numbers and underscores too. Spaces are not allowed. Check the Globally accessible checkbox to make the alias global. The OK button saves the settings, and Cancel closes the dialog without any changes. ** | To create an alias, select the node you want and follow the menus Edit > Node properties > Set node alias. The Alias dialog pops up. In the text box, type a name for the alias. The name must contain at least one letter but can have numbers and underscores too. Spaces are not allowed. Check the Globally accessible checkbox to make the alias global. The OK button saves the settings, and Cancel closes the dialog without any changes. ** | ||
+ | |||
+ | Alias de nœuds | ||
+ | |||
+ | Vous pouvez référencer et lier des nœuds ensemble par l' | ||
+ | |||
+ | Pour créer un alias, sélectionnez le nœud que vous voulez et suivez le menu Édition > Propriétés du nœud > Définir un alias pour le nœud. Le dialogue des Alias s' | ||
**Alias As A Filter | **Alias As A Filter | ||
Ligne 18: | Ligne 24: | ||
Since aliases work as a tag for the node, you can have nodes with the same alias name. You can use this as a type descriptor to quickly filter a specific type of node. When filtering by an alias, Freeplane doesn' | Since aliases work as a tag for the node, you can have nodes with the same alias name. You can use this as a type descriptor to quickly filter a specific type of node. When filtering by an alias, Freeplane doesn' | ||
+ | |||
+ | L' | ||
+ | |||
+ | Maintenant que nous avons un alias, nous voulons l' | ||
+ | |||
+ | Puisque les alias fonctionnent comme une étiquette du nœud, vous pouvez avoir plusieurs nœuds avec le même nom d' | ||
**Node Paths | **Node Paths | ||
Ligne 31: | Ligne 43: | ||
Example 1: | Example 1: | ||
# | # | ||
+ | |||
+ | Chemins de nœuds | ||
+ | |||
+ | Maintenant que vous avez un alias de nœud, vous voudrez l' | ||
+ | |||
+ | Pour les exemples, j' | ||
+ | |||
+ | Mes exemples de chemins sont des liens internes, mais les chemins de nœuds marchent aussi dans les scripts en utilisant la fonction node.at. | ||
+ | |||
+ | Lors de l' | ||
+ | |||
+ | Exemple 1 : | ||
+ | # | ||
**The path in this example starts at the root node. The root is denoted by the backslash (/) at the beginning. The backslash also separates the individual nodes. Elmer in single quotes points to the first node from the root. The next node in the path looks for a node that starts with the word This. The ellipses (...) shows the node has more characters after the word quoted. The last two nodes in the path demonstrate referencing a node by text. If you click on the link for a node assigned this path, Tina becomes the active node. | **The path in this example starts at the root node. The root is denoted by the backslash (/) at the beginning. The backslash also separates the individual nodes. Elmer in single quotes points to the first node from the root. The next node in the path looks for a node that starts with the word This. The ellipses (...) shows the node has more characters after the word quoted. The last two nodes in the path demonstrate referencing a node by text. If you click on the link for a node assigned this path, Tina becomes the active node. | ||
Ligne 37: | Ligne 62: | ||
# | # | ||
- | This example shows the power of global aliases. Since Elmer is a global alias, we can jump directly to it. The tilde (~) is used to reference aliases, but when a global alias starts the path the colon (:) is added. This path jumps straight to the Elmer node. | + | This example shows the power of global aliases. Since Elmer is a global alias, we can jump directly to it. The tilde (~) is used to reference aliases, but when a global alias starts the path the colon (:) is added. This path jumps straight to the Elmer node. |
Example 3a: | Example 3a: | ||
# | # | ||
+ | |||
+ | Dans cet exemple, le chemin part du nœud racine. La racine est mise en évidence par la barre oblique (/) du début. La barre oblique sépare aussi individuellement les nœuds. Elmer dans les guillemets simples pointe vers le premier nœud à partir de la racine. Le nœud suivant dans le chemin cherche un nœud qui commence par le mot « This » (celui-ci). Les trois points de suspension (...) montrent que le nœud a d' | ||
+ | |||
+ | Exemple 2 : | ||
+ | # | ||
+ | |||
+ | Cet exemple montre la puissance des alias globaux. Comme Elmer est un alias global, nous pouvons sauter directement vers lui. Le tilde (~) est utilisé pour faire référence à des alias, mais, quand un alias global commence le chemin, un deux-points (:) est ajouté. Ce chemin saute directement au nœud Elmer. | ||
+ | |||
+ | Exemple 3a : | ||
+ | # | ||
**Here we use the global alias Elmer to start a path to another node. The path will activate the Team node. But there is a better way. The node "This is a long node" has an alias of LongNode. We can change the path to example 3b. | **Here we use the global alias Elmer to start a path to another node. The path will activate the Team node. But there is a better way. The node "This is a long node" has an alias of LongNode. We can change the path to example 3b. | ||
Ligne 51: | Ligne 86: | ||
Example 4: | Example 4: | ||
# | # | ||
+ | |||
+ | Ici, nous utilisons l' | ||
+ | |||
+ | Exemple 3b : | ||
+ | # | ||
+ | |||
+ | En faisant un appel direct à l' | ||
+ | |||
+ | Exemple 4 : | ||
+ | # | ||
**In the path, we continue the previous one a bit further. The ~3 at the end selects the third child of the node Team, Paul. | **In the path, we continue the previous one a bit further. The ~3 at the end selects the third child of the node Team, Paul. | ||
These are just a few examples of the use of aliases and node paths. For a more detailed description of node paths, you can click on the link: https:// | These are just a few examples of the use of aliases and node paths. For a more detailed description of node paths, you can click on the link: https:// | ||
+ | |||
+ | Dans ce chemin, nous poussons le précédent un peu plus avant. Le ~3 de la fin sélectionne le troisième enfant du nœud Team, Paul. | ||
+ | |||
+ | Ce sont juste quelques exemples de l' | ||
**Other Features | **Other Features | ||
Ligne 61: | Ligne 110: | ||
Sometimes, when you create a filter, you want to flip the results, meaning you want everything that doesn' | Sometimes, when you create a filter, you want to flip the results, meaning you want everything that doesn' | ||
+ | |||
+ | Autres fonctionnalités | ||
+ | |||
+ | Si vous appuyez sur une touche de fonction non affectée, Freeplane vous présente le dialogue pour créer un raccourci vers un menu. Si vous ne voulez pas de cette fonctionnalité, | ||
+ | |||
+ | Parfois, quand vous créez un filtre, vous voulez inverser les résultats, ce qui signifie que vous voulez tout ce qui ne correspond pas aux conditions. Maintenant, vous le pouvez. Que ce soit dans la recherche ou dans les filtres, vous avez une case libellée « Refuser ». En cochant la case, un filtre est créé avec tout ce qui ne correspond pas aux conditions du filtre. | ||
**In previous versions, if you wanted to export a branch, you had to copy it to a new map. Now, you can export without creating a new file. After activating the node, select the menus File > Export branch. A ‘save file’ dialog pops up. Browse to the location where you want to create the file. After you choose the file type and give it a name, click the Save button. | **In previous versions, if you wanted to export a branch, you had to copy it to a new map. Now, you can export without creating a new file. After activating the node, select the menus File > Export branch. A ‘save file’ dialog pops up. Browse to the location where you want to create the file. After you choose the file type and give it a name, click the Save button. | ||
Ligne 67: | Ligne 122: | ||
And there you have it, These are just some of the features and updates found in Freeplane 1.7. For a full list, see the tutorial map included with the update. ** | And there you have it, These are just some of the features and updates found in Freeplane 1.7. For a full list, see the tutorial map included with the update. ** | ||
+ | |||
+ | Dans les versions précédentes, | ||
+ | |||
+ | Enfin, la documentation et les cartes de tutorat ont été mises à jour pour refléter la dernière publication. Un grand « Merci » de ma part aux programmeurs pour cela. Les informations à jour rendent mon travail plus aisé. | ||
+ | |||
+ | Et voilà, c'est tout. Ce ne sont que quelques-unes des fonctionnalités et mises à jour disponibles dans Freeplane 1.7. Pour une liste complète, voyez la carte de tutorat incluse dans la mise à jour. | ||
issue144/tutoriel2.1557040554.txt.gz · Dernière modification : 2019/05/05 09:15 de d52fr