fixes

zadam 2020-08-31 23:12:24 +02:00
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:
* single markdown file (with .md extension)
* whole tree of markdown files (packaged into [.tar](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.
* You can use e.g. [7-zip](https://www.7-zip.org) to package directory of markdown files into tar file
* whole tree of markdown files (packaged into [.zip](https://en.wikipedia.org/wiki/Tar_(computing)) archive)
* 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 the ZIP file
[[gifs/markdown-file-import.gif]]
@ -23,7 +23,7 @@ You can also import Markdown files from files:
### 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]]