this post was submitted on 19 Dec 2024
131 points (95.8% liked)
Open Source
31679 readers
813 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
Glancing through zettlr's website and docs, Im not sure I understand it. Is it just notetaking software, that utilizes pandoc to build professional documents (via pdflatex)? Whats an example use case?
The general idea is that you use it to take notes on research papers or websites (optionally though it's Zotero integration), then when the time comes to write a technical paper, you can research from the comfort of your Zettelkasten, directly cite the research you took notes on and automate proper citations with BibTex, write in raw markdown if preferred, create tables natively, embed charts and graphs directly and properly track them using figure notation, do full layout templates in LaTeX, support LaTeX math equations, and a lot more.
Basically it solves the fragmentation problem researchers have had for a long time by integrating all the standards instead of trying to centrally replace them or declare them unnecessary.