Boris
Boris
Wiki.js markdown preview editor does not use the options from the admin->rendering->markdown menu. Because of this, the preview editor splits lines into paragraphs differently if "Automatically convert line breaks" is...
New search module for sqlite3. (using [fts5](https://www.sqlite.com/fts5.html)). The module allows to search by page content like implemented in `server/modules/search/postgres` module. The module allows you to use expressions for searching(similar to...
Add support for drawio in offline mode (according to https://js.wiki/feedback/p/make-drawio-support-for-offline-mode) New `config.yml` value `drawioBaseUrl` added. By default it points to https://embed.diagrams.net/, but user can change it to some internal server....
The Pull request contains the drawio update to version 28.2.9. Unfortunately, 28.2.9 is slower than 22.1.5 (Edit mode loads 3 seconds for new version, and 1 second for 22.1.5) Therefore,...