You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Currently the code blocks are added with three backticks which works in logseq but is not valid for an org-mode file. Logseq supports both file formats. It would be good if this could support org mode as well.
#+BEGIN_SRC plantuml
... some code
#+END_SRC
I think you can get the "preferredFormat" from getUserConfig which should allow setting the template.
Looks like it might need the rendering code tweaking so it can find org-mode format as well.
Currently the code blocks are added with three backticks which works in logseq but is not valid for an org-mode file. Logseq supports both file formats. It would be good if this could support org mode as well.
I think you can get the "preferredFormat" from getUserConfig which should allow setting the template.
Looks like it might need the rendering code tweaking so it can find org-mode format as well.