Well, Typst is explicitly a no-go for anyone who has to submit a manuscript, until it they get a damn HTML representation, so Pandoc can get it to LaTeX. There’s practically nowhere I could use Typst except my own notes, and I’ve tried!
- 0 Posts
- 52 Comments
IrritableOcelot@beehaw.orgto Free and Open Source Software@beehaw.org•Markdown and the Slow Fade of the Formatting Fetish10·2 months agoYup. Even for technical writing, markdown with embedded LaTeX is great in most cases, thanks largely to Pandoc and its ability to convert the markdown into pure LaTeX. There are even manuscript-focused Markdown editors, like Zettlr.
Will do! I didn’t make this clear, I did think labplot was a great software for folks who don’t already have the skillset to make plots directly in python – which is the majority of people, and probably the target audience.
Keep up the good work!
Mi was trying out labplot yesterday, and as far as I can tell it can only really plot, not do any sort of transformation or data analysis. The plotting UI itself is pretty nice and the plots look good, but for most of my use cases its worth it to just spin up a Jupyter notebook and work with MatPlotLib directly.
If it could become a general-purpose UI for matplotlib, thatd be fantastic, but its pretty limited in actual usability for me at the moment.
IrritableOcelot@beehaw.orgto Free and Open Source Software@beehaw.org•FOSS alternatives to MilaNote?2·3 months agoMaybe the graph mode of logseq?
IrritableOcelot@beehaw.orgto Open Source@lemmy.ml•GravyScanner : a FOSS Android app that reveals installed apps involved in Gravy Analytics data breach2·4 months agoSame question, on vanilla android.
IrritableOcelot@beehaw.orgto Open Source@lemmy.ml•What's the best open source keyboard for android?51·5 months agoYeah heliboard is the only one I’ve found that is actually usable on a day to day. Just wish the autocorrect was better, other than that no complaints.
IrritableOcelot@beehaw.orgto Free and Open Source Software@beehaw.org•Any recommendations for a good FOSS podcast app for Android.2·5 months agoAntennaPod is better than it has any right to be – on a modern device, it’s super smooth.
IrritableOcelot@beehaw.orgto Free and Open Source Software@beehaw.org•Kickstarter for Pixelfed and Loops10·6 months agoIsn’t that going to be ruinously expensive to host an instance for? Video is expensive in terms of storage and bandwidth.
IrritableOcelot@beehaw.orgto Open Source@lemmy.ml•Struggling to pick the right Notion alternative—need help5·6 months agoObsidian is not FOSS, but you can switch to it for now because the whole idea is that it’s just a folder of markdown files. I recommend shopping around by pointing each app at the same markdown folder, so you can see your same notes without having to worry about complex migration. Being able to look at all your notes gives you a better idea of what will suit you.
Also, I recommend Pandoc for translating between document formats. It’s not not absolutely perfect, but it is wildly good at dealing with the complex problem of translating.
The simplest thing you can use, IMO, is Marktext. It’s basically Notepad for markdown – no file manager, no special features on top of the markdown syntax, etc. Beyond that you start getting into what features you want on top, at which point you really do just have to test them out for your use case.
As far as options go, you have basically two options as far as systems go:
- A built-in sync in the program between the desktop and phone version of the same app (i.e. obsidian, Joplin)
- Use a tool like syncthing for sync between devices, which allows you to use any app you want for actual note-taking, and allows you to use different apps on phone vs. desktop. I do the latter, and use Zettlr on desktop (more document than note-centric) and Markor on android. The issue with the former is that a great desktop app might not have the best phone version. Also, the apps that do sync typically use an internal database that you can export as a folder of markdown files (i.e. Joplin), and don’t actually just look at a folder of files. This makes testing out different editors kinda hard, unfortunately.
The other wierd variable is that some apps are literally just a WYSIWYG markdown editor (Marktext, etc.), whereas most of them are markdown editors with Other Stuff On Top™ (Obsidian, Zettlr, LogSeq, etc.). Not all apps implement the same flavor of markdown (which can be maddening, but you can use pandoc to change markdown flavor), but if you rely on a specific app’s special flavor of garnish on top of markdown, it becomes harder to switch to another app in the future if you prefer its functionality or UI. Just something to keep in mind.
For me personally, one of the make or break traits is a good table creator. Making tables by hand in Markdown is a maddening, so having a GUI way to do it makes a huge difference if you end up needing to make a lot of tables. That is really hard to find because it is hard to automate Markdown table formatting in a foolproof way. As far as I know, the table plugin in Obsidian is the best way to do that by far at the moment. The Zettlr devs are working hard on rewriting theirs from scratch to be way more robust, but that is WIP.
tl;dr Just pick a Markdown editor, and you can shop from there as long as they store their files in a simple folder.
IrritableOcelot@beehaw.orgto Open Source@lemmy.ml•Zen Browser: A New Privacy-Focused Browser(Firefox)2·8 months agoNeat, wasn’t familiar with cover your tracks, super useful!
IrritableOcelot@beehaw.orgto Open Source@lemmy.ml•WikiLambda, backend for Wikifunctions, rewrites itself from Node.js (!!) to Rust2·8 months agoOh I understood wikifunctions primarily as a way to operate on wikidata data, I don’t know if that’s right. And you’re right it is publically available, I guess I meant more that few few folks know about it.
IrritableOcelot@beehaw.orgto Open Source@lemmy.ml•WikiLambda, backend for Wikifunctions, rewrites itself from Node.js (!!) to Rust8·8 months agoWikidata is so cool, but not really public-exposed. I imagine it’s an incredible research tool though.
Seconded. Newsflash does everything I need and looks pretty smooth.
IrritableOcelot@beehaw.orgto Free and Open Source Software@beehaw.org•[Looking for software] voice recognition/dictation application that is FOSS6·8 months agoUhhh is that not pretty much the definition of a “tech megacorp”?
IrritableOcelot@beehaw.orgto Free and Open Source Software@beehaw.org•Recommendations For A Simple Graphic Design And Photography App?1·9 months agoI actually use GIMP regularly these days, I found Scribus harder. Yes, Inkscape is more friendly. It doesnt follow the Adobe paradigm, but it’s pretty quick to learn and is closer to the Adobe layout than other software.
The only thing that’s kinda funky in Inkscape is cropping, which is done via “clipping”, using another polygon to mask the component below. The selectable image stays the same size (but mostly invisible), making automatic alignment kinda annoying. However, thats for bitmap images, and Inkscape is meant to be vector-first, so that’s not the end of the world.
IrritableOcelot@beehaw.orgto Free and Open Source Software@beehaw.org•Recommendations For A Simple Graphic Design And Photography App?4·9 months agoIve tried Scribus, and found the interface very hard to get used to. For folks coming from Adobe, I find Inkscape the easiest for design. I would use a separate program for cropping, I don’t have a great recommendation for that.
IrritableOcelot@beehaw.orgto Open Source@lemmy.ml•Are there FOSS guides for making a one to many USB cloning device?1·9 months agoIs that true? I thought that pairs of USB-A ports shared the same PCIe lanes, and USB-C each got their own set?
Edit: thinking about it a bit more, I suppose it could depend on how the SOC/chipset allocates those lanes, but in my experience when writing a single USB I’m usually limited by the thermals of the USB, and writing well below the speed of the port. I suppose if you were writing many at once (or if your USBs were nice) that could bottleneck on the port speed.
IrritableOcelot@beehaw.orgto Free and Open Source Software@beehaw.org•The Stallman report15·9 months agoUmmm or the authors are concerned about retribution because stallman and the FSF are very powerful in the FOSS community, and I think it’s reasonably likely that they would be sued (seemingly with poor grounds) or harassed online for publishing it.
Sure, but they can’t build Pandoc translation against an experimental format, so no LaTeX anytime soon.