diff --git a/docs/contributing/more_note_apps.md b/docs/contributing/more_note_apps.md index 997d8ee..55d7f0d 100644 --- a/docs/contributing/more_note_apps.md +++ b/docs/contributing/more_note_apps.md @@ -3,7 +3,7 @@ Loose collection of note apps/messengers/wikis/formats that could be implemented | App/Format | Backup/Export | Remarks | | --- | --- | --- | | [Affine](https://github.com/toeverything/AFFiNE) | [doc](https://docs.affine.pro/docs/settings) | | -| [Agenda](https://agenda.com/) | | apple only | +| [Agenda](https://agenda.com/) | [doc](https://agenda.community/t/sharing-import-export-and-printing/56) | apple only | | [Anytype](https://anytype.io/) | | | | [Apple Notes](https://www.icloud.com/notes) | [script](https://github.com/mattrose/AppleNotes2Joplin) | apple only | | [Appflowy](https://appflowy.io/) | [seems to be not possible yet](https://github.com/AppFlowy-IO/AppFlowy/issues/4387) | | diff --git a/docs/formats/default.md b/docs/formats/default.md index a37d209..c1008fd 100644 --- a/docs/formats/default.md +++ b/docs/formats/default.md @@ -7,13 +7,13 @@ The default import covers the following formats: - Every format that is supported by [pandoc](https://pandoc.org/). Some formats may need some tweaking, though. A few examples: - CSV - DocBook - - docx + - DOCX - EPUB - HTML - - Jupyter notebook + - Jupyter Notebook + - MediaWiki - ODT - OPML - - MediaWiki - reStructuredText - RTF - txt2tags diff --git a/docs/formats/vcard.md b/docs/formats/vcard.md index b7f3b64..24fbf5e 100644 --- a/docs/formats/vcard.md +++ b/docs/formats/vcard.md @@ -9,7 +9,7 @@ This page describes how to convert notes from vCard to Markdown. 1. Export your contacts in vCard format 2. [Install jimmy](../index.md#installation) -3. Convert to Markdown. Example: `jimmy-cli-linux vcards_20240811_175319.vcf--format vcard` +3. Convert to Markdown. Example: `jimmy-cli-linux vcards_20240811_175319.vcf --format vcard` 4. [Import to your app](../import_instructions.md) ## Import Structure diff --git a/docs/index.md b/docs/index.md index 73792d0..b09bcb0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ ## Features -- ✅ Many input formats, like Google Keep, Standard Notes, Synology Note Station, Zoho Notebook and more +- ✅ Several supported input formats - ✅ Markdown + Frontmatter output - Compatible with any text editor - Can be imported to Joplin/Obsidian/... @@ -18,14 +18,24 @@ **Download jimmy here: [Linux](https://github.com/marph91/jimmy/releases/latest/download/jimmy-cli-linux) | [Windows](https://github.com/marph91/jimmy/releases/latest/download/jimmy-cli-windows.exe) | [MacOS](https://github.com/marph91/jimmy/releases/latest/download/jimmy-cli-darwin)** -!!! note +## Supported Apps - The MacOS app is untested. +|||||| +| :---: | :---: | :---: | :---: | :---: | +|
[Anki](https://marph91.github.io/jimmy/formats/anki/) |
[Bear](https://marph91.github.io/jimmy/formats/bear/) |
[Cacher](https://marph91.github.io/jimmy/formats/cacher/) |
[CherryTree](https://marph91.github.io/jimmy/formats/cherrytree/) |
[Clipto](https://marph91.github.io/jimmy/formats/clipto/) | +|
[Day One](https://marph91.github.io/jimmy/formats/day_one/) |
[Dynalist](https://marph91.github.io/jimmy/formats/dynalist/) |
[Facebook](https://marph91.github.io/jimmy/formats/facebook/) |
[FuseBase, Nimbus Note](https://marph91.github.io/jimmy/formats/fusebase/) |
[Google Docs](https://marph91.github.io/jimmy/formats/google_docs/) | +|
[Google Keep](https://marph91.github.io/jimmy/formats/google_keep/) |
[Joplin](https://marph91.github.io/jimmy/formats/joplin/) |
[jrnl](https://marph91.github.io/jimmy/formats/jrnl/) |
[Notion](https://marph91.github.io/jimmy/formats/notion/) |
[Obsidian](https://marph91.github.io/jimmy/formats/obsidian/) | +|
[QOwnNotes](https://marph91.github.io/jimmy/formats/qownnotes/) |
[RedNotebook](https://marph91.github.io/jimmy/formats/rednotebook/) |
[Simplenote](https://marph91.github.io/jimmy/formats/simplenote/) |
[Standard Notes](https://marph91.github.io/jimmy/formats/standard_notes/) |
[Synology Note Station](https://marph91.github.io/jimmy/formats/synology_note_station/) | +| [Textbundle, Textpack](https://marph91.github.io/jimmy/formats/textbundle/) |
[Tiddlywiki](https://marph91.github.io/jimmy/formats/tiddlywiki/) |
[Tomboy-ng, Gnote](https://marph91.github.io/jimmy/formats/tomboy_ng/) | [vCard](https://marph91.github.io/jimmy/formats/vcard/) |
[Zettelkasten](https://marph91.github.io/jimmy/formats/zettelkasten/) | +|
[Zim](https://marph91.github.io/jimmy/formats/zim/) |
[Zoho Notebook](https://marph91.github.io/jimmy/formats/zoho_notebook/) |||| -Alternative installation options: +## Supported Formats -1. CLI app: `jimmy-cli-*`. Available at the [release page](https://github.com/marph91/jimmy/releases/latest). -2. Clone the repository and use it from python by `python src/jimmy_cli.py`. +|||||| +| :---: | :---: | :---: | :---: | :---: | +|
[Asciidoc](https://marph91.github.io/jimmy/formats/default/) |
[CSV](https://marph91.github.io/jimmy/formats/default/) | [DocBook](https://marph91.github.io/jimmy/formats/default/) |
[docx](https://marph91.github.io/jimmy/formats/default/) |
[EPUB](https://marph91.github.io/jimmy/formats/default/) | +|
[Fountain](https://marph91.github.io/jimmy/formats/default/) |
[HTML](https://marph91.github.io/jimmy/formats/default/) |
[Jupyter Notebook](https://marph91.github.io/jimmy/formats/default/) |
[Markdown](https://marph91.github.io/jimmy/formats/default/) |
[MediaWiki](https://marph91.github.io/jimmy/formats/default/) | +|
[ODT](https://marph91.github.io/jimmy/formats/default/) |
[OPML](https://marph91.github.io/jimmy/formats/default/) | [reStructuredText](https://marph91.github.io/jimmy/formats/default/) | [RTF](https://marph91.github.io/jimmy/formats/default/) | [txt2tags](https://marph91.github.io/jimmy/formats/default/) | ## General Usage diff --git a/readme.md b/readme.md index 694c876..048231f 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ If this app is useful for you, feel free to star it on [github](https://github.c ## Features -- ✅ Many input formats, like Google Keep, Standard Notes, Synology Note Station, Zoho Notebook and more +- ✅ Several supported input formats - ✅ Markdown + Frontmatter output - Compatible with any text editor - Can be imported to Joplin/Obsidian/... @@ -22,6 +22,25 @@ If this app is useful for you, feel free to star it on [github](https://github.c - ✅ Cross-platform - ✅ Standalone (no Docker, Python or NodeJS installation required) +## Supported Apps + +|||||| +| :---: | :---: | :---: | :---: | :---: | +|
[Anki](https://marph91.github.io/jimmy/formats/anki/) |
[Bear](https://marph91.github.io/jimmy/formats/bear/) |
[Cacher](https://marph91.github.io/jimmy/formats/cacher/) |
[CherryTree](https://marph91.github.io/jimmy/formats/cherrytree/) |
[Clipto](https://marph91.github.io/jimmy/formats/clipto/) | +|
[Day One](https://marph91.github.io/jimmy/formats/day_one/) |
[Dynalist](https://marph91.github.io/jimmy/formats/dynalist/) |
[Facebook](https://marph91.github.io/jimmy/formats/facebook/) |
[FuseBase, Nimbus Note](https://marph91.github.io/jimmy/formats/fusebase/) |
[Google Docs](https://marph91.github.io/jimmy/formats/google_docs/) | +|
[Google Keep](https://marph91.github.io/jimmy/formats/google_keep/) |
[Joplin](https://marph91.github.io/jimmy/formats/joplin/) |
[jrnl](https://marph91.github.io/jimmy/formats/jrnl/) |
[Notion](https://marph91.github.io/jimmy/formats/notion/) |
[Obsidian](https://marph91.github.io/jimmy/formats/obsidian/) | +|
[QOwnNotes](https://marph91.github.io/jimmy/formats/qownnotes/) |
[RedNotebook](https://marph91.github.io/jimmy/formats/rednotebook/) |
[Simplenote](https://marph91.github.io/jimmy/formats/simplenote/) |
[Standard Notes](https://marph91.github.io/jimmy/formats/standard_notes/) |
[Synology Note Station](https://marph91.github.io/jimmy/formats/synology_note_station/) | +| [Textbundle, Textpack](https://marph91.github.io/jimmy/formats/textbundle/) |
[Tiddlywiki](https://marph91.github.io/jimmy/formats/tiddlywiki/) |
[Tomboy-ng, Gnote](https://marph91.github.io/jimmy/formats/tomboy_ng/) | [vCard](https://marph91.github.io/jimmy/formats/vcard/) |
[Zettelkasten](https://marph91.github.io/jimmy/formats/zettelkasten/) | +|
[Zim](https://marph91.github.io/jimmy/formats/zim/) |
[Zoho Notebook](https://marph91.github.io/jimmy/formats/zoho_notebook/) |||| + +## Supported Formats + +|||||| +| :---: | :---: | :---: | :---: | :---: | +|
[Asciidoc](https://marph91.github.io/jimmy/formats/default/) |
[CSV](https://marph91.github.io/jimmy/formats/default/) | [DocBook](https://marph91.github.io/jimmy/formats/default/) |
[docx](https://marph91.github.io/jimmy/formats/default/) |
[EPUB](https://marph91.github.io/jimmy/formats/default/) | +|
[Fountain](https://marph91.github.io/jimmy/formats/default/) |
[HTML](https://marph91.github.io/jimmy/formats/default/) |
[Jupyter Notebook](https://marph91.github.io/jimmy/formats/default/) |
[Markdown](https://marph91.github.io/jimmy/formats/default/) |
[MediaWiki](https://marph91.github.io/jimmy/formats/default/) | +|
[ODT](https://marph91.github.io/jimmy/formats/default/) |
[OPML](https://marph91.github.io/jimmy/formats/default/) | [reStructuredText](https://marph91.github.io/jimmy/formats/default/) | [RTF](https://marph91.github.io/jimmy/formats/default/) | [txt2tags](https://marph91.github.io/jimmy/formats/default/) | + ## General Usage ```mermaid @@ -46,7 +65,7 @@ For detailed instructions, see the page of the [specific format](https://marph91 ## Quickstart -1. Download jimmy here: [**Linux**](https://github.com/marph91/jimmy/releases/latest/download/jimmy-cli-linux) | [**Windows**](https://github.com/marph91/jimmy/releases/latest/download/jimmy-cli-windows.exe) | [**MacOS**](https://github.com/marph91/jimmy/releases/latest/download/jimmy-cli-darwin) [^macos] +1. Download jimmy here: [**Linux**](https://github.com/marph91/jimmy/releases/latest/download/jimmy-cli-linux) | [**Windows**](https://github.com/marph91/jimmy/releases/latest/download/jimmy-cli-windows.exe) | [**MacOS**](https://github.com/marph91/jimmy/releases/latest/download/jimmy-cli-darwin) 2. Examples for the Linux CLI app: ```bash @@ -71,8 +90,6 @@ What is converted (in most cases)? If something is not working, please check the issues first. If you can't find anything, feel free to create a new issue. It might be just not implemented yet or a regression. On the other side, the exported data can be sparse. In that case it's not possible to transfer the data with jimmy. -[^macos]: The MacOS app is untested. - ## Demo This is an example of a successful conversion: