zadam
zadam
Hi, this is a bug in the ckeditor: https://github.com/ckeditor/ckeditor5/issues/10998
Hi, Trilium uses CommonMark parser. Tables in Markdown are not standardized and (I assume) therefore not supported by this library.
That's a different thing. Import (and conversion) happens on the backend, CKEditor is not involved in the import process.
I don't plan to do this. Trilium is not meant to be Markdown editor. Having Markdown option would mean doing a lot of things twice, various incompatibility issues etc.
According to [common mark](https://commonmark.org/help/tutorial/09-code.html) it is possible to either use ``` or four spaces. The converter uses four spaces.
Contributions are welcome 🙂
No, Android client is not planned, sorry. It's just too much work, this would probably require a complete reimplementation for Android.
Hello, you're right. This looks like a bug in CKEditor and I won't be able to do much about this.
Hi, this is because (authentication) cookies are shared between ports, so when you login to one instance on one port, these cookies will be used also for the other instance,...
Hello, my approach so far has been to show some basics in the demo document. I would like to expand on that in the future with more/better examples but still...