From 7e0ec158b6f44b807a092d195b1435c5c854e312 Mon Sep 17 00:00:00 2001 From: Steph Ango <10565871+kepano@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:28:28 -0800 Subject: [PATCH 1/4] Import Textbundle files --- en/Import notes/Import Textbundle files.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 en/Import notes/Import Textbundle files.md diff --git a/en/Import notes/Import Textbundle files.md b/en/Import notes/Import Textbundle files.md new file mode 100644 index 000000000..399a58c36 --- /dev/null +++ b/en/Import notes/Import Textbundle files.md @@ -0,0 +1,19 @@ +--- +permalink: import/textbundle +--- +Obsidian allows you to easily migrate your notes from apps that support the [Textbundle](https://textbundle.org/) format using the [[Importer|Importer plugin]]. + +The Textbundle format bundles Markdown text and all referenced images into a single file, providing a more seamless way to move out of a sandboxed application. Textbundle export is supported by [many apps](https://textbundle.org/), including Agenda, Craft, Taio, Ulysses, Zettlr, and more. + +## Import Textbundle files into Obsidian + +You will need the official Obsidian [[Importer]] plugin, which you can [install here](obsidian://show-plugin?id=obsidian-importer). + +1. Open **Settings**. +2. Go to **Community Plugins** and [install Importer](obsidian://show-plugin?id=obsidian-importer). +3. Enable the Importer plugin. +4. Open the **Importer** plugin using the command palette or ribbon icon. +5. Under **File format** choose **Textbundle (.textbundle).** +6. Select the location of your Texbundle files. +7. Click **Import** and wait until import is complete. +8. You're done! \ No newline at end of file From 3450f97461711609f7cdf7607e6854b2be2f9f25 Mon Sep 17 00:00:00 2001 From: Steph Ango <10565871+kepano@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:31:50 -0800 Subject: [PATCH 2/4] Add guide to Import landing page --- en/Getting started/Import notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/Getting started/Import notes.md b/en/Getting started/Import notes.md index 6c5ab1ce7..f29f31c1b 100644 --- a/en/Getting started/Import notes.md +++ b/en/Getting started/Import notes.md @@ -18,8 +18,9 @@ Apps come and go, but your data should last. Obsidian uses non-proprietary plain - [[Import from Google Keep|Google Keep]] - [[Import from Bear|Bear]] - [[Import HTML files|HTML files]] -- [[Import Zettelkasten notes|Zettelkasten notes]] - [[Import Markdown files|Markdown files]] +- [[Import Textbundle files|Textbundle files]] +- [[Import Zettelkasten notes|Zettelkasten notes]] ## More formats From 567b1f5e5cae855c7d1cd72b91c76dc514293e78 Mon Sep 17 00:00:00 2001 From: Steph Ango <10565871+kepano@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:43:44 -0800 Subject: [PATCH 3/4] Minor formatting fix --- en/Getting started/Import notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/Getting started/Import notes.md b/en/Getting started/Import notes.md index f29f31c1b..166e48733 100644 --- a/en/Getting started/Import notes.md +++ b/en/Getting started/Import notes.md @@ -19,7 +19,7 @@ Apps come and go, but your data should last. Obsidian uses non-proprietary plain - [[Import from Bear|Bear]] - [[Import HTML files|HTML files]] - [[Import Markdown files|Markdown files]] -- [[Import Textbundle files|Textbundle files]] +- [[Import Textbundle files|Textbundle files]] - [[Import Zettelkasten notes|Zettelkasten notes]] ## More formats From 76c86a0a65e97910d9357e5b1cd1488bb0a144fd Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Thu, 22 Feb 2024 13:55:20 -0800 Subject: [PATCH 4/4] Update textbundle import with limitations and troubleshooting --- en/Import notes/Import Textbundle files.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/en/Import notes/Import Textbundle files.md b/en/Import notes/Import Textbundle files.md index 399a58c36..f86ccfa7e 100644 --- a/en/Import notes/Import Textbundle files.md +++ b/en/Import notes/Import Textbundle files.md @@ -1,7 +1,7 @@ --- permalink: import/textbundle --- -Obsidian allows you to easily migrate your notes from apps that support the [Textbundle](https://textbundle.org/) format using the [[Importer|Importer plugin]]. +Obsidian allows you to easily migrate your notes from apps that support the [Textbundle](https://textbundle.org/) format using the [[Importer|Importer plugin]]. The Textbundle format bundles Markdown text and all referenced images into a single file, providing a more seamless way to move out of a sandboxed application. Textbundle export is supported by [many apps](https://textbundle.org/), including Agenda, Craft, Taio, Ulysses, Zettlr, and more. @@ -13,7 +13,13 @@ You will need the official Obsidian [[Importer]] plugin, which you can [install 2. Go to **Community Plugins** and [install Importer](obsidian://show-plugin?id=obsidian-importer). 3. Enable the Importer plugin. 4. Open the **Importer** plugin using the command palette or ribbon icon. -5. Under **File format** choose **Textbundle (.textbundle).** -6. Select the location of your Texbundle files. +5. Under **File format** choose **Textbundle (.textbundle, .textpack).** +6. Select the location of your Textbundle or Textpack files. Zip files are also supported. 7. Click **Import** and wait until import is complete. -8. You're done! \ No newline at end of file +8. You're done! + +## Troubleshooting + +### No files are selected for import + +The textbundle import can only import one textbundle file at a time, and only on Mac devices. Instead, you may compress all of the textbundle files you wish to import into a single .zip file and import this instead from any device.