Skip to content

Commit

Permalink
small doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Oct 10, 2024
1 parent 1a81373 commit 94861dc
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 20 deletions.
4 changes: 4 additions & 0 deletions docs/contributing/more_note_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ Loose collection of note apps/messengers/wikis/formats that could be implemented
| [MyInfo](https://www.myinfoapp.com/) | [doc](https://www.myinfoapp.com/features) | |
| Nixnote/[Nixnote 2](https://github.com/baumgarr/Nixnote2) | - [doc](https://github.com/baumgarr/nixnote2/issues/483) <br>- [thread](https://discourse.joplinapp.org/t/import-from-nixnote/183/7) | [dead](https://github.com/robert7/nixnote2/issues/181) |
| [Notable](https://notable.app/) | notes stored as Markdown in folder | |
| [Notebooks](https://www.notebooksapp.com/) | [doc](https://www.notebooksapp.com/ios/backup/) | |
| [Notejoy](https://notejoy.com/) | [doc](https://notejoy.com/help/export-notes) (paid only and to Google Drive only) | |
| [NotePlan](https://noteplan.co/) | [doc](https://help.noteplan.co/article/32-how-to-make-a-backup-of-my-notes) | |
| [Notesnook](https://notesnook.com/) | | - [unzip code](https://github.com/streetwriters/notesnook/blob/1f0fc83a7c5694eeda17dc70f35d69ca0df26bf2/apps/web/src/utils/compressor.ts#L44-L55) <br>- [Basic plan can only export to text](https://notesnook.com/pricing/) <br>- No attachments without login |
| [notezilla](https://www.conceptworld.com/Notezilla) | [doc](https://www.conceptworld.com/Notezilla) (csv) | How are nested memoboards/notebooks handled? |
| [Nuclino](https://www.nuclino.com/) | [doc](https://help.nuclino.com/fb60e6f6-export-a-workspace) | |
Expand All @@ -72,6 +74,7 @@ https://github.com/LucasMatuszewski/snb2md-recursive
| [Signal](https://signal.org/de/) | | https://github.com/marph91/jimmy/issues/8 |
| [Siyuan](https://github.com/siyuan-note/siyuan) | [doc](https://github.com/siyuan-note/siyuan?tab=readme-ov-file#does-it-support-data-synchronization-through-a-third-party-sync-disk) | |
| [Skiff Pages](https://skiff.com/pages) | | |
| [Slite](https://slite.com/) | [doc](https://slite.slite.page/p/GB20MuMNuUTvwM/Backing-Up-Your-Data) (Markdown, paid only) | |
| [Stickies](https://www.zhornsoftware.co.uk/stickies/) | | https://github.com/marph91/jimmy/issues/4 |
| [Supernotes](https://supernotes.app/) | [doc](https://help.supernotes.app/en/articles/3068672-printing-exporting#h_f37e2930e4) | |
| [Tana](https://tana.inc/) | [thread](https://www.reddit.com/r/TanaInc/comments/13jjiwi/comment/jkgca57/) | |
Expand All @@ -84,6 +87,7 @@ https://github.com/LucasMatuszewski/snb2md-recursive
| [Trello](https://trello.com/) | [doc](https://support.atlassian.com/trello/docs/exporting-data-from-trello/) (json) | |
| [Trilium](https://github.com/zadam/trilium) | [thread](https://github.com/zadam/trilium/discussions/2827) (Markdown?) | |
| [Turtl](https://turtlapp.com/) | [thread](https://discourse.joplinapp.org/t/turtl-to-md-directory-python/29010) | dead |
| [Twos](https://www.twosapp.com/) | [export](https://www.twosapp.com/export) (markdown, only single notes?) | |
| [Ulysses](https://ulysses.app/) | [thread](https://github.com/obsidianmd/obsidian-importer/issues/18) (Markdown) | |
| [UpNote](https://getupnote.com/) | [doc](https://medium.com/upnote/export-your-notes-3d8d6f7739d7) (Markdown, paid only) | |
| [Vnote](https://github.com/vnotex/vnote) | [doc](https://app.vnote.fun/en_us/#!docs/Users/Export.md) (Markdown?) | |
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/anki.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert Anki cards to Markdown.

## Instructions

1. Export as described [at the wiki](https://docs.ankiweb.net/exporting.html)
1. Export as described [at the website](https://docs.ankiweb.net/exporting.html)
1. Choose "Deck (.apkg)"
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux MEILLEUR_DECK_ANGLAIS_3000.apkg --format anki`
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/bear.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from Bear to Markdown.

## Instructions

1. Export as described in <https://bear.app/faq/backup-restore/>
1. Export as described [at the website](https://bear.app/faq/backup-restore/)
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux backup.bear2bk --format bear`
4. [Import to your app](../import_instructions.md)
2 changes: 1 addition & 1 deletion docs/formats/cacher.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from Cacher to Markdown.

## Instructions

1. Export as described in <https://www.cacher.io/docs/guides/snippets/exporting-snippets#how-to-export-1>
1. Export as described [at the website](https://www.cacher.io/docs/guides/snippets/exporting-snippets#how-to-export-1)
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux cacher-export-202406182304.json --format cacher`
4. [Import to your app](../import_instructions.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/cherrytree.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from CherryTree to Markdown.

## Instructions

1. Export as described in <https://www.giuspen.com/cherrytreemanual/#_exporting>
1. Export as described [at the website](https://www.giuspen.com/cherrytreemanual/#_exporting)
1. Choose "Export" -> "Export to CherryTreeDocument" -> "All the Tree" -> "XML, Not Protected (.cdt)"
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux cherry.ctd --format cherrytree`
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/day_one.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from Day One to Markdown.

## Instructions

1. Export as described in <https://dayoneapp.com/guides/tips-and-tutorials/exporting-entries/>
1. Export as described [at the website](https://dayoneapp.com/guides/tips-and-tutorials/exporting-entries/)
1. Choose "Day One JSON (.zip)"
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux Export-Tagebuch.zip --format day_one`
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/dynalist.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from Dynalist to Markdown.

## Instructions

1. Export as described in <https://help.dynalist.io/article/79-back-up-your-data>
1. Export as described [at the website](https://help.dynalist.io/article/79-back-up-your-data)
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux dynalist-backup-2024-04-12.zip --format dynalist`
4. [Import to your app](../import_instructions.md)
2 changes: 1 addition & 1 deletion docs/formats/facebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert posts and messages from Facebook to Markdown.

## Instructions

1. Export as described at [this help page](https://www.facebook.com/help/212802592074644/)
1. Export as described at [at the website](https://www.facebook.com/help/212802592074644/)
1. Choose JSON
2. The export may take some time. For a 450 MB file it took two days.
2. [Install jimmy](../index.md#installation)
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/fusebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from FuseBase (formerly Nimbus Note) to

## Instructions

1. Export as described in <https://nimbusweb.me/guides/settings/how-to-export-notes-to-html-or-pdf/>
1. Export as described [at the website](https://nimbusweb.me/guides/settings/how-to-export-notes-to-html-or-pdf/)
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux nimbus_note/Example/ --format nimbus_note`
4. [Import to your app](../import_instructions.md)
2 changes: 1 addition & 1 deletion docs/formats/google_keep.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from Google Keep to Markdown.

## Instructions

1. Export via Takeout as described in <https://www.howtogeek.com/694042/how-to-export-your-google-keep-notes-and-attachments/>
1. Export via Takeout as described [at the website](https://www.howtogeek.com/694042/how-to-export-your-google-keep-notes-and-attachments/)
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Examples:
1. `jimmy-cli-linux takeout-20240401T160516Z-001.zip --format google_keep`
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/joplin.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes in Joplin's JEX format to Markdown.

## Instructions

1. Export as described in <https://joplinapp.org/help/apps/import_export/#exporting>
1. Export as described [at the website](https://joplinapp.org/help/apps/import_export/#exporting)
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux 29_04_2024.jex --format joplin`
4. [Import to your app](../import_instructions.md)
2 changes: 1 addition & 1 deletion docs/formats/jrnl.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from jrnl to Markdown.

## Instructions

1. Export as described in <https://jrnl.sh/en/stable/formats/#exporting-with-file>
1. Export as described [at the website](https://jrnl.sh/en/stable/formats/#exporting-with-file)
1. Export as json to preserve metadata.
2. Example: `jrnl --format json --file myjournal.json`
2. [Install jimmy](../index.md#installation)
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/notion.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from Notion to Markdown.

## Instructions

1. Export as described in <https://www.notion.so/help/export-your-content#export-your-entire-workspace>
1. Export as described [at the website](https://www.notion.so/help/export-your-content#export-your-entire-workspace)
1. Choose "Markdown and CSV" and check "Create folder for sub-pages" when exporting.
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux 72a2f31c-3a46-4b44-826d-ae046e693551_Export-d609fb9f-43a4-475d-ba88-1db3e9e6bcd2.zip --format notion`
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/rednotebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from RedNotebook to Markdown.

## Instructions

1. Create a backup of your notes as described [here](https://rednotebook.app/help.html#toc13) or specify the data folder (for example `$HOME/.rednotebook/data`)
1. Create a backup of your notes as described [at the website](https://rednotebook.app/help.html#toc13) or specify the data folder (for example `$HOME/.rednotebook/data`)
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Examples:
1. `jimmy-cli-linux RedNotebook-Backup-2024-09-15.zip --format rednotebook`
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/simplenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from Simplenote to Markdown.

## Instructions

1. Export as described in <https://simplenote.com/help/#export>
1. Export as described [at the website](https://simplenote.com/help/#export)
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux notes.zip --format simplenote`
4. [Import to your app](../import_instructions.md)
2 changes: 1 addition & 1 deletion docs/formats/standard_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from Standard Notes to Markdown.

## Instructions

1. Export as described in <https://standardnotes.com/help/14/how-do-i-create-and-import-backups-of-my-standard-notes-data>
1. Export as described [at the website](https://standardnotes.com/help/14/how-do-i-create-and-import-backups-of-my-standard-notes-data)
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux "Standard Notes Backup - Sun Apr 28 2024 12_56_55 GMT+0200.zip" --format standard_notes`
4. [Import to your app](../import_instructions.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/synology_note_station.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from Synology Note Station to Markdown.

## Instructions

1. Export as described in <https://kb.synology.com/en-global/DSM/help/NoteStation/note_station_managing_notes?version=7#t7>
1. Export as described [at the website](https://kb.synology.com/en-global/DSM/help/NoteStation/note_station_managing_notes?version=7#t7)
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux notestation-test-books.nsx --format synology_note_station`
4. [Import to your app](../import_instructions.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/tiddlywiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from TiddlyWiki to Markdown.

## Instructions

1. Export as described in <https://tiddlywiki.com/static/How%2520to%2520export%2520tiddlers.html>
1. Export as described [at the website](https://tiddlywiki.com/static/How%2520to%2520export%2520tiddlers.html)
1. Choose json export
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux tiddlers.json --format tiddlywiki`
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/todoist.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from Todoist to Markdown.

## Instructions

1. Export as described in <https://todoist.com/de/help/articles/introduction-to-backups-ywaJeQbN>
1. Export as described [at the website](https://todoist.com/de/help/articles/introduction-to-backups-ywaJeQbN)
1. Uncheck "Use relative data" when exporting.
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux Privates.csv --format todoist`
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/toodledo.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from Toodledo to Markdown.

## Instructions

1. Export as described in <https://www.toodledo.com/tools/import_export.php>
1. Export as described [at the website](https://www.toodledo.com/tools/import_export.php)
1. Uncheck "Use relative data" when exporting.
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Examples:
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/zoho_notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to convert notes from Zoho Notebook to Markdown.

## Instructions

1. Export as described in <https://help.zoho.com/portal/en/kb/notebook/import-and-export/articles/export-all-your-notecards-from-notebook>
1. Export as described [at the website](https://help.zoho.com/portal/en/kb/notebook/import-and-export/articles/export-all-your-notecards-from-notebook)
1. Export as HTML
2. [Install jimmy](../index.md#installation)
3. Convert to Markdown. Example: `jimmy-cli-linux Notebook_14Apr2024_1300_html.zip --format zoho_notebook`
Expand Down

0 comments on commit 94861dc

Please sign in to comment.