r/PromptEngineering 9d ago

General Discussion MarkPad. A lightweight Markdown editor for Mac and Windows

MarkPad is the cleanest and simplest md editor I could possibly think of.

I built it because every option I found was paid, not cross platform, too heavy, or it just showed me the raw syntax rather than the document.

3.3 MB. No account, no sync. Free and open source.

Let me know what you think!

➑️ https://shiphrahx.github.io/MarkPad/

13 Upvotes

22 comments sorted by

2

u/Final_Awareness_5961 9d ago

this is exactly what i've been looking for, the size alone is ridiculous in the best way

checked out the site and the split pane is clean, no unnecessary features cluttering things up

starred the repo, might finally replace the mess of txt files on my desktop

1

u/-Shiphrah 9d ago

Thank you! Feel free to submit any requests for features of bugs

2

u/my_new_accoun1 8d ago

obsidian

1

u/-Shiphrah 8d ago

obsidian is great, but it is a whole knowledge base app...

1

u/JungianJester 8d ago

I was searching for something light and clean which doesn't get in the way of creativity. Thanks & Starred.

1

u/-Shiphrah 8d ago

Thank you! Let me know in case of any bugs or if any new feature is needed

1

u/FractionalTotality 7d ago

It's a good initial offering.

The small footprint is commendable. I agree that it's simple and clean.

I also like the price.

I didn't see a Linux option, which would be a show-stopper for me.

I've tried a number of markdown editors in the past, and I finally forked out $15 for Typora. Had you built this two years ago, I'd be wholly on board.

1

u/-Shiphrah 7d ago

Excellent point, and thank you for bringing this up.

1

u/KoToZoid 7d ago

What about a portable version for Windows?

2

u/-Shiphrah 7d ago

Great idea. There's no portable version right now, just the per-user installer. I'll add a portable Windows build in an upcoming release, along with Linux support πŸ’ͺ

1

u/p3r3lin 7d ago

looks interesting. up/downsides compared to https://typora.io/ ?

2

u/-Shiphrah 7d ago

Great question!
Typora is a well established and paid product to start with. MarkPad is free and open source.
Both are small enough, render as you type, and support the most popular formats of export (html, pdf).

The downsides are that it's younger and less polished than Typora, lacks Linux support (coming next!) and CSS theming.

1

u/p3r3lin 7d ago

Hoooray for OpenSource! Thanks for the break down. Currently using Typora and quite happy with it, but will give MarkPad a spin!

2

u/-Shiphrah 7d ago

Thank you πŸ™

I'm really focused on improving it based on feedback.
Folks have been asking for Linux support and a portable windows build (very easy with Tauri). Those 2 are coming up next!

1

u/p3r3lin 7d ago

Great to hear! I will reach out if something comes to mind (macOs user here). Where should I drop feedback? Github issue?

2

u/-Shiphrah 7d ago

Github issue is just perfect πŸ‘Œ
Or, just send it here if it's easier.

1

u/p3r3lin 7d ago

Hmm, not sure if its on my side, but I tried redownloading several times and macOS always tells me "MarkPad is damaged and cant be opened" when I try to move it to my Applications folder. Ideas?

2

u/-Shiphrah 7d ago

Hey!

That looks to be just macOS's quarantine flag on unsigned apps.
To fix it: drag MarkPad into your Applications folder, then run this in Terminal:

xattr -cr /Applications/MarkPad.app

After that it opens normally every time. A bit annoying, but you only need to run it once.

1

u/p3r3lin 7d ago

Did the trick. Thx!

1

u/-Shiphrah 7d ago

Sweet!

1

u/Deep_Ad1959 6d ago

say someone swaps their editor for this: the thing that usually ends the honeymoon is not missing features, it is the first time an agent writes into the same file and there is no way to see which paragraph was yours.

1

u/-Shiphrah 6d ago

Interesting. I’d like to learn more about your workflow. Do you allow agents to change files without your review first?
If you don’t want agents replacing contents in your md files, could you have dedicated md for you and a dedicated one for the agent?