Skip to content

Commit

Permalink
docs: remove toc and fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Jul 28, 2024
1 parent cd57376 commit 53602b9
Show file tree
Hide file tree
Showing 25 changed files with 29 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/formats/bear.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ This page describes how to import notes from Bear to Joplin.
## Instructions

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

1. Export as described in <https://www.cacher.io/docs/guides/snippets/exporting-snippets#how-to-export-1>
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux cacher-export-202406182304.json --format cacher`

## Import Structure
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/cherrytree.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This page describes how to import notes from CherryTree to Joplin.

1. Export as described in <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)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux cherry.ctd --format cherrytree`

## Import Structure
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/clipto.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This page describes how to import notes from Clipto to Joplin.
## Instructions

1. Export your notes from the mobile app [^export]
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux clipto_backup_240401_105154.json --format clipto`

[^export]: Export works with the mobile app only. See <https://github.com/clipto-pro/Desktop/issues/21#issuecomment-537401330>.
2 changes: 1 addition & 1 deletion docs/formats/day_one.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This page describes how to import notes from Day One to Joplin.

1. Export as described in <https://dayoneapp.com/guides/tips-and-tutorials/exporting-entries/>
1. Choose "Day One JSON (.zip)"
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux Export-Tagebuch.zip --format day_one`

## Import Structure
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The default import covers the following formats:

## Instructions

1. [Install jimmy](../index.md#Installation)
1. [Install jimmy](../index.md#installation)
2. Import to Joplin. Examples:

```sh
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/dynalist.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ This page describes how to import notes from Dynalist to Joplin.
## Instructions

1. Export as described in <https://help.dynalist.io/article/79-back-up-your-data>
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux dynalist-backup-2024-04-12.zip --format dynalist`
2 changes: 1 addition & 1 deletion docs/formats/fusebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ This page describes how to import 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/>
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux nimbus_note/Example/ --format nimbus_note`
2 changes: 1 addition & 1 deletion docs/formats/google_keep.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This page describes how to import notes from Google Keep to Joplin.
## Instructions

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

1. Export as described in <https://joplinapp.org/help/apps/import_export/#exporting>
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux 29_04_2024.jex --format joplin`
2 changes: 1 addition & 1 deletion docs/formats/jrnl.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This page describes how to import notes from jrnl to Joplin.
1. Export as described in <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)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux myjournal.json --format jrnl`

## Import Structure
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/notion.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ This page describes how to import notes from Notion to Joplin.

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

## Instructions

1. [Install jimmy](../index.md#Installation)
1. [Install jimmy](../index.md#installation)
2. Import to Joplin. Example: `jimmy-cli-linux obsidian_vault/ --format obsidian`
2 changes: 1 addition & 1 deletion docs/formats/simplenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ This page describes how to import notes from Simplenote to Joplin.
## Instructions

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

1. Export as described in <https://standardnotes.com/help/14/how-do-i-create-and-import-backups-of-my-standard-notes-data>
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux "Standard Notes Backup - Sun Apr 28 2024 12_56_55 GMT+0200.zip" --format standard_notes`

## Known Limitations
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 @@ -8,7 +8,7 @@ This page describes how to import notes from Synology Note Station to Joplin.
## Instructions

1. Export as described in <https://kb.synology.com/en-global/DSM/help/NoteStation/note_station_managing_notes?version=7#t7>
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux notestation-test-books.nsx --format synology_note_station`

## Known Limitations
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/textbundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Selection from [the textbundle website](http://textbundle.org/#supporting-apps):
## Instructions

1. Export from any of the mentioned apps
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Examples:
1. `jimmy-cli-linux "Textbundle Example v1.textbundle/" --format textbundle`
2. `jimmy-cli-linux "example.textpack" --format textbundle`
2 changes: 1 addition & 1 deletion docs/formats/tiddlywiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This page describes how to import notes from TiddlyWiki to Joplin.

1. Export as described in <https://tiddlywiki.com/static/How%2520to%2520export%2520tiddlers.html>
1. Choose json export
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux tiddlers.json --format tiddlywiki`

## Known Limitations
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/todo.txt.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ This page describes how to import notes from Todo.txt to Joplin.
## Instructions

1. Export from any of the mentioned apps
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux examples_from_readme.txt --format todo_txt`
2 changes: 1 addition & 1 deletion docs/formats/todoist.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This page describes how to import notes from Todoist to Joplin.

1. Export as described in <https://todoist.com/de/help/articles/introduction-to-backups-ywaJeQbN>
1. Uncheck "Use relative data" when exporting.
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux Privates.csv --format todoist`

## Known Limitations
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/tomboy_ng.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This page describes how to import notes from Tomboy-ng to Joplin.

1. Export as described in <https://todoist.com/de/help/articles/introduction-to-backups-ywaJeQbN>
1. Uncheck "Use relative data" when exporting.
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Examples:
1. `jimmy-cli-linux ~/.local/share/tomboy-ng/ --format tomboy_ng`
2. `jimmy-cli-linux tomboy-ng/5E74990A-E93E-4A11-AEA2-0814A37FEE1A.note --format tomboy_ng`
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/toodledo.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This page describes how to import notes from Toodledo to Joplin.

1. Export as described in <https://www.toodledo.com/tools/import_export.php>
1. Uncheck "Use relative data" when exporting.
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Examples:
1. `jimmy-cli-linux toodledo_completed_240427.csv --format toodledo`
2. `jimmy-cli-linux toodledo_current_240427.csv --format toodledo`
Expand Down
2 changes: 1 addition & 1 deletion docs/formats/xit.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page describes how to import notes from [x]it! to Joplin.

## Instructions

1. [Install jimmy](../index.md#Installation)
1. [Install jimmy](../index.md#installation)
2. Import to Joplin. Example: `jimmy-cli-linux example.xit --format xit`

## Import Structure
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 @@ -9,7 +9,7 @@ This page describes how to import notes from Zoho Notebook to Joplin.

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 HTML
2. [Install jimmy](../index.md#Installation)
2. [Install jimmy](../index.md#installation)
3. Import to Joplin. Example: `jimmy-cli-linux Notebook_14Apr2024_1300_html.zip --format zoho_notebook`

## Known Limitations
Expand Down
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ markdown_extensions:
- admonition
# code block highlighting
- pymdownx.superfences
# disable the toc, since there is not that much content
# https://github.com/squidfunk/mkdocs-material/discussions/2644#discussioncomment-715040
- toc:
permalink: true
toc_depth: 0

# Page tree
nav:
Expand Down

0 comments on commit 53602b9

Please sign in to comment.