Live data from Hacker News

Show HN: Favorite writing / journaling tool? Half-finished projects welcome

news.ycombinator.com

1–10 of 17 posts

Show HN: Favorite writing / journaling tool? Half-finished projects welcome

#1
I’m specifically looking for a tool a user shared on here that facilitated writing for content by scrolling up and disappearing text as new text was inputted. I believe it was a HTML/JSS only solution - a small personal project. I’ve done a lot of focused searches, but haven’t been able to find this comment.

That said, I love these sorts of projects. I know they’re a self-indulgence and often a distraction. I’m celebrating that for a moment, personally.

Please share your favorites writing tools, the smaller and more personal the better.

Re: Show HN: Favorite writing / journaling tool? Half-finished projects welcome

#3
I've been meaning to build a simple writing/research tool that is basically GitHub Markdown combined with two additional features:

1. A "tagging" component at the sentence level, so I can tag individual sentences. For example, the previous sentence could be tagged with {{feature-idea}}.

2. {{feature-idea}} A semantic search capability where I can see which other sentences in all of my documents are similar to the one I'm on or the one I'm interested in.

Why, you ask? I like to keep a daily journal of ideas based on the news, blog posts, etc. I read... Similar to Caesar's commentaries[1] because ideas and observations come daily and you don't want to forget them, especially if they are tied to global/current events.

Yes, this is basically a knowledge graph... And all the tools I see that do this really overcomplicated the entire process by actually building weird graph interfaces or mind maps (which I'm not a fan of).

If anyone knows of one like this, let me know!

[1] https://en.wikipedia.org/wiki/Caesar%27s_Commentaries

Re: Show HN: Favorite writing / journaling tool? Half-finished projects welcome

#7
I guarantee you will be more productive at writing using the method of a single pen and a legal-sized yellowpad than you will at basically any other tool on the computer, even though that seems counterintuitive. Very few people have the discipline to not flip tabs.

Try it as an experiment.

Attempt to write one document on your computer and one document in another room without any electronics in that room. I guarantee that the latter will go faster. If you need a computer to look things up, maybe use a specific Chrome book or something that bans social media sites. Or, alternatively, use a text-based browser like Lynx.

Happy writing, and I hope some people try this experiment out.

Re: Show HN: Favorite writing / journaling tool? Half-finished projects welcome

#9
post #3

I've been meaning to build a simple writing/research tool that is basically GitHub Markdown combined with two additional features: 1. A "tagging" component at the sentence level, so I can tag individual sentences. For example, the previous sentence could be tagged with {{feature-idea}}. 2. {{feature-idea}} A semantic search capability where I can see which other sentences in all of my documents are similar to the one…

I have been getting much more into Freeplane, but notably with an appreciation for the two items you laid out here.

It’s an interesting approximation, and I’ve been having a lot of fun with it.

[0] https://www.freeplane.org/wiki/index.php/Home

Re: Show HN: Favorite writing / journaling tool? Half-finished projects welcome

#10

I guarantee you will be more productive at writing using the method of a single pen and a legal-sized yellowpad than you will at basically any other tool on the computer, even though that seems counterintuitive. Very few people have the discipline to not flip tabs. Try it as an experiment. Attempt to write one document on your computer and one document in another room without any electronics in that room. I guarantee…

Absolutely not. First of all I've only got the one room to work in so there is no way to get a room without electronics. The real issue for me is going to be the speed at which I can put down the words. Of course there will be times when I need to think, but if I'm writing it manually I will be sigificatly slower and prone to losing my thoughts
Post reply on HN