Skip to content

Commit ab79c4e

Browse files
authored
fix: Remove outdated FAQ entry
1 parent ac914af commit ab79c4e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/en/reference/faq.md

-12
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,6 @@ Zettlr cannot account for all of these variables. Therefore, here are a few tips
4747

4848
Simply uninstall Zettlr and begin using another program of your choice. Zettlr does not mess with your files. If you have been using Projects or modified the directories, there will be small files named `.ztr-directory` present in some folders. To remove them, simply reset the sorting of directories to default, and remove all projects prior to uninstalling the app (or manually remove these files afterwards).
4949

50-
## I'm using Linux and deleting files doesn't move them to the trash!
51-
52-
Zettlr never completely removes your files. It always only moves them to the trash so in case you accidentally remove a file you need, you can always restore it. On macOS and Windows systems, the trash is activated by default, but on some Linux distributions, you need to activate the trash functionality manually. On Linux, Zettlr (to be more precise: the underlying Electron framework) makes use of the binary `gvfs-trash` to move files to the trash. To make use of this functionality, please make sure you have `gvfs-trash` installed! On Debian/Ubuntu you can do so by running the following code in a terminal:
53-
54-
```bash
55-
$ sudo apt install gvfs-bin
56-
```
57-
58-
!!! note
59-
60-
If you do not want to use the trash functionality, you can also enable the setting in the advanced preferences telling Zettlr to terminally remove a file if moving it to the trash fails. Please note that this will remove files irreversibly!
61-
6250
## What is the correct URI formatting for Markdown links?
6351

6452
By default, Zettlr renders Markdown links in the format `[Your Link Text](your-link)` to be clickable (when holding down `Cmd` or `Ctrl`). However, Markdown links can point both to websites and to other files on your computer. You can omit a lot of information from your link, and Zettlr makes use of a heuristic to determine the information on its own, but it might infer false context for what you intend. Here's how it works:

0 commit comments

Comments
 (0)