docs/FAQ.md
MarkText is a desktop application and available for:
Yes, MarkText is licensed under the MIT license and completely free for everyone. The source-code is available on GitHub.
MarkText is a pure markdown editor without feature such as knowledge management and tags but yes, you can do this via the integrated filesystem explorer and task lists.
Documentation is currently under development.
Yes, please see here for further information.
You can report bugs and problems via our GitHub issue tracker. Please provide a detailed description of the problem to better solve the issue.
The SUID sandbox helper binary was found, but is not configured correctly.
Normally, you should never get this error but if you disabled user namespaces, this error message may appears in the command output when launching MarkText. To solve the issue, that Chromium cannot start the sandbox (process), you can choose one of the following steps:
sudo sysctl kernel.unprivileged_userns_clone=1.sudo chown root <path_to_marktext_dir>/chrome-sandbox && sudo chmod 4755 <path_to_marktext_dir>/chrome-sandbox. This is preferred if you don't want to enable user namespaces.--no-sandbox argument.