I use Rocketbook. It's a physical notebook but you can also scan it and directly upload to your cloud storage of your choice.
It has 36-pages which you can erase with just a wet paper towel.
241–250 of 285 posts
I use Rocketbook. It's a physical notebook but you can also scan it and directly upload to your cloud storage of your choice.
It has 36-pages which you can erase with just a wet paper towel.
Also I link out to Google docs etc within it. However its not the quickst tool to get an idea on record...
A personal wiki that I wrote in 2004 (my first web app ever). It's one step above text files, and purposely no more than that. Hyperlinking and availability on different devices is important to me. It started as something like this (which amazingly is still online) http://infomesh.net/pwyky/ After 14 years, I have 3017 wiki pages of notes, and still use it every day!
Nobody else mentioned it which really surprises me but I use Google Keep. Allows you to organise cards, colour code then, pin them and share them across devices. Anyone else use this? I find it's simple and restricted UI reduces distraction; just you and the idea. Also good for check lists, links and reminders.
You can also share Keep cards with other people's Gmail accounts.
Nobody else mentioned it which really surprises me but I use Google Keep. Allows you to organise cards, colour code then, pin them and share them across devices. Anyone else use this? I find it's simple and restricted UI reduces distraction; just you and the idea. Also good for check lists, links and reminders.
Google has a history of abandoning its projects ( https://gcemetery.co/ ). What formats does Keep export to?
Nobody else mentioned it which really surprises me but I use Google Keep. Allows you to organise cards, colour code then, pin them and share them across devices. Anyone else use this? I find it's simple and restricted UI reduces distraction; just you and the idea. Also good for check lists, links and reminders.
I use Keep for everything. I just wish it 1) wasn't owned by Google and 2) started up faster. It lets me create searchable yet unstructured notes, lists, and photos. It's unbeatable in terms of simplicity and functionality.
I highly doubt that. If it's just notes, you could make your own web app that did a similar job, without the bloat and unpredictable "product development cycles" of Google.
I mean, why tie your creative note-taking to "Google Corp"?
Slack's UI is probably better, but zulip's UI is nice too. It offers multiple clients - web, ios, command line. I don't use the command line client as I find myself using the web much more.
I keep a tab open and when I am not in front of the computer I use my phone.
Of course, you need to be connected all the time. I write down take a picture and post it whenever I'm back online.
Search works right out of the box - though you wont get OCR for free like OneNote/Evernote. Something that I am looking forward to is writing (i)bots to automate some workflows (like ocr) (ii) integrate with other productivity tool chain - todoist and trello.
P.S. Its written in Python!
A personal wiki that I wrote in 2004 (my first web app ever). It's one step above text files, and purposely no more than that. Hyperlinking and availability on different devices is important to me. It started as something like this (which amazingly is still online) http://infomesh.net/pwyky/ After 14 years, I have 3017 wiki pages of notes, and still use it every day!
This is a good strategy. To write your own thing, and not rely on Google and others, who insist that you log in and remain online just to write a simple note.
By sticking to a simple wiki that uses plain text, HTML, and HTTP, you avoid a lot of churn, and can concentrate on the real goal, which is organizing and retaining knowledge.
It started as a CGI script, migrated to a server I can no longer recall, then to my own web server (an experiment), and is now a WSGI app in Python running on gunicorn, behind Nginx.
It also started using flat files like pwyky, but now it uses sqlite.
All the data was undisturbed throughout those technology changes, which is the important part.