4 comments

  • FailMore1 hour 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.<p>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 (<a href="https:&#x2F;&#x2F;sdocs.dev" rel="nofollow">https:&#x2F;&#x2F;sdocs.dev</a>) is on the &#x2F;show page now (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47777633">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47777633</a>).<p>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.<p>Despite being in the browser, the content of SDocs rendered Markdown files remain local to you. SDoc urls contain your markdown document&#x27;s content in compressed base64 in the url fragment (the bit after the `#`):<p><a href="https:&#x2F;&#x2F;sdocs.dev&#x2F;#md=GzcFAMT...(this" rel="nofollow">https:&#x2F;&#x2F;sdocs.dev&#x2F;#md=GzcFAMT...(this</a> is the contents of your document)...<p>The url fragment is never sent to the server (see <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;URI&#x2F;Reference&#x2F;F" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;URI&#x2F;Reference&#x2F;F</a>...: &quot;The fragment is not sent to the server when the URI is requested; it is processed by the client&quot;).<p>The sdocs.dev webapp is purely a client side decoding and rendering engine for the content stored in the url fragment.<p>This also means you can share your .md files privately by sharing the (quite long!) url.<p>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!<p>I use mine daily too. A solid Markdown renderer definitely makes agentic coding a lot more pleasurable.
  • _andrei_1 hour ago
    ha, nice - had the same need, i leveraged fumadocs for the ui part <a href="https:&#x2F;&#x2F;github.com&#x2F;3rd&#x2F;mdreader" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;3rd&#x2F;mdreader</a>
    • GRVYDEV1 hour ago
      Awesome that’s a super interesting approach
  • desireco421 hour ago
    Definitely appreciate this. I already have Typora which is commercial but fantastic product so I don&#x27;t really need another viewer but others for sure will.<p>Glad you used Tauri to make this. I will check it out.
    • GRVYDEV1 hour ago
      Oh nice! I’ve never checked out Typora before I’ll take a look as well
  • hizihic4 hours ago
    [flagged]