mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 21:59:55 +01:00
fix(popup_editor): respect user's read-only choice (closes #7715)
This commit is contained in:
@@ -49,7 +49,7 @@ Steps:
|
||||
import { HLJSApi, Language } from "highlight.js";
|
||||
|
||||
export default function (hljs: HLJSApi): Language {
|
||||
// [...]
|
||||
// [...]
|
||||
}
|
||||
```
|
||||
5. Remove any module loading mechanism or shims outside the main highlight function.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Documentation
|
||||
There are multiple types of documentation for Trilium:<img class="image-style-align-right" src="api/images/X0cCo0YF7qZj/Documentation_image.png" width="205" height="162">
|
||||
There are multiple types of documentation for Trilium:<img class="image-style-align-right" src="api/images/y4NVNSy5SB5V/Documentation_image.png" width="205" height="162">
|
||||
|
||||
* The _User Guide_ represents the user-facing documentation. This documentation can be browsed by users directly from within Trilium, by pressing <kbd>F1</kbd>.
|
||||
* The _Developer's Guide_ represents a set of Markdown documents that present the internals of Trilium, for developers.
|
||||
|
||||
Reference in New Issue
Block a user