this post was submitted on 17 Mar 2025
3 points (80.0% liked)
techsupport
2730 readers
46 users here now
The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.
If something works or if you find a solution to your problem let us know it will be greatly apreciated.
Rules: instance rules + stay on topic
Partnered communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yup. Does Obsidian support LaTeX though? I personally just use the built-in PDF export functionality when sending my working notes to people who main OneNote like fools, and use a little helper script that exports a LaTeX file from the md file then creates pdf with whatever template I want. I'm sure there's probably a LaTeX plugin for Obsidian though.
Fwiw, I landed on Obsidian for its ability to let me just paste in screenshots from clipboard and dump the file into an arbitrary attachments folder that I define, no other editor at the time handled images from clipboard that gracefully.
It seems like Obsidian is not free, or if there is a free version of it?
Obsidian is free. Syncing and publishing is not.
As @[email protected] said, it's free outside of their syncing and publishing stuff. It's markdown, so I just use git cli for "syncing". There's also git plugins for obsidian if that's more your speed.
I use mdbook for publishing, it's basically just an open source gitbook.
They have business/enterprise licensing as well, which is where I'd assume the bulk of their revenue comes from.