mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
render notes can be edited and can contain HTML markup
This commit is contained in:
@@ -40,7 +40,7 @@ class Note extends Entity {
|
||||
}
|
||||
|
||||
isHtml() {
|
||||
return (this.type === "code" || this.type === "file") && this.mime === "text/html";
|
||||
return (this.type === "code" || this.type === "file" || this.type === "render") && this.mime === "text/html";
|
||||
}
|
||||
|
||||
getScriptEnv() {
|
||||
|
||||
Reference in New Issue
Block a user