simple matrix-bot for quarto #2664
produnis
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
our student rgomez90 created a simple matrix-bot for PDFs in quarto.
The bot waits in matrix-rooms for some files.
If the file is a
*.qmd
-file, the bot will execute the command "quarto render FILE.qmd
".If a PDF is created, the bot will upload it to the matrix room.
If no PDF is created, the bot will post the stderr message.
https://github.com/rgomez90/matrix-bot
As I am rendering my official letters with quarto, I am now able to do so on my Android or iPad while being in the metro. :-)
As the Bot will take all files sent to the matrix room, I am able to use images, templates and other
.tex
-files as well with my.qmd
-File.PS: Myself wrote a little bot that will do the action described above using a Webdav-Share (e.g. Nextcloud), see https://www.produnis.de/blog/post/simpler-quarto-bot-fuer-nextcloud/ (german language)
Beta Was this translation helpful? Give feedback.
All reactions