Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-abe committed Jul 23, 2020
1 parent dafe401 commit 6f5d3e8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/de/core/localisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Of course, you may want to install new dictionaries for languages you write in t

To enable spell-checking for a specific language, simply open the user dictionary folder by selecting `File`->`Import Dictionary …` from the menu. Zettlr will then open up the folder in which you need to place the dictionary files.

The dictionary consists of two files, one is a `.dic`-file, and the other is an `.aff`-file. They need to be placed inside a folder that is named after the language you want to import. Let us assume you want to import the dictionary for Portuguese. You need to grab it from some repository, for instance [the GitHub user wooorm has an extensive set](https://github.com/wooorm/dictionaries/tree/master/dictionaries). Then you simply need to make sure the folder is named `pt-PT` and the two files are named `pt-PT.dic` and `pt-PT.aff`. Other files inside the directory will be ignored by Zettlr. As soon as you have placed your files inside the `dict`-directory, open the preferences and Zettlr should list your newly imported dictionary!
The dictionary consists of two files, one is a `.dic`-file, and the other is an `.aff`-file. They need to be placed inside a folder that is named after the language you want to import. Let us assume you want to import the dictionary for Portuguese. You need to grab it from some repository, for instance [the GitHub user wooorm has an extensive set](https://github.com/wooorm/dictionaries/tree/main/dictionaries). Then you simply need to make sure the folder is named `pt-PT` and the two files are named `pt-PT.dic` and `pt-PT.aff`. Other files inside the directory will be ignored by Zettlr. As soon as you have placed your files inside the `dict`-directory, open the preferences and Zettlr should list your newly imported dictionary!

> **Hint:** Zettlr tries to translate the language strings automatically, but in some cases it may happen that Zettlr does not contain translations for specific languages. In this case, Zettlr will fallback to the language code and display it as, e.g., `pt-PT`.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/core/custom-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ First of all, make sure to enable the debug mode in the advanced [preferences](.

Then click the arrow in the top-right corner of the developer tools. Now you can click any element in the application to focus it in the developer tools. In the bottom area of the developer tools, you will then see the CSS directives used to style all elements of this particular shape.

![The CSS directives in the developer tools](../img/zettlr_developer_tools.png)
![The CSS directives in the developer tools](../img/zettlr_developer_tools_css.png)

The top rules always override the bottom rules, so what you are interested in is the following directive:

Expand Down
2 changes: 1 addition & 1 deletion docs/en/core/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Of course it's mandatory that you can also work with formatted text. For instanc

Next, at some point you want to copy some text from Zettlr but in a way that other apps can understand its format. To copy the text not as Markdown, but with a common format, you need to select `Copy as HTML`. The shortcut is `Cmd/Ctrl+Alt+C`.

> Refer to the section on [Shortcuts](../reference/shortcuts.md), to get a list of all available shortcuts.
> Refer to the section on [Shortcuts](../reference/keyboard-shortcuts.md), to get a list of all available shortcuts.
## Special features of CodeMirror

Expand Down
2 changes: 1 addition & 1 deletion docs/en/core/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Zettlr supports writing math and formulae using the KaTeX library. In order to u

You can also define math blocks by putting two dollar signs on a single line before and after the math block.

While the syntax highlighting of math is monospaced font, you can also tell Zettlr to render the math blocks in place. For this to work, make sure you have activated the corresponding option in the [display settings](../settings.md#display).
While the syntax highlighting of math is monospaced font, you can also tell Zettlr to render the math blocks in place. For this to work, make sure you have activated the corresponding option in the [display settings](../reference/settings.md#display).
2 changes: 1 addition & 1 deletion docs/fr/core/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Bien entendu, il est obligatoire que vous puissiez également travailler avec du

Ensuite, à un moment donné, vous souhaitez copier un texte de Zettlr mais de manière à ce que d'autres applications puissent comprendre son format. Pour copier le texte non pas comme Markdown, mais avec un format commun, vous devez sélectionner `Copy as HTML`. Le raccourci est `Cmd/Ctrl+Alt+C`.

> Reportez-vous à la section [Raccourcis](../reference/shorts.md), pour obtenir une liste de tous les raccourcis disponibles.
> Reportez-vous à la section [Raccourcis](../reference/shortcuts.md), pour obtenir une liste de tous les raccourcis disponibles.
## Particularités du CodeMirror

Expand Down
2 changes: 1 addition & 1 deletion docs/fr/core/localisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Of course, you may want to install new dictionaries for languages you write in t

To enable spell-checking for a specific language, simply open the user dictionary folder by selecting `File`->`Import Dictionary …` from the menu. Zettlr will then open up the folder in which you need to place the dictionary files.

The dictionary consists of two files, one is a `.dic`-file, and the other is an `.aff`-file. They need to be placed inside a folder that is named after the language you want to import. Let us assume you want to import the dictionary for Portuguese. You need to grab it from some repository, for instance [the GitHub user wooorm has an extensive set](https://github.com/wooorm/dictionaries/tree/master/dictionaries). Then you simply need to make sure the folder is named `pt-PT` and the two files are named `pt-PT.dic` and `pt-PT.aff`. Other files inside the directory will be ignored by Zettlr. As soon as you have placed your files inside the `dict`-directory, open the preferences and Zettlr should list your newly imported dictionary!
The dictionary consists of two files, one is a `.dic`-file, and the other is an `.aff`-file. They need to be placed inside a folder that is named after the language you want to import. Let us assume you want to import the dictionary for Portuguese. You need to grab it from some repository, for instance [the GitHub user wooorm has an extensive set](https://github.com/wooorm/dictionaries/tree/main/dictionaries). Then you simply need to make sure the folder is named `pt-PT` and the two files are named `pt-PT.dic` and `pt-PT.aff`. Other files inside the directory will be ignored by Zettlr. As soon as you have placed your files inside the `dict`-directory, open the preferences and Zettlr should list your newly imported dictionary!

> **Hint:** Zettlr tries to translate the language strings automatically, but in some cases it may happen that Zettlr does not contain translations for specific languages. In this case, Zettlr will fallback to the language code and display it as, e.g., `pt-PT`.
Expand Down
2 changes: 1 addition & 1 deletion docs/fr/core/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Vous pouvez aussi utiliser le mode « affichage mathématique »(_display math
Vous pouvez aussi définir des blocs mathématiques, en mettant deux caractères « dollar » suls sur la ligne juste avant et juste après le bloc.

Alors que la mise en valeur syntaxique pour les mathématiques utilise une police à chasse fixe, vous pouvez demander à Zettlr de faire le rendu des formules mathématiques à l'intérieur d u document.
Pour cela, assurez-vous d'avoir activé l'option correspondante dans les [options d'affichage](../settings.md#display)
Pour cela, assurez-vous d'avoir activé l'option correspondante dans les [options d'affichage](../reference/settings.md#affichage)
2 changes: 1 addition & 1 deletion docs/fr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Merci d'avoir choisi Zettlr comme compagnon d'écriture. Sur ces pages, nous vou

Pour savoir comment installer Zettlr sur votre système, veuillez consulter les [instructions d'installation](install.md). Il est également recommandé d'installer Pandoc ainsi que LaTeX pour activer toutes les fonctionnalités d'importation et d'exportation de Zettlr. Ne vous inquiétez pas, pour ces logiciels aussi l'installation est expliquée !

Vous voulez un tour d'horizon accéléré ? Consultez notre [guide de démarrage rapide "Zettlr en 5 minutes"](5 minutes.md) ! Au bout de cinq minutes, vous saurez tout ce que vous devez savoir pour commencer à utiliser l'application.
Vous voulez un tour d'horizon accéléré ? Consultez notre [guide de démarrage rapide "Zettlr en 5 minutes"](5-minutes.md) ! Au bout de cinq minutes, vous saurez tout ce que vous devez savoir pour commencer à utiliser l'application.

## Guides

Expand Down
2 changes: 1 addition & 1 deletion docs/it/core/localisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Ovviamente, potrai voler installare nuovi dizionari di lingue in cui scrivi che

Per attivare il correttore ortografico per una lingua specifica, basta aprire la cartella dei dizionari utente selezionando dal menu`File`->`Importa Dizionario …`. Zettlr aprirà la cartella in cui dovrai posizionare i file di dizionario.

Ogni dizionari consiste di due file, uno è un file `.dic`, e l'altro è un file `.aff`, Devono essere posizionati in una cartella il nome dipende dalla lingua che vuoi importare. Supponiamo che vuoi importare il dizionario di portoghese. Dovrai ottenerlo da qualche repository, ad esempio su quello [dell'utente wooorm di GitHub c'è un'ampia scelta](https://github.com/wooorm/dictionaries/tree/master/dictionaries). A quel punto dovrai solo ricordarti che la cartella si chiama `pt-PT` e che i due file si chiamano `pt_PT.dic` e `pt_PT.aff`. Altri file nella cartella saranno ignorati da Zettlr. Appena avrai posizionato i tuoi file nella cartella `dict`, apri le preferenze e Zettlr dovrebbe includere il tuo dizionario appena importato!
Ogni dizionari consiste di due file, uno è un file `.dic`, e l'altro è un file `.aff`, Devono essere posizionati in una cartella il nome dipende dalla lingua che vuoi importare. Supponiamo che vuoi importare il dizionario di portoghese. Dovrai ottenerlo da qualche repository, ad esempio su quello [dell'utente wooorm di GitHub c'è un'ampia scelta](https://github.com/wooorm/dictionaries/tree/main/dictionaries). A quel punto dovrai solo ricordarti che la cartella si chiama `pt-PT` e che i due file si chiamano `pt_PT.dic` e `pt_PT.aff`. Altri file nella cartella saranno ignorati da Zettlr. Appena avrai posizionato i tuoi file nella cartella `dict`, apri le preferenze e Zettlr dovrebbe includere il tuo dizionario appena importato!

> **Consiglio**: Zettlr cerca di decifrare automaticamente le stringhe delle lingue, ma in alcuni casi può succedere che Zettlr non contenga traduzioni per lingue specifiche. In tal caso, Zettlr ripiegherà sul codice di lingua e lo mostrerà come tale, per es. `pt-PT`.
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/core/custom-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Zettlrのスタイルは常に変化にさらされています。かなり安

それから、開発者ツールの左上の矢印をクリックします。そして、アプリケーション上の要素をクリックすると、その要素を開発者ツール上でフォーカスすることができます。要素に指定されているすべてのCSSスタイルが、開発者ツールの下部に表示されます。

![The CSS directives in the developer tools](../img/zettlr_developer_tools.png)
![The CSS directives in the developer tools](../img/zettlr_developer_tools_css.png)

上に表示されたルールは下に表示されたものよりも常に優先されます。つまり、注目すべきなのは次の個所です:

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/core/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Zettlrでテキストを編集するのは簡単です。新しいファイル

次に、Zettlrのテキストを書式付きで他のアプリケーションにコピーしたい場合です。Markdownとしてではなく、共通のフォーマットでコピーするには、`HTMLとしてコピー`を選択します。ショートカットは、`Cmd/Ctrl+Alt+C`です。

> 利用可能なすべてのショートカットは、[ショートカット](../reference/shortcuts.md)の章を参照してください。
> 利用可能なすべてのショートカットは、[ショートカット](../reference/keyboard-shortcuts.md)の章を参照してください。
## CodeMirrorの特別な機能

Expand Down

0 comments on commit 6f5d3e8

Please sign in to comment.