I've tried perhaps a dozen of these writing tools, as I'm looking for one for my Android tablet. I've yet to find one where I can write more than a page worth of stuff without being forced to crane my neck to stare at the very bottom of the tablet for the entire rest of the time I'm writing.
Sublime allows me to scroll past the end, and I didn't realize just how important that feature is until I had to trudge through the endless morass of apps that don't. Predictably, this app doesn't either. I wonder how much actual writing these writing app devs actually do.
I'm not asking for an option for the cursor to stay in the middle or two thirds of the way down the screen, though that would be really really really nice. But scroll-past-end is essential.
> I wonder how much actual writing these writing app devs actually do.
Writing app dev here. Not nearly enough is the answer.
Building a writing app is probably the greatest mistake I ever made as a writer, because I spend 75% of my free time fixing bugs, following up with users and building features and the other 25% writing.
I say it's my worst mistake as a writer. But as a coder it's been a very rewarding experience and helped me land my current job
Answering your question of "I wonder how much actual writing these writing app devs actually do?".
I am not sure about other developers but I love to write and I write about 1000 words everyday. From my point of view this is the tool I would love to have found earlier. This was the need for me to build this tool in the first place.
I really appreciate you sharing your opinion will surely look into what's possible.
The perfect combination for me for a writing tool would be a combination of notepad++ and evernote. I've tried tons of tools, but none of them are completely satisfactory.
Np++:
Pro: extremely flexible editing, moving lines around, structuring thougths with tabs and keeping the indentation level when pressing enter.
Con: Having tons of tabs of notes like "new23", "new25" makes it difficult to keep track of stuff.
Evernote:
Pro: convenient naming of snippets, tags, auto saving everything, cloud sync between devices (optional: embeddig images, or files).
Con: horrible editing experience (compared to np++ which I'm accustomed to)
I'm in no way affiliated with this project but that's what I use to write and I absolutely love it, but I'm always open to trying other tools should it make sense.
Nice tool. I would add a dark theme to it, people love a dark theme. I'm the developer of Poe, a distraction free writing app for windows, and a dark theme is the default. I regularly get email from users telling me how much they adore the colour scheme.
It's good to have options. I personally cannot stand dark color schemes, my eyes cannot handle it somehow, it's very difficult for me to read light on dark for more than a couple of seconds.
Certainly the UI is unobtrusive - which is a good thing. But what seems missing is how to go back to view files that were saved...unless I'm missing something. Also, aren't there other tools for distraction-free writing, such as Windows' notepad, or the open source nano (on *nix), or something along those lines? Again, kudos for the base UI, but i think it might need a tad little more as far as next steps (e.g. retrieving already saved text files, etc.).
It's great to hear your opinion. I built this tool for my own purpose. I wanted to practice writing long essays that's all this tool does. But I will surely look into permanent saving options and sharing of these notes.
What are the privacy policies of websites like these? I use a word counter website when writing responses that are supposed to be a certain length and have wondered about the business model. I only ever paste in text that isn’t confidential since I don’t really know.
I see this site has a word counter, so if it has a good privacy policy I’d be inclined to use it instead!
I am sorry for not explaining the site's privacy policy.
I can assure that I collect no data about any user, there are no cookies what so ever. About the word counter, it uses 10 lines of JavaScript to look for the number of spaces in your text and that's all the logic that power this tool. When you save the content, it never leaves your browser.
I do not get what is purpose of this? Write and what? Is the purpose to share? Or the purpose primarily is to “capture” the thought? If it is the latter, I think getting on web and accessing a URL is a good path to distraction.
I built this tool for my own purpose. I wanted to practice writing long essays that's all this tool does. But I will surely look into permanent saving options and sharing of these notes.
[+] [-] vinceguidry|7 years ago|reply
Sublime allows me to scroll past the end, and I didn't realize just how important that feature is until I had to trudge through the endless morass of apps that don't. Predictably, this app doesn't either. I wonder how much actual writing these writing app devs actually do.
I'm not asking for an option for the cursor to stay in the middle or two thirds of the way down the screen, though that would be really really really nice. But scroll-past-end is essential.
[+] [-] roryisok|7 years ago|reply
Writing app dev here. Not nearly enough is the answer.
Building a writing app is probably the greatest mistake I ever made as a writer, because I spend 75% of my free time fixing bugs, following up with users and building features and the other 25% writing.
I say it's my worst mistake as a writer. But as a coder it's been a very rewarding experience and helped me land my current job
[+] [-] bebna|7 years ago|reply
[1] http://vim.wikia.com/wiki/Keep_your_cursor_centered_vertical...
[2] https://www.gnu.org/software/emacs/manual/html_node/edt/Scro...
[3] https://github.com/JetBrains/ideavim/blob/master/doc/set-com...
[4] https://atom.io/packages/scrolloff
[+] [-] skadimoolam|7 years ago|reply
Answering your question of "I wonder how much actual writing these writing app devs actually do?". I am not sure about other developers but I love to write and I write about 1000 words everyday. From my point of view this is the tool I would love to have found earlier. This was the need for me to build this tool in the first place.
I really appreciate you sharing your opinion will surely look into what's possible.
Thanks
[+] [-] faeyanpiraat|7 years ago|reply
Np++:
Pro: extremely flexible editing, moving lines around, structuring thougths with tabs and keeping the indentation level when pressing enter.
Con: Having tons of tabs of notes like "new23", "new25" makes it difficult to keep track of stuff.
Evernote:
Pro: convenient naming of snippets, tags, auto saving everything, cloud sync between devices (optional: embeddig images, or files).
Con: horrible editing experience (compared to np++ which I'm accustomed to)
[+] [-] gustavmarwin|7 years ago|reply
I'm in no way affiliated with this project but that's what I use to write and I absolutely love it, but I'm always open to trying other tools should it make sense.
[+] [-] skadimoolam|7 years ago|reply
[+] [-] roryisok|7 years ago|reply
[+] [-] kleiba|7 years ago|reply
[+] [-] mxuribe|7 years ago|reply
[+] [-] skadimoolam|7 years ago|reply
[+] [-] projectramo|7 years ago|reply
But one killer feature would be to sync it with Google Docs. Or make it a feature of Drive.
[+] [-] skadimoolam|7 years ago|reply
[+] [-] shime|7 years ago|reply
Couple of ideas to think about:
* remove save/restore and save on every keystroke
* create new URL for each new document, restore when visited
* save content in localStorage only, if it's not meant for sharing
[+] [-] usermac|7 years ago|reply
[+] [-] skadimoolam|7 years ago|reply
[+] [-] yuxt|7 years ago|reply
[+] [-] skadimoolam|7 years ago|reply
[+] [-] gnicholas|7 years ago|reply
I see this site has a word counter, so if it has a good privacy policy I’d be inclined to use it instead!
[+] [-] skadimoolam|7 years ago|reply
I can assure that I collect no data about any user, there are no cookies what so ever. About the word counter, it uses 10 lines of JavaScript to look for the number of spaces in your text and that's all the logic that power this tool. When you save the content, it never leaves your browser.
Hope this clears you doubt.
[+] [-] davnn|7 years ago|reply
It's a nice little project, don't get me wrong.. I just don't see the use case to be honest.
[+] [-] wowamit|7 years ago|reply
[+] [-] skadimoolam|7 years ago|reply
[+] [-] ritlq|7 years ago|reply
[+] [-] mattcbaker|7 years ago|reply
[+] [-] skadimoolam|7 years ago|reply
[+] [-] timwaagh|7 years ago|reply
[+] [-] revolucien|7 years ago|reply
It looks like your tool but the text formatting is Medium-like and you can share it really easily and anonymously by clicking on publish.
[+] [-] KeyboardFire|7 years ago|reply
[+] [-] lloeki|7 years ago|reply
[+] [-] skadimoolam|7 years ago|reply
[+] [-] erikb|7 years ago|reply
[+] [-] skadimoolam|7 years ago|reply
[+] [-] nottorp|7 years ago|reply
[+] [-] skadimoolam|7 years ago|reply