mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-25 14:31:33 +08:00
feat(in-app-help): render note list
This commit is contained in:
parent
7df86dd60b
commit
6f799692e0
@ -40,7 +40,7 @@ async function getRenderedContent(this: {} | { ctx: string }, entity: FNote | FA
|
||||
|
||||
const $renderedContent = $('<div class="rendered-content">');
|
||||
|
||||
if (type === "text") {
|
||||
if (type === "text" || type === "book") {
|
||||
await renderText(entity, $renderedContent);
|
||||
} else if (type === "code") {
|
||||
await renderCode(entity, $renderedContent);
|
||||
|
Loading…
x
Reference in New Issue
Block a user