mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 10:49:21 +08:00

* Removed the space in 'Mark Text' (#2763) Literally just replaced all occurances of 'Mark Text' with 'MarkText' using sed. This is directly related to #2763. * Revert changes to .github directory Reverted changelog etc. * Added `cs` alias for `csharp` in code blocks (Fixes #2760) * Added error handler in the renderer process (should fix #2758) The `src/muya/lib/contentState/clickCtrl.js` file will now return if `document.querySelector` fails to find an element.
30 lines
863 B
Markdown
30 lines
863 B
Markdown
# User Documentation
|
|
|
|
Welcome to the end-user documentation of MarkText.
|
|
|
|

|
|
|
|
**Quick start:**
|
|
|
|
- [Basics](BASICS.md)
|
|
- [Editing in depth](EDITING.md)
|
|
- [Spelling](SPELLING.md)
|
|
- [Markdown syntax](MARKDOWN_SYNTAX.md)
|
|
|
|
**Further documents:**
|
|
|
|
- [Frequently asked questions (FAQ)](FAQ.md)
|
|
- [Application data directory](APPLICATION_DATA_DIRECTORY.md)
|
|
- [Command line interface](CLI.md)
|
|
- [Environment variables](ENVIRONMENT.md)
|
|
- [Export a document](EXPORT.md)
|
|
- [Image uploader configuration](IMAGE_UPLOADER_CONFIGRATION.md)
|
|
- [Installation instructions](../README.md#download-and-installation)
|
|
- [Key bindings](KEYBINDINGS.md)
|
|
- [Portable mode](PORTABLE.md)
|
|
- [Preferences](PREFERENCES.md)
|
|
- [Themes](THEMES.md)
|
|
- [Themes for exporting](EXPORT_THEMES.md)
|
|
|
|
Interested in developer documentation? Please see [here](dev/README.md).
|