Merge remote-tracking branch 'origin/main' into feature/minor_tweaks

This commit is contained in:
Elian Doran
2025-12-24 00:20:29 +02:00
20 changed files with 337 additions and 155 deletions

View File

@@ -35,9 +35,8 @@ get parentWidget() { return "center-pane" }
doRender() {
this.<!--FORMULA_INLINE_1766517018225_0-->("<span>Center pane</span>");
}</code></pre><p>}</p><p>module.exports = new HelloNoteDetail();</p></code></pre></td><td><pre><code class="language-text-x-trilium-auto">import { defineWidget } from "trilium:preact";<p></p><p>export default defineWidget({
parent: "center-pane",
render: () =&gt; &lt;span&gt;Center pane from Preact.&lt;/span&gt;
});</p></code></pre></td></tr></tbody></table>
</p><pre><code class="language-text-x-trilium-auto">parent: "center-pane",
render: () =&amp;gt; &amp;lt;span&amp;gt;Center pane from Preact.&amp;lt;/span&amp;gt;</code></pre><p>});</p></code></pre></td></tr></tbody></table>
[Refresh the application](../../Troubleshooting/Refreshing%20the%20application.md) and the widget should appear underneath the content area.