Zettlr

提供: ArchWiki
2023年1月1日 (日) 01:09時点におけるKgx (トーク | 投稿記録)による版 (→‎Features: 翻訳)
ナビゲーションに移動 検索に移動

Zettlrは、記事、電子書籍、および一般的なコンテンツを書くためのクロスプラットフォームのマークダウンエディタです。これは、メモ書きと個人の知識管理のための Zettelkasten システムにインスパイアされています。自動修正、スニペット、ローカライズ、数式、引用、プレゼンテーション (reveal.js フレームワークを使用)、およびカスタムテンプレートがサポートされています。

インストール

zettlrインストール します、最新の git バージョンが必要な場合は、次のようにインストールできます zettlr-gitAUR

LaTeX

Zettlr は、pandoc を使用して、デフォルトのマークダウンからさまざまな形式にエクスポートします。これには PDF が含まれますが、エクスポートは過度に複雑なファイルに限定されません。より精巧な PDF と最終出力のより適切な制御のために、texlive-core のような LaTeX ディストリビューションがオプションの依存関係として推奨されます。

使い方

インストールしたパッケージに応じて、zettlr または Zettlr で Zettlr を起動します。

設定

最初に、チュートリアルを含むディレクトリがローカルの Documents ディレクトリにコピーされます。すぐに Zettlr の使用を開始したい場合は、内部のファイルを開くか削除してください。

メニューとツールバーのボタンを使用して、ほぼすべての設定を行うことができます。参考までに、すべての設定の 説明 を確認してください。構成ファイルは $XDG_CONFIG_HOME/Zettlr/ にあります。

機能

スニペット

Zettlr はバージョン 2.0 以降のスニペットをサポートしています。これらを使用すると、頻繁に入力する必要があるテキストのチャンクや動的変数を定義できます。スニペットは TextMate の構文に従い、それをサポートする他のエディター (VisualStudio Code など) と共有できます。

スニペットの部分的なリストは、ドキュメント で入手できます。

引用

Zettlr には、pandoc の citeproc-engine または Zotero と同様に、citeproc-js ライブラリによる引用のサポートが付属しています。 CLJSON と BibTex の両方の引用形式がサポートされています。

Zettlr で引用を使用する方法に関する完全なチュートリアルについては、ドキュメント の関連する章を参照してください。

プロジェクト

複数の接続されたファイルを PDF またはその他の形式にエクスポートしやすくするために、Zettlr はプロジェクトを使用します。テキスト ファイルが存在するディレクトリは、サイドバーで右クリックし、プロパティから Enable project を選択することで、プロジェクトのディレクトリに変換できます。

スペルチェックとユーザー辞書

Zettlr では、スペル チェックがサポートされており、デフォルトで有効になっています。さらに、.dic ファイルと.aff ファイルのペアの形式のカスタム辞書を設定に追加できます。 この Github ページ から辞書のかなり包括的なリストをダウンロードできます。サポートされている言語は こちら です。

Tips and Tricks

AutoCorrect

Autocorrection is supported by default in Zettlr. Some definitions are already present at installation; others can be added in the preferences.

Zettlr supports two autocorrection modes: Word and LibreOffice. The first is more aggressive and automatically attempt to replace words and punctuation that it finds wrong. LibreOffice requires instead the user to press Space or Enter to accept a correction.

MagicQuotes

MagicQuotes are a feature to use typographically correct quotation marks instead of the default ' or ". The desired quotation marks can be either chosen from a dropdown menu or pre-selected according to the language with a button.

MagicQuotes are automatically enabled if AutoCorrect is. If it is not desired, but the latter is, set the quotation marks to either ' or " so the change will have no effect.

YAML Frontmatter

A default YAML frontmatter can be set by starting a file with three dashes (---) and everything till the closing three dashes will be considered the frontmatter.

Further info can be obtained at the official documentation

Pomodoro Timer

Zettlr comes with an integrated Pomodoro Timer, for those who want to write according to the Pomodoro technique, the length of the work, break and short break phases can be selected directly from the button on the toolbar. A set of sound effects to signal the end of each phase is also shipped with Zettlr.

Readability

A series of indexes of readability is included in Zettlr to analyze the clarity and difficulty of the text of each article. Depending on the type of content you are writing, you can check the Dale-Chall Readability Formula, the Gunning fog index, the Coleman-Liau index, or the Automated Readability Index (ARI)

See also

The Official documentation