this post was submitted on 19 Apr 2024
14 points (93.8% liked)

KDE

5236 readers
117 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
14
submitted 6 months ago* (last edited 6 months ago) by boredsquirrel to c/kde@lemmy.kde.social
 

https://github.com/IgKh/katvan

Available as an Appimage.

Needs typst installed in the same directory or PATH to allow rendering and export.

Typst is a new, simpler alternative to LaTeX, written in Rust. It did a big headstart, seems to be in a great state and has a lot of sponsors!

preview graphic

Currenlty there only is a VSCode / VSCodium Extension and a Webapp. A Kate extension would be great of course.

There also is a Language server for Typst which seems actively maintained.

Alternative

Typst has a watch mode, which automatically compiles the PDF.

You can then edit the source with any editor you want (best with LSP) and preview the PDF with Okular.

typst watch document.typ &
okular document.pdf &
kate document.typ
you are viewing a single comment's thread
view the rest of the comments
[–] boredsquirrel 2 points 6 months ago* (last edited 6 months ago) (1 children)

Damn! True!

Will update the post!

So typst + LSP + Kate = perfect Editor !

[–] boredsquirrel 1 points 6 months ago* (last edited 6 months ago)

Now, if you would also have an idea how to spawn 2 processes from one shell script, that would be awesome!

Use case: desktop entry to open .typ files.

  • process 1: open a terminal window with typst watch %f and detach process
  • process 2: open some-editor %f and detach process

I would love to either just add those entries as "applications", or create Dolphin context menus.