this post was submitted on 11 Sep 2023
169 points (90.8% liked)
Open Source
31060 readers
525 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've been using Quarto a lot for Data Science work and it uses Pandoc under the hood I recall.
Not sure what you're envisioning by Pandoc + git, but the RStudio IDE has a git integration and a WYSIWYM Quarto editor.
Quarto looks quite interesting indeed, thanks for pointing it out!
For those interested it's an "Open-source scientific and technical publishing system built on Pandoc"
https://quarto.org/
https://github.com/quarto-dev/quarto-cli
Like a data format inhabiting the centre of that conversion graph they have on their website, basically a superset of the available input types, that is then version controlled by git, and can be exported to any of the output formats, in a neat frontend that removes all that complexity from me. :D
Quarto user here, I use it for my blog.
There is also a vscode extension for WYSIWYM editing.