This wiki uses Summernote as its WYSIWYG editor. Summernote is a lightweight, flexible and user‑friendly HTML editor that allows you to edit wiki pages visually — without needing to write HTML manually.
Summernote is a browser‑based text editor that turns a simple <textarea>
into a full visual editor.
It allows you to format text, insert images, create lists, add code blocks and more.
When you open a wiki page in edit mode, Summernote replaces the textarea with a visual editor. Everything you type or format is automatically converted into HTML behind the scenes.
When you click Save, the HTML generated by Summernote is stored in the corresponding JSON file of the wiki. The next time you open the page, the HTML is rendered exactly as you created it.
Summernote does not store formatting separately — everything is saved as HTML.
This wiki uses several custom Summernote plugins to make editing easier:
These plugins are fully integrated into the toolbar and follow the same neon‑dark style.
Summernote generates clean, readable HTML. This wiki accepts all standard HTML elements, including:
<h1> to <h6><p> paragraphs<ul> and <ol> lists<pre> and <code> blocks<img> images<table> tablesThe editor prevents broken HTML and ensures the output is safe and consistent.
Summernote was chosen because it fits perfectly with the goals of this wiki: