Hacker News new | ask | show | jobs
Show HN: I made a minimalist writing tool (app.thunkhq.com)
2 points by touchmarine 1566 days ago
This is the first ever release of Thunk!!

Thunk is a very simple and minimalist writing tool for anything you want: notes, blog posts, to-dos, recipes, bullet journals, etc.

What makes it different besides simplicity? Quite a bit.

  1. Pages are cheap-you can quickly add them and just as quickly forget about them (they get "lost")
  2. Pages are indexed so you can search them like you search webpages on the internet
  3. Pages are formatted using a Markdown-like notation
  4. Easily usable on mobile as there is no need for a bunch of toolbars
  5. Git-like versioning-no change is ever lost and you can move between all the changes
  6. Included helper tools: lookup dictionary, thesaurus, and wikipedia from within the app
  7. Collections: create a Page consisting of other Pages
Unfortunately, I haven't created a landing page yet. To try the app you only enter the email and a login link will be sent to you (there is no registration step). Once you register, there is a Page that presents all the features.
1 comments

Hi, just logged in. Can I ask you couple of questions? 1. Privacy How the notes are stored, and who has access to it? 2. Git-like versioning Great idea! It looks like a good start to iterate on that. 3. A bug? The text is white, and the background is white. So, I didn't see what I wrote. I had to turn off ad blocker, and then it was okay. 4. Limitations What are the limitations? I mean, how much data can I store? How many versions of versioning is stored?

PS I am making myself a minimalist writing tool, it's called Difree. Good luck :-)

Sure, thanks for asking!

  1. Pages are stored in a database and currently only the user who created them can access them. If you are asking about encryption, there currently isn't any, but I would like to add it in the future.
  2. Thanks. I think this is a very powerful concept which enables many powerful features that most writing apps don't offer. The challenge is making it easy enough to use for everyone. (My first implementations (private) were much more similar to git in terms of the commit flow. Now, I am taking small, constant steps to simplify the process.)
  3. Thanks for reporting!
  4. Currently, there are no limitations. All the versions are saved and they are saved 2 seconds after you stop writing, everytime. This will probably get out of hand quickly, but I am looking forward to the challange of improving it—for now I just want to provide the best and most powerful features.
And Difree looks great, are you planning on also releasing it as a web app? Good luck to you too!