「Joplin」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版から転載)
 
(一部翻訳)
1行目: 1行目:
 
[[Category:アプリケーション]]
 
[[Category:アプリケーション]]
 
[[en:Joplin]]
 
[[en:Joplin]]
  +
[[Wikipedia:Joplin_(software)|Joplin]] は、マークダウンのクロスプラットフォームなメモ帳と ToDo アプリケーションです。[[Wikipedia:ja:Evernote|Evernote]] に代わるオープンソースとして開発されました。Linux、Windows、MacOS、Android、iOSなど、様々な OS で利用可能です。クラウド同期、エンドツーエンドの暗号化、ウェブクリッピング、ノート履歴、ノートのインポート/エクスポート、マークダウン編集、WYSIWYG 編集、タグ付けをサポートしています。また、Joplin のプラグインをインストールすることで、ノート作成体験を向上させることができます。
[[Wikipedia:Joplin_(software)|Joplin]] is a markdown cross-platform note-taking and to-do application. It is developed as an open source alternative to [[Wikipedia:Evernote|Evernote]]. It is available in various operating systems, such as Linux, Windows, MacOS, Android, and iOS. It supports cloud synchronization, end-to-end encryption, web clipping, note history, note import/export, markdown editing, WYSIWYG editing, and tagging. In addition, there are many Joplin plugins that can be installed to enhance note-taking experience.
 
   
== Installation ==
+
== インストール ==
   
  +
Joplin は以下の方法でインストールできます。
Joplin can be installed with the following methods.
 
   
=== Manual Installation ===
+
=== 手動インストール ===
   
From [https://joplinapp.org/help/#desktop-applications Joplin download page], the recommended way to install Joplin on Linux operating systems is by executing the following script:
+
[https://joplinapp.org/help/#desktop-applications Joplin ダウンロードページ] より、Linux OS Joplin をインストールする方法として、以下のスクリプトを実行することを推奨します。
   
 
wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash
 
wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash
   
  +
このスクリプトは、最新の Joplin AppImage バイナリファイルをフォルダ {{ic|~/.joplin}} に自動的にダウンロードします。もし、そのディレクトリに以前のバージョンが既に存在する場合は、古い AppImage のバイナリファイルは新しいもので上書きされます。
The script will automatically download the latest Joplin AppImage binary file to folder {{ic|~/.joplin}}. If there is a previous version already exists in the directory, the older AppImage binary file will be overwritten with the newer one.
 
   
  +
手動インストールでした Joplin をアンインストールするには、{{ic|~/.joplin}} ディレクトリを削除するだけです。例えば、以下のように実行します。
To uninstall Joplin installed using manual installation method, simply remove the {{ic|~/.joplin}} directory. For example, by executing:
 
   
 
rm -r ~/.joplin
 
rm -r ~/.joplin

2023年2月18日 (土) 02:35時点における版

Joplin は、マークダウンのクロスプラットフォームなメモ帳と ToDo アプリケーションです。Evernote に代わるオープンソースとして開発されました。Linux、Windows、MacOS、Android、iOSなど、様々な OS で利用可能です。クラウド同期、エンドツーエンドの暗号化、ウェブクリッピング、ノート履歴、ノートのインポート/エクスポート、マークダウン編集、WYSIWYG 編集、タグ付けをサポートしています。また、Joplin のプラグインをインストールすることで、ノート作成体験を向上させることができます。

インストール

Joplin は以下の方法でインストールできます。

手動インストール

Joplin ダウンロードページ より、Linux OS に Joplin をインストールする方法として、以下のスクリプトを実行することを推奨します。

wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash

このスクリプトは、最新の Joplin AppImage バイナリファイルをフォルダ ~/.joplin に自動的にダウンロードします。もし、そのディレクトリに以前のバージョンが既に存在する場合は、古い AppImage のバイナリファイルは新しいもので上書きされます。

手動インストールでした Joplin をアンインストールするには、~/.joplin ディレクトリを削除するだけです。例えば、以下のように実行します。

rm -r ~/.joplin

AUR Installation

Install joplinAUR to obtain the CLI version of Joplin. To use the desktop version of Joplin running on Electron, Install joplin-desktopAUR.

Plugins

Since v1.6.4, Joplin plugins can be installed directly by opening the plugin search menu under Tools > Options > Plugins. The plugin archive file will be downloaded automatically into the Joplin plugin folder ~/.config/joplin-desktop/plugins. Upon restarting the app, installed Joplin plugins will work as its intended function.

Note that plugins only work on desktop version of Joplin.

Tips and tricks

Importing Notes from Evernote

To import notes from Evernote and save them in Joplin in markdown format, open File > Import > ENEX - Evernote Export File (as Markdown) from the main application window. A file dialog will be shown, upon which the Evernote export file can be located and imported to Joplin.

See also