trilium/docs/README-ja.md
green a2d09efca4
Translated using Weblate (Japanese)
Currently translated at 60.0% (69 of 115 strings)

Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ja/
2025-10-05 20:32:48 +02:00

15 KiB
Vendored
Raw Blame History

Trilium Notes

GitHub Sponsors LiberaPay patrons
Docker Pulls GitHub ダウンロード
(全アセット、全リリース)
RelativeCI 翻訳状況

英語 | 中国語(簡体) | 中国語(繁体) | ロシア語 | 日本語 | イタリア語 | スペイン語

Trilium Notes は、大規模な個人知識ベースの構築に重点を置いた、無料かつオープンソースのクロスプラットフォームの階層型ノート作成アプリケーションです。

概要については スクリーンショット を参照してください:

Trilium Screenshot

📚 ドキュメント

包括的なドキュメントは docs.triliumnotes.org でご覧ください

当社のドキュメントは複数の形式でご利用いただけます:

  • オンラインドキュメント: docs.triliumnotes.org で完全なドキュメントを参照してください
  • アプリ内ヘルプ: Trilium内で F1 キーを押すと、アプリケーション内で同じドキュメントに直接アクセスできます
  • GitHub: このリポジトリの ユーザーガイド を参照してください

クイックリンク

🎁 機能

TriliumNext 関連のその他の情報については、次のサードパーティのリソース/コミュニティをご覧ください:

  • awesome-trilium サードパーティのテーマ、スクリプト、プラグインなど。
  • TriliumRocks! ではチュートリアルやガイドなど、その他多数。

なぜTriliumNext なのか?

オリジナルの Trilium 開発者 (Zadam) は、https://github.com/TriliumNext にあるコミュニティプロジェクトに Trilium リポジトリを快く提供してくれました

⬆️Zadam/Trilium から移行しますか?

zadam/Trilium インスタンスから TriliumNext/Trilium インスタンスへの移行には特別な手順はありません。通常通り TriliumNext/Triliumをインストール するだけで、既存のデータベースが使用されます。

v0.90.4 までのバージョンは、最新の zadam/trilium バージョン v0.63.7 と互換性があります。それ以降のバージョンの TriliumNext/Trilium では同期バージョンがインクリメントされるため、直接移行することはできません。

💬 私たちと議論しましょう

ぜひ公式の会話にご参加ください。機能に関するご意見、ご提案、問題など、ぜひお聞かせください!

  • Matrix (同期ディスカッション用)
    • Generalマトリックスルームも XMPP にブリッジされています
  • Github Discussions (非同期ディスカッション用)
  • Github Issues (バグレポートや機能リクエスト用)

🏗 インストール

Windows / MacOS

最新リリース ページ からプラットフォーム用のバイナリ リリースをダウンロードし、パッケージを解凍して trilium 実行可能ファイルを実行します。

Linux

ディストリビューションが以下の表に記載されている場合は、ディストリビューションのパッケージを使用してください。

Packaging
status

最新リリース ページ からプラットフォーム用のバイナリ リリースをダウンロードし、パッケージを解凍して trilium 実行可能ファイルを実行することもできます。

TriliumNext は Flatpak としても提供されていますが、FlatHub ではまだ公開されていません。

ブラウザどのOSでも

サーバーインストール (下記参照) を使用する場合は、Web インターフェイス (デスクトップアプリとほぼ同じ) に直接アクセスできます。

現在、Chrome と Firefox の最新バージョンのみがサポート (およびテスト) されています。

Mobile

To use TriliumNext on a mobile device, you can use a mobile web browser to access the mobile interface of a server installation (see below).

See issue https://github.com/TriliumNext/Trilium/issues/4962 for more information on mobile app support.

If you prefer a native Android app, you can use TriliumDroid. Report bugs and missing features at their repository. Note: It is best to disable automatic updates on your server installation (see below) when using TriliumDroid since the sync version must match between Trilium and TriliumDroid.

Server

To install TriliumNext on your own server (including via Docker from Dockerhub) follow the server installation docs.

💻 Contribute

Translations

If you are a native speaker, help us translate Trilium by heading over to our Weblate page.

Here's the language coverage we have so far:

Translation
status

Code

Download the repository, install dependencies using pnpm and then run the server (available at http://localhost:8080):

git clone https://github.com/TriliumNext/Trilium.git
cd Trilium
pnpm install
pnpm run server:start

Documentation

Download the repository, install dependencies using pnpm and then run the environment required to edit the documentation:

git clone https://github.com/TriliumNext/Trilium.git
cd Trilium
pnpm install
pnpm edit-docs:edit-docs

Building the Executable

Download the repository, install dependencies using pnpm and then build the desktop app for Windows:

git clone https://github.com/TriliumNext/Trilium.git
cd Trilium
pnpm install
pnpm run --filter desktop electron-forge:make --arch=x64 --platform=win32

For more details, see the development docs.

Developer Documentation

Please view the documentation guide for details. If you have more questions, feel free to reach out via the links described in the "Discuss with us" section above.

👏 Shoutouts

  • zadam for the original concept and implementation of the application.
  • Larsa for designing the application icon.
  • nriver for his work on internationalization.
  • Thomas Frei for his original work on the Canvas.
  • antoniotejada for the original syntax highlight widget.
  • Dosu for providing us with the automated responses to GitHub issues and discussions.
  • Tabler Icons for the system tray icons.

Trilium would not be possible without the technologies behind it:

  • CKEditor 5 - the visual editor behind text notes. We are grateful for being offered a set of the premium features.
  • CodeMirror - code editor with support for huge amount of languages.
  • Excalidraw - the infinite whiteboard used in Canvas notes.
  • Mind Elixir - providing the mind map functionality.
  • Leaflet - for rendering geographical maps.
  • Tabulator - for the interactive table used in collections.
  • FancyTree - feature-rich tree library without real competition.
  • jsPlumb - visual connectivity library. Used in relation maps and link maps

🤝 Support

Trilium is built and maintained with hundreds of hours of work. Your support keeps it open-source, improves features, and covers costs such as hosting.

Consider supporting the main developer (eliandoran) of the application via:

🔑 License

Copyright 2017-2025 zadam, Elian Doran, and other contributors

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.