diff --git a/Markdown.md b/Markdown.md index ea13b90..3508fc4 100644 --- a/Markdown.md +++ b/Markdown.md @@ -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]]