Elian Doran

Results 147 comments of Elian Doran

@GenericNerdyUsername , thanks for the bug report. I've just had the same issue today so it helped me find the solution quickly. @Mic92 , I think it's a great idea....

If it's of interest, I've updated the math plugin to support CKEditor 45 and the new plugin system. The only downside is that it's part of a monorepo as opposed...

Here's a version that supports the latest CKEditor version: https://github.com/TriliumNext/Trilium/tree/main/packages/ckeditor5-math It's not packaged since it's part of our application.

We are experiencing the same issue in https://github.com/TriliumNext/Notes (no framework such as React or Svelte). All versions newer than 31.3.1 exhibit this issue, breaking our frameless window mode.

@electricsteve , it seems to work fine in [TriliumNext](https://github.com/TriliumNext/Notes), if you wish to port.

@electricsteve , that is exactly what it is. It has a new theme, new features; you can check our releases section: https://github.com/TriliumNext/Notes/releases

Basic math import from Markdown `$` and `$$` is now available.

@rami-shalhoub , I would like to have a look at the note to see if I have the same performance issues. Would you be able to share it for me?...

@rami-shalhoub , I can reproduce the issue. It seems to occur due to the table of contents and highlights widget (~300 highlights). Could you try closing them and see if...

As a side note, I generally recommend using Ctrl+Shift+V instead of Ctrl+V as it removes the formatting before pasting. This will ensure that there is no highlighted text. Should you...