frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Marky – A lightweight Markdown viewer for agentic coding

https://github.com/GRVYDEV/marky
22•GRVYDEV•7h ago
Hey HN,

In this age of agentic coding I've found myself spending a lot of time reviewing markdown files. Whether it's plans or documentation that I've asked my agent to generate for me, it seems that I spend more time reading markdown than code.

I've tried a few different solutions to make it easier to read such as Obsidian however I've found their Vault system to be quite limiting for this use case and I've found TUI solutions to not quite be as friendly to read as I've wanted so I made Marky.

Marky is a lightweight desktop application that makes it incredibly easy to read and track your markdown files. It also has a helpful cli so you can just run marky FILENAME and have the app open to the md file that you pointed it at. I've been using the daily over the past week and I really enjoy it so I figured I'd share it.

Here's a video if you want to check out a demo: https://www.youtube.com/watch?v=nGBxt8uOVjc.

I have plans to add more features such as incorporating agentic tools such as claude code and codex into the UI as well as developing a local git diff reviewer to allow me to do local code review before pushing up to git.

I'd love to hear your thoughts and any feature suggestions you may have :)

Comments

desireco42•1h ago
Definitely appreciate this. I already have Typora which is commercial but fantastic product so I don't really need another viewer but others for sure will.

Glad you used Tauri to make this. I will check it out.

GRVYDEV•1h ago
Oh nice! I’ve never checked out Typora before I’ll take a look as well
_andrei_•1h ago
ha, nice - had the same need, i leveraged fumadocs for the ui part https://github.com/3rd/mdreader
GRVYDEV•1h ago
Awesome that’s a super interesting approach
FailMore•51m ago
I like the folder opening and the idea to integrate Claude is very interesting. I’m also curious to know how you did the document rendering. It looks very good.

This problem has risen to the top of many people’s minds at this moment (including mine!). My Show HN for a similar cli + web based solution (https://sdocs.dev) is on the /show page now (https://news.ycombinator.com/item?id=47777633).

My approach is a little different. I think Markdown might end up being a core document type in the future of work, so I tried to blend Markdown with “Office”-like functionality, such as complex styling and in-browser editing.

Despite being in the browser, the content of SDocs rendered Markdown files remain local to you. SDoc urls contain your markdown document's content in compressed base64 in the url fragment (the bit after the `#`):

https://sdocs.dev/#md=GzcFAMT...(this is the contents of your document)...

The url fragment is never sent to the server (see https://developer.mozilla.org/en-US/docs/Web/URI/Reference/F...: "The fragment is not sent to the server when the URI is requested; it is processed by the client").

The sdocs.dev webapp is purely a client side decoding and rendering engine for the content stored in the url fragment.

This also means you can share your .md files privately by sharing the (quite long!) url.

Also, I’m sorry I high jacked your post to some degree with this comment. It’s just a little too relevant for me not to leave a comment!

I use mine daily too. A solid Markdown renderer definitely makes agentic coding a lot more pleasurable.

Claude Opus 4.7

https://www.anthropic.com/news/claude-opus-4-7
1357•meetpateltech•9h ago•979 comments

Codex for almost everything

https://openai.com/index/codex-for-almost-everything/
610•mikeevans•6h ago•345 comments

A Better R Programming Experience Thanks to Tree-sitter

https://ropensci.org/blog/2026/04/02/tree-sitter-overview/
52•sebg•2h ago•1 comments

Guy builds AI driven hardware hacker arm from duct tape, old cam and CNC machine

https://github.com/gainsec/autoprober
49•scaredpelican•1h ago•9 comments

Official Clojure Documentary page with Video, Shownotes, and Links

https://clojure.org/about/documentary
65•adityaathalye•3h ago•16 comments

Android CLI: Build Android apps 3x faster using any agent

https://android-developers.googleblog.com/2026/04/build-android-apps-3x-faster-using-any-agent.html
79•ingve•4h ago•24 comments

Qwen3.6-35B-A3B: Agentic coding power, now open to all

https://qwen.ai/blog?id=qwen3.6-35b-a3b
846•cmitsakis•9h ago•400 comments

Show HN: Marky – A lightweight Markdown viewer for agentic coding

https://github.com/GRVYDEV/marky
23•GRVYDEV•7h ago•5 comments

Qwen3.6-35B-A3B on my laptop drew me a better pelican than Claude Opus 4.7

https://simonwillison.net/2026/Apr/16/qwen-beats-opus/
250•simonw•5h ago•60 comments

Cloudflare's AI Platform: an inference layer designed for agents

https://blog.cloudflare.com/ai-platform/
222•nikitoci•10h ago•55 comments

Join Akkari's Founding Team (YC P26) as an Engineer

1•michael_moore•2h ago

Launch HN: Kampala (YC W26) – Reverse-Engineer Apps into APIs

https://www.zatanna.ai/kampala
62•alexblackwell_•8h ago•59 comments

The future of everything is lies, I guess: Where do we go from here?

https://aphyr.com/posts/420-the-future-of-everything-is-lies-i-guess-where-do-we-go-from-here
463•aphyr•9h ago•509 comments

Artifacts: Versioned storage that speaks Git

https://blog.cloudflare.com/artifacts-git-for-agents-beta/
140•jgrahamc•10h ago•14 comments

GPT‑Rosalind for life sciences research

https://openai.com/index/introducing-gpt-rosalind/
37•babelfish•4h ago•7 comments

Python Package Compiler:Package Matlab Programs for Deployment as Python Package

https://www.mathworks.com/help/compiler_sdk/ml_code/pythonpackagecompiler-app.html
5•teleforce•3d ago•0 comments

IBM AP-101 general-purpose computer [pdf]

https://gandalfddi.z19.web.core.windows.net/Shuttle/IBM%20AP-101S%20General%20Purpose%20Computer%...
11•__patchbit__•3d ago•2 comments

New unsealed records reveal Amazon's price-fixing tactics, California AG claims

https://www.theguardian.com/us-news/ng-interactive/2026/apr/16/amazon-price-fixing-california-law...
28•kmfrk•1h ago•6 comments

Circuit Transformations, Loop Fusion, and Inductive Proof

https://natetyoung.github.io/carry_save_fusion/
17•matt_d•3d ago•1 comments

Show HN: CodeBurn – Analyze Claude Code token usage by task

https://github.com/AgentSeal/codeburn
67•agentseal•3d ago•14 comments

Show HN: MacMind – A transformer neural network in HyperCard on a 1989 Macintosh

https://github.com/SeanFDZ/macmind
106•hammer32•10h ago•31 comments

The "Passive Income" trap ate a generation of entrepreneurs

https://www.joanwestenberg.com/the-passive-income-trap-ate-a-generation-of-entrepreneurs/
86•devonnull•2h ago•77 comments

Playdate’s handheld changed how Duke University teaches game design

https://news.play.date/news/duke-playdate-education/
33•Ivoah•4h ago•12 comments

Codex Hacked a Samsung TV

https://blog.calif.io/p/codex-hacked-a-samsung-tv
195•campuscodi•12h ago•112 comments

AI cybersecurity is not proof of work

https://antirez.com/news/163
189•surprisetalk•12h ago•78 comments

Cloudflare Email Service

https://blog.cloudflare.com/email-for-agents/
391•jilles•10h ago•186 comments

Six Characters

https://ajitem.com/blog/iron-core-part-2-six-characters/
82•Airplanepasta•3d ago•13 comments

PHP 8.6 Closure Optimizations

https://wiki.php.net/rfc/closure-optimizations
107•moebrowne•2d ago•29 comments

European civil servants are being forced off WhatsApp

https://www.politico.eu/article/european-civil-servants-new-messaging-services/
78•aa_is_op•3h ago•48 comments

Japan implements language proficiency requirements for certain visa applicants

https://www.japantimes.co.jp/news/2026/04/15/japan/society/jlpt-visa-requirement/
120•mikhael•6h ago•87 comments