mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 07:09:54 +01:00
docs(user): index page for import/export
This commit is contained in:
15
docs/User Guide/User Guide/Basic Concepts and Features/Import & Export.md
vendored
Normal file
15
docs/User Guide/User Guide/Basic Concepts and Features/Import & Export.md
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Import & Export
|
||||
Trilium natively supports the following formats for both import and export.
|
||||
|
||||
* HTML:
|
||||
* This is the main format used by Trilium, where standard tags are used to represent basic formatting and layout (e.g. `<strong>`, `<table>`, `<pre>`).
|
||||
* Note that HTML is not a standardized format so some more specific features such as admonitions or <a class="reference-link" href="../Note%20Types/Text/Links/Internal%20(reference)%20links.md">Internal (reference) links</a> might not be supported by other applications.
|
||||
* <a class="reference-link" href="Import%20%26%20Export/Markdown.md">Markdown</a>
|
||||
* Most of the formatting is preserved, see <a class="reference-link" href="Import%20%26%20Export/Markdown/Supported%20syntax.md">Supported syntax</a>.
|
||||
* OPML (Outliner Interchange Format)
|
||||
* Supports both OPML v1.0 for plain text and v2.0 with HTML support.
|
||||
|
||||
To import from other applications, see the dedicated pages:
|
||||
|
||||
* <a class="reference-link" href="Import%20%26%20Export/Evernote.md">Evernote</a>
|
||||
* <a class="reference-link" href="Import%20%26%20Export/OneNote.md">OneNote</a>
|
||||
@@ -62,9 +62,9 @@ The contextual menu can operate:
|
||||
* _Delete also all clones_ to ensure that the note will be deleted everywhere if it has been placed into multiple locations (see <a class="reference-link" href="../../Notes/Cloning%20Notes.md">Cloning Notes</a>).
|
||||
* _Erase notes permanently_ will ensure that the note cannot be recovered from <a class="reference-link" href="../Recent%20Changes.md">Recent Changes</a>.
|
||||
* **Import into note**
|
||||
* Opens the [import](../../Import%20%26%20Export) dialog and places the imported notes as child notes of the selected one.
|
||||
* Opens the [import](../../Import%20%26%20Export.md) dialog and places the imported notes as child notes of the selected one.
|
||||
* **Export**
|
||||
* Opens the [export](../../Import%20%26%20Export) dialog for the selected notes.
|
||||
* Opens the [export](../../Import%20%26%20Export.md) dialog for the selected notes.
|
||||
* **Search in subtree**
|
||||
* Opens a full <a class="reference-link" href="../../Navigation/Search.md">Search</a> with it preconfigured to only look into this note and its descendants (the _Ancestor_ field).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user