mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fixes
parent
33e9e81046
commit
913b4362da
@ -13,9 +13,9 @@ If you want to import just a chunk of markdown from clipboard, you can do it fro
|
|||||||
You can also import Markdown files from files:
|
You can also import Markdown files from files:
|
||||||
|
|
||||||
* single markdown file (with .md extension)
|
* single markdown file (with .md extension)
|
||||||
* whole tree of markdown files (packaged into [.tar](https://en.wikipedia.org/wiki/Tar_(computing)) archive)
|
* whole tree of markdown files (packaged into [.zip](https://en.wikipedia.org/wiki/Tar_(computing)) archive)
|
||||||
* Markdown files need to be packaged into tar archive because browser can't read directories, only single files.
|
* Markdown files need to be packaged into ZIP archive because browser can't read directories, only single files.
|
||||||
* You can use e.g. [7-zip](https://www.7-zip.org) to package directory of markdown files into tar file
|
* You can use e.g. [7-zip](https://www.7-zip.org) to package directory of markdown files into the ZIP file
|
||||||
|
|
||||||
[[gifs/markdown-file-import.gif]]
|
[[gifs/markdown-file-import.gif]]
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ You can also import Markdown files from files:
|
|||||||
|
|
||||||
### Subtree export
|
### Subtree export
|
||||||
|
|
||||||
You can export whole subtree to .tar archive which will have directory structured modelled after subtree structure:
|
You can export whole subtree to ZIP archive which will have directory structured modelled after subtree structure:
|
||||||
|
|
||||||
[[gifs/markdown-export-subtree.gif]]
|
[[gifs/markdown-export-subtree.gif]]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user