Antonio Tejada

Results 41 comments of Antonio Tejada

Check https://github.com/zadam/trilium/discussions/2822 for realtime syntax highlight on codeblocks

I wasted some time debugging why table importing wasn't working, so I added a note to the wiki https://github.com/zadam/trilium/wiki/Markdown/3686af75918ba299fb47a16b3245ef2006a508fb For reference this is Commonmark's position regarding tables - https://github.com/commonmark/commonmark.js/issues/128 -...

> Is Electron fundamentally limited in some way that using Trilium from a browser is not? Could the Electron client's autocomplete be made as fast as when I open Trilium...

At the very least, there's one issue with the icon failing to update (hide or show) when the "Editable:" dropdown changes: - If the note is readonly and you switch...

Thanks @adamlwgriffiths , unfortunately it's going to take me some time to get back to this, although I assume that change would fix it. If you are curious about performance...

Thanks and likewise! I used pyrr heavily in some weird STL / editor / 3D graphics playground I'm writing, it made things a lot easier than straight numpy's learning curve....

Right, so STL is actually pretty friendly, it's just a vertexbuffer and a normalbuffer of independent tris, no indices so no shared vertices across faces. This means there's a lot...

FWIW I implemented syntax highlighting for Trilium (which uses CKEditor5) with a simple Trilium widget, see https://github.com/antoniotejada/Trilium-SyntaxHighlightWidget

@Neko-Box-Coder thanks for taking the time to log the issue. You are completely right on the video being out of date, I recorded it with the initial implementation that didn't...

Thanks, this looks really nice @ysslang ! Not sure when, but I'll try to get to play with it and incorporate it