▲ 245 r/bearapp+2 crossposts

I built a desktop app for myself that turns almost any document into clean Markdown, no upload, and made it open source

Markdown is basically the language my whole setup speaks. Notes, docs, project files, all of it lives in Markdown and just works. The problem was everything that doesn’t start as Markdown, and that turned out to be a lot. PDFs, Word docs, slide decks, spreadsheets, EPUBs, web pages, even audio I wanted transcribed. Getting all of that into clean Markdown so I could actually reuse it was the missing piece.

So I built MDFlux. It’s based on microsofts library “markitdown” which is hard to setup and has a few problems, main reason i made this app, It’s a local desktop app, Windows for now. You drop a file or a whole folder and get clean Markdown back. What I wanted from it:

One tool for everything. PDF, DOCX, PPTX, XLSX, EPUB, HTML, CSV, JSON, XML, and audio, not a different converter per format.

It reads scanned PDFs and images. Naive extractors return basically nothing on an image-only page, so it runs OCR locally to pull the text back out.

It runs entirely on my machine. No upload, no account, no API key. Private stuff stays private.

Batch, because I usually had folders to get through, not one file at a time.

It’s free and MIT licensed, still very much a work in progress. Tables and formula-heavy pages are where every converter struggles, so I’d love to hear what breaks for you there.
Happy marktitdowning or whatever haha, hope it helps, i do this in my free time so let me know if it helps :)

Repo: https://github.com/ibrahimqureshae/mdflux

u/locopocowow99 — 10 days ago

Beard or no beard?

I shaved and I kinda feel bad for shaving, it’s hard for me to decide, any advice on hair would be nice too! I struggle with frizzy and dry hair

Any recommended hairstyles?

u/locopocowow99 — 20 days ago

Developers building for journalists: what would actually make your work easier?

I've been building a small free tool on the side that transcribes audio and video files locally

on your machine (no cloud, no subscription, nothing uploaded anywhere). Started it mostly because

I got frustrated that every transcription option either costs a lot or requires trusting a third

party with sensitive recordings.

A journalist friend tested it and said the offline privacy angle matters a lot more in this

profession than I had anticipated, especially for source protection.

That got me curious about the broader picture. For those of you working in journalism day to day,

what parts of your workflow are still genuinely painful or underserved by existing tools?

Specifically interested in things where privacy, speed, or cost are the friction points.

Some areas I have been thinking about but genuinely unsure which matter most:

- Interview and source management

- Verification and fact-checking workflow

- Organising notes and recordings across a long investigation

- Transcription with speaker identification (who said what)

- Working across languages or translating sources

Not trying to pitch anything here, more trying to understand the real problems before building

in the wrong direction. What do you wish existed that doesn't?

reddit.com
u/locopocowow99 — 27 days ago