Skip to content

Commit bcffa77

Browse files
committed
docs(user): index page for import/export
1 parent 8ab2069 commit bcffa77

File tree

6 files changed

+86
-4
lines changed

6 files changed

+86
-4
lines changed

apps/server/src/assets/doc_notes/en/User Guide/!!!meta.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Import & Export.html

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/User Guide/!!!meta.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5066,9 +5066,45 @@
50665066
"value": "import-export",
50675067
"isInheritable": false,
50685068
"position": 20
5069+
},
5070+
{
5071+
"type": "relation",
5072+
"name": "internalLink",
5073+
"value": "hrZ1D00cLbal",
5074+
"isInheritable": false,
5075+
"position": 30
5076+
},
5077+
{
5078+
"type": "relation",
5079+
"name": "internalLink",
5080+
"value": "rJ9grSgoExl9",
5081+
"isInheritable": false,
5082+
"position": 40
5083+
},
5084+
{
5085+
"type": "relation",
5086+
"name": "internalLink",
5087+
"value": "Oau6X9rCuegd",
5088+
"isInheritable": false,
5089+
"position": 50
5090+
},
5091+
{
5092+
"type": "relation",
5093+
"name": "internalLink",
5094+
"value": "syuSEKf2rUGr",
5095+
"isInheritable": false,
5096+
"position": 60
5097+
},
5098+
{
5099+
"type": "relation",
5100+
"name": "internalLink",
5101+
"value": "GnhlmrATVqcH",
5102+
"isInheritable": false,
5103+
"position": 70
50695104
}
50705105
],
50715106
"format": "markdown",
5107+
"dataFileName": "Import & Export.md",
50725108
"attachments": [],
50735109
"dirFileName": "Import & Export",
50745110
"children": [
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Import & Export
2+
Trilium natively supports the following formats for both import and export.
3+
4+
* HTML:
5+
* This is the main format used by Trilium, where standard tags are used to represent basic formatting and layout (e.g. `<strong>`, `<table>`, `<pre>`).
6+
* 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.
7+
* <a class="reference-link" href="Import%20%26%20Export/Markdown.md">Markdown</a>
8+
* Most of the formatting is preserved, see <a class="reference-link" href="Import%20%26%20Export/Markdown/Supported%20syntax.md">Supported syntax</a>.
9+
* OPML (Outliner Interchange Format)
10+
* Supports both OPML v1.0 for plain text and v2.0 with HTML support.
11+
12+
To import from other applications, see the dedicated pages:
13+
14+
* <a class="reference-link" href="Import%20%26%20Export/Evernote.md">Evernote</a>
15+
* <a class="reference-link" href="Import%20%26%20Export/OneNote.md">OneNote</a>

docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Note tree contextual menu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ The contextual menu can operate:
6262
* _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>).
6363
* _Erase notes permanently_ will ensure that the note cannot be recovered from <a class="reference-link" href="../Recent%20Changes.md">Recent Changes</a>.
6464
* **Import into note**
65-
* Opens the [import](../../Import%20%26%20Export) dialog and places the imported notes as child notes of the selected one.
65+
* Opens the [import](../../Import%20%26%20Export.md) dialog and places the imported notes as child notes of the selected one.
6666
* **Export**
67-
* Opens the [export](../../Import%20%26%20Export) dialog for the selected notes.
67+
* Opens the [export](../../Import%20%26%20Export.md) dialog for the selected notes.
6868
* **Search in subtree**
6969
* 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).
7070

docs/User Guide/User Guide/Note Types/File.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Interactions:
6363

6464
Files that are identified as containing text will show a preview of their content. One common use case for this type of file is to embed text files whose content is not necessarily of interest to the user, such as third-party libraries or generated content, that can then be downloaded if needed.
6565

66-
Note that generally text files will be [imported](../Basic%20Concepts%20and%20Features/Import%20%26%20Export) as either <a class="reference-link" href="Text.md">Text</a> or <a class="reference-link" href="Code.md">Code</a> notes. To bypass this behavior and create a _File_ note type, use the _Import into note_ feature and uncheck _Import HTML, Markdown and TXT as text notes_, as well as _Import recognized code files as code notes_
66+
Note that generally text files will be [imported](../Basic%20Concepts%20and%20Features/Import%20%26%20Export.md) as either <a class="reference-link" href="Text.md">Text</a> or <a class="reference-link" href="Code.md">Code</a> notes. To bypass this behavior and create a _File_ note type, use the _Import into note_ feature and uncheck _Import HTML, Markdown and TXT as text notes_, as well as _Import recognized code files as code notes_
6767

6868
Since one of the use cases for having files instead of notes is to display large files, the content preview is limited to a relatively small amount of characters. To view the full file, consider opening it in an external application.
6969

0 commit comments

Comments
 (0)