diff --git a/Text editor.md b/Text editor.md new file mode 100644 index 0000000..a3d7acc --- /dev/null +++ b/Text editor.md @@ -0,0 +1,9 @@ +Trilium uses awesome [CKEditor 5](https://ckeditor.com/ckeditor-5/) as its editing component. + +## Autoformat + +CKEditor supports markdown-like editing experience. It recognizes syntax and automatically converts it to rich text. See it in action: + +[gifs/autoformat.gif] + +Complete documentation for this feature is available in [CKEditor documentation](https://ckeditor.com/docs/ckeditor5/latest/features/autoformat.html). \ No newline at end of file diff --git a/Troubleshooting.md b/Troubleshooting.md index 1d8d0da..db161b5 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -38,4 +38,6 @@ In some cases it's necessary to see the database structure to be able to debug t For this Trilium supports anonymization of the database - you can trigger this in Settings -> Advanced tab. -This will create a copy of your document and remove all sensitive data (currently note titles and note contents) while leaving all structure and metadata (e.g. date of last change). After this is done, database is [VACUUMed](https://sqlite.org/lang_vacuum.html) to make sure there's no stale sensitive data in the document file. Resulting file is stored in `trilium-data/anonymized` directory. You can safely attach it with your bug report. +This will create a copy of your document and remove all sensitive data (currently note titles and note contents and some of the options) while leaving all structure and metadata (e.g. date of last change). After this is done, database is [VACUUMed](https://sqlite.org/lang_vacuum.html) to make sure there's no stale sensitive data in the document file. Resulting file is stored in `trilium-data/anonymized` directory. You can safely attach it with your bug report. + +Note that [[attributes]] are not cleared because they can contain important metadata for debugging. \ No newline at end of file diff --git a/gifs/autoformat.gif b/gifs/autoformat.gif new file mode 100644 index 0000000..7497970 Binary files /dev/null and b/gifs/autoformat.gif differ