TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What do you use to organize your knowledge?

71 pointsby tomek_zemlaabout 11 years ago
What are the tools, tricks, systems you use to record things you learn? Notebooks, text files, software or cloud apps? Do you have any custom, inventive ways to maintain your personal knowledge base?

46 comments

Wilyaabout 11 years ago
Plain text files in a synced directory (I use sparkleshare, but any dropbox-like system will do the trick).<p>I tried many, cloud apps, desktop apps, wikis. But in the end, I was never comfortable with putting all my thoughts in documents in a weird format (at best) or in the cloud (at worst). And most apps didn&#x27;t offer any huge advantage to compensate for that.<p>I have backups of my notes folder. I can grep through it when I&#x27;m looking for something. I can edit it from any computer. And I know it will still be readable in 10 years.
评论 #7697600 未加载
评论 #7698522 未加载
评论 #7699235 未加载
评论 #7697566 未加载
评论 #7697594 未加载
linhatabout 11 years ago
After playing with various (note-taking) applications&#x2F;apps I found all of them severely lacking (for several reasons). I was always for the lookout of the one-size-fits-all application, which I obviously never found.<p>Realizing that there is no such system&#x2F;app I split things out:<p>* Important Stuff as well as trivia -&gt; CalDav... believe it or not, but CalDav beats most other systems&#x2F;apps out there, it&#x27;s accessible on almost any device and you usually have a wide variety of applications to edit your &quot;calendar events&quot;, use different calendars for important vs trivia<p>* Stuff you read on the internet -&gt; obviously (synced) bookmarks (firefox, chrome, opera and others have builtin sync)<p>* Ideas, plans, drawings -&gt; A5 pen and paper notebook (most people will advocate moleskine, I prefer Leuchtturm notebooks (to each his&#x2F;her own)<p>* Research, papers, references -&gt; good old text files, index + txt + pdf + bib (vim + vimwiki + git + some zsh alias like wiki=&quot;cd ~&#x2F;wiki&#x2F;; git pull; vi index.wiki; git commit -a; git push; cd -&quot;)<p>So far, this works quite well, although I have to admit that while separation is king, it also hinders creativity at times, so I&#x27;m slowly starting to integrate other things into the wiki (write firefox bookmark and caldav importer&#x2F;parser, thinking about scanning&#x2F;digitizing notebooks...) to be able to cross-reference things. The long term goal is to create a visualization that allows me to visualize (<i>duuuh</i>) all this data in different ways (especially useful for research and <i>connecting the dots</i>).<p>Hope this helps and I would really be interested how others manage this, especially regarding research, papers etc (Mendeley and others just aren&#x27;t flexible enough for me...).
评论 #7697598 未加载
评论 #7697509 未加载
评论 #7697490 未加载
chubotabout 11 years ago
I wrote a personal wiki like 10 years ago... In addition to being a great productivity boost for me, it helped me learn a lot about web programming. It&#x27;s continued to evolve over the years.<p>I have 1899 active pages now (some pages were deleted over the years).<p>I try to keep it very close to plain text, and don&#x27;t have a lot of doodads in the wiki syntax.<p>I don&#x27;t think plain text is sufficient for taking notes, because it lacks <i>hyperlinks</i>. Hyperlinks are incredibly important because they are associative and non-hierarchical... that is exactly what you need for note taking and brainstorming.<p>I do everything with vim&#x2F;bash&#x2F;tmux but you still want to be able to click links with a mouse when reviewing notes, and create them effortlessly when writing.
评论 #7697735 未加载
dmunozabout 11 years ago
I have written a few scripts to manage my abundant note taking.<p>In a specific directory, I arrange notes according to subject in directories, and the script parses them and spits out HTML files that displays them in a fashion I find useful. With MathJax, I can render LaTeX. It also spits out an index files so I can see at a glance my subjects and notes on those subjects.<p>I&#x27;ve been giving some thought to doing something more involved, so I can get full text search capabilities from the index page. It&#x27;s something I play around with every so often as the inspiration hits me. I will not be surprised if this posts leads me back to playing with it for a bit, although I am busy for the upcoming week already.<p>You can trivially get something similar with something like vimwiki [0]. The only reason I went further was that I wanted greater levels of customization.<p>[0] <a href="https://code.google.com/p/vimwiki/" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;vimwiki&#x2F;</a><p>Edit: The full text search from the index is just a nicety given the way I like having the notes displayed. I can already grep from the command line, of course. I have other ideas about nice-to-have dynamic behaviour, but a lot of the stuff falls into the lower percentages of the 20% of the 80-20 split.<p>In The Pragmatic Programmer, one of the tips advocates keeping knowledge in plain text:<p>&gt; Keep Knowledge in Plain Text<p>&gt; Plain text won’t become obsolete. It helps leverage your work and simplifies debugging and testing.<p>The full text expands on the benefits, such as searchability and other stuff I can&#x27;t recall at the moment.<p>I try to stay as close to possible to plain text as I can. Even Markdown is a bit heavy for the task, although I have given some thought to adopting it and avoiding needing any custom parsing.<p>Lastly, I wasn&#x27;t clear why I output to HTML. I put them up on a server so that I can access them remotely. I can also upload notes, or input a quick note to a textarea and submit it. It&#x27;s device-agnostic; I just need a browser. I haven&#x27;t bothered to implement making currently existing notes editable.
评论 #7697498 未加载
lallysinghabout 11 years ago
Four parts:<p>== Emacs Org Mode ==<p><pre><code> - all capture - all notes in general that I take while working (live) on a computer - all meeting notes - all drafts - usually via org-babel - planning </code></pre> Also, a type of code analysis where I make the code column 1 in a table and use columns 2+ for notes<p>This is sync&#x27;d via git across machines. Version Control + diff&#x27;s are useful, but multiple branches for this hasn&#x27;t been worth the additional complexity.<p>I&#x27;ve got a specific emacs daemon just for org. It&#x27;s got a special -name argument that tells my window manager (xmonad) to bring up each window as a pop-up. That integrates with chrome and org capture to capture web bookmarks right from the chrome bookmarks bar.<p>== A paper notebook (leuchtturm 1918) and a grossly expensive fountain pen (MB) for all deep analysis. ==<p><pre><code> - Good thinking is a lot easier when you look at paper instead of a screen. </code></pre> The tactile feel of that pen on that paper feels so smooth and free that I write substantially more, and faster. I can only explain it like typing on your favorite mechanical keyboard vs using a blackberry to write long essays.<p>== MindJet for brainstorming. ==<p>So far, awkwardly on a Nexus 7 and a BT keyboard. I&#x27;m still looking for a better mind-mapping setup.<p>== GTasks (android app) ==<p>With Google&#x27;s &quot;Tasks&quot; list for my to-do lists and random thought capture on topics I&#x27;m still not ready to properly sit-down and mind-map.
mrfancypantsabout 11 years ago
Emacs (naturally), with org-mode[1]. ssh replication along with the mobile org-mode app on Android [2] meets all my needs.<p>[1] <a href="http://orgmode.org" rel="nofollow">http:&#x2F;&#x2F;orgmode.org</a><p>[2] <a href="https://play.google.com/store/apps/details?id=com.matburt.mobileorg" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.matburt.mo...</a> (there are others... &#x2F;search?q=orgmode&amp;c=apps for more)
评论 #7697692 未加载
ahstildeabout 11 years ago
Prepare yourself... [1]<p>I have quite a system, but it works. I&#x27;m a student, and I utilize Evernote, Google Keep, Microsoft OneNote, Pocket, 8x11 ringed notebooks, and a small field book.<p>Evernote is for items I may need to a long time: recipes, guides from the internet, personal notes, etc. I&#x27;m finding I don&#x27;t use it much, actually. :-&#x2F;<p>Google Keep is incredible for to-do lists, quick notes, this sort of thing.<p>OneNote is my primary note-taking program, for meetings, for class, anything. I just bullet everything and go at it.<p>Pocket for saving articles. It has an incredible search function.<p>8x11 ringed notebooks for times where a laptop is inappropriate, or when I need to physically draw something.<p>The field notebook was a gift. I use it to host my big ideas and inspirations.<p>[1] <a href="https://www.youtube.com/watch?v=okIAAeb2WVA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=okIAAeb2WVA</a>
szymon_kabout 11 years ago
Dropbox + plain text (markdown) in ~&#x2F;Dropbox&#x2F;Notes, where every file starts with some simple categorisation (&quot;personal-<i>&quot;, &quot;snippet-</i>&quot;, etc..). I keep everything in there, from personal thoughts to terminal commands I use very rarely (and don&#x27;t want to add to aliases), code snippets for simple things, meeting notes, etc. I have one important file called &quot;drafts&quot;, that&#x27;s always opened in vim&#x2F;notational velocity, and to which I can append from drafts app on iPhone. It acts as scratchpad, and almost everything nowadays starts in this file.<p>I can edit notes in terminal (vim), gui (notational velocity), ios (I use byword, but there are multiple dropbox-syncing text editors). I have command in vim called :Notes, that displays Unite window with my notes, so I can access them quickly when I need to, and I have zsh alias &quot;ns&quot; (note search), that displays notes which match my search (&quot;ns mongo&quot; displays snippets-mongodb.txt).<p>I store links in pinboard, articles to read in pocket, and inspiration images&#x2F;videos on pinterest.<p>For tasks I have very similar system around taskpaper file format and listacular on iOS, with :Tasks command in vim. All project related notes go into taskpaper file, and if project is finished, and there are some notes I&#x27;d like to keep for future reference (but not in my notes folder), I typically store it in project root as notes.md, this might be setup instructions, notes on bugs, etc.
mondaythe5thabout 11 years ago
I use text files with tagging and a simple naming convention to manage my web development projects, my house rentals, car insurance, vacation plans, contacts, and more. Most projects have the same core things to keep track of... analytics, adwords, ad campaigns, webmaster tools, hosting details, etc... I use txt files that are backed up with Dropbox.<p>I add tags within each file like project-businessName tag-adwords tag-campaign priority-high etc.<p>I use xplorer2 ( a windows explorer replacement $40 ) to filter by tag and or filename.<p>Example: Say I want to see all outstanding campaigns for a certain client.... I apply the following filter ( alt+h ) then type +tag-campaigns,+project-businessName . Same works for to do lists.... +priority-high,+project-businessName .<p>I also use a file name convention for super quick opening of whatever customer file I need.<p>Example: Say I want to check on a clients adwords situation... I hit alt+h to invoke the filter tool.... type adwords businessName to see the exact file I need.<p>I use two extra free software apps to speed things up further... FindandRunRobot - a launcher Everything ( from voidtools ) - plugs into the above launcher for super fast file opening by name. For example: Say I&#x27;m in my browser and want to open up my main file for my client.... I hit alt+space to invoke the launcher tool... then type any part of the file name ... hit enter to open.<p>I&#x27;ve used wikis before as well as enterprise crm... this is a breath of fresh air!
patrickgabout 11 years ago
90% of my knowledge is in a bunch of text files handled by nvalt [1], a fork from notational velocity [2]<p>It is so convenient and quick to make notes and hyperlink notes between them and do full text search.<p>[1] <a href="http://brettterpstra.com/projects/nvalt/" rel="nofollow">http:&#x2F;&#x2F;brettterpstra.com&#x2F;projects&#x2F;nvalt&#x2F;</a> [2] <a href="http://notational.net/" rel="nofollow">http:&#x2F;&#x2F;notational.net&#x2F;</a>
评论 #7697862 未加载
suhridabout 11 years ago
Emacs org mode and Dropbox. I also keep a notebook for sketchnotes and mindmaps.
评论 #7697393 未加载
alexschiffabout 11 years ago
I&#x27;m the founder, so I&#x27;m biased, but I use Fetchnotes for storing most things like this: links, things to check out (books, music, movies, apps, restaurants, places etc), ideas, resources, random thoughts, knowledge&#x2F;trivia I come across, reminders&#x2F;tasks and a ton more.<p>We built it to be simple, lightweight and flexible. Just add a hashtag to a word in a note, and it groups that thought with anything else with that hashtag. Involve another person? I just @-mention their username, email or phone number, or I can send them a link to the note. There&#x27;s no system to learn — when you want to find something, just click on the tag you used.<p>Specifically for things I learn, I have a #randomfacts tag that I add things to when I come across an interesting piece of trivia (mostly from articles or audiobooks), and a #thoughts tag for things I think of on my own.<p>Check it out at www.fetchnotes.com and let me know what you think! I&#x27;m at alex@fetchnotes.com
rm445about 11 years ago
What a good question.<p>Personally I curate a directory structure served off an old linux box in my house. Items created on other machines get synced in by hand. Data is stored in whatever source format it was created in, and obscure formats get a pdf version stored alongside.<p>The thing is, it&#x27;s absolutely stone age - not automatically synced with my laptop or phone, not available remotely, and not conveniently set up to be able to share files or offer use of the server to my partner or family. It also only has &#x27;files&#x27;, there&#x27;s no calendar-type data and things like mail and contacts only get placed in by hand as backups. I could totally cobble things together to provide extra features but I am thinking of starting again with a server &#x27;in the cloud&#x27;. I would love to know what people do, with a longer term view than just stashing stuff in the popular note-taking app of the moment.
tcpekinabout 11 years ago
For notes, I rely 100% on paper. I don&#x27;t remember things as well when I type them out, and keeping it on paper gives me a sort of spatial awareness on where to find what I need.<p>However, with research papers now, I&#x27;ve started to use Mendeley. Imports downloaded pdfs and automatically has author, title etc filled in, can download pdfs from a number of the major publication websites and automatically add to your collection, allows sorting via author, year, etc., allows you to take notes and highlight, and has a search bar that searches through all of the papers you have. It additionally can keep your pdfs synced between computers, creates BibTex entries and I believe can help you find related papers, although I haven&#x27;t used that function. It&#x27;s a great way to keep semi-organized, and works a lot better than any file-naming system I&#x27;ve tried.
cpbothaabout 11 years ago
Obsessive note-taking lab-journalling knowledge organizer here.<p>* For years simplenote, first using RespohNotes under Wine, then writing <a href="https://github.com/cpbotha/nvpy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cpbotha&#x2F;nvpy</a> - a cross-platform and open source simplenote client in Python with tikinter. Currently looking for a new maintainer, because:<p>* Currently in an in-between phase editing Gollum wiki markdown pages with emacs 24 (sometimes I also use gollum to access and edit), all synced with unison, and using Google Keep on my phone.<p>* Currently working on hobby project, which will be the non-linear super visual (spatial perception and memory FTW!) cross-platform (large displays!!) note- and file-organizing interface I&#x27;ve been dreaming about for months now.
评论 #7742582 未加载
rawlandabout 11 years ago
* Brain<p>* Bullet Journal (<a href="http://bulletjournal.com" rel="nofollow">http:&#x2F;&#x2F;bulletjournal.com</a>)<p>* Instapaper -&gt; Pinboard.in<p>* Research Diary in LaTeX (<a href="http://www.writelatex.com" rel="nofollow">http:&#x2F;&#x2F;www.writelatex.com</a>)<p>* Markdown (pandoc) and git for each and every project
kylorhallabout 11 years ago
I just use Google. Keep, Gmail, Calendar for most things. I have a few text documents for recording important information I keep in Google Drive as well. Emails and sometimes even pitches &#x2F; speeches I keep in gmail as a draft. Used Evernote for a while, but it&#x27;s just bloat, I don&#x27;t need another app.<p>I often have a text file open on my computer that I write quick notes in. Most of my knowledge that isn&#x27;t like a random reminder note lives in my head though, I&#x27;m pretty solid on my memory.<p>We use Trello for business, so I keep anything business related in there, so other people have access to it if need be.
ryanobjcabout 11 years ago
I have discovered, before the recent studies, that when I take paper notes during anything, I remember the meeting&#x2F;lecture&#x2F;whatever quite well.<p>So I use paper notes as a backup, but as someone else noted, good old fashioned Brain 1.0.<p>But when that isn&#x27;t enough, paper files are good for formal stuff.<p>On the computer, well, it&#x27;s kind of a disaster. Gmail has helped here. But there is no compelling note organization system. And I&#x27;m not sure you&#x27;d want one, I think we&#x27;ve learned is that &#x27;findability&#x27; is the most important feature, and organization isnt the only way to achieve that.
lachgrabout 11 years ago
I use Workflowy (<a href="https://workflowy.com/" rel="nofollow">https:&#x2F;&#x2F;workflowy.com&#x2F;</a>) for everything: note-taking, planning and even project management (see <a href="https://medium.com/no-label-inc/4e911278c902" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;no-label-inc&#x2F;4e911278c902</a>). I always have it open on my desktop and with their mobile app I&#x27;m always in sync. Workflowy is an excellent app and it keeps my thoughts organised.<p>For longer documents that don&#x27;t fit in the bullet-organized workflow of Workflowy I use Markdown.
biscarchabout 11 years ago
I&#x27;ve recently (this year) taken to writing more blog posts[1]. It helps me make sure that what I&#x27;m writing will be readable by me X years from now and also could help other people. For more private thoughts or thoughts I haven&#x27;t developed into posts yet I use text files and Dropbox or Evernote.<p>[1]: <a href="http://www.christopherbiscardi.com/" rel="nofollow">http:&#x2F;&#x2F;www.christopherbiscardi.com&#x2F;</a>
ericHosickabout 11 years ago
I dump stuff in one big TextEdit&#x2F;Notepad file that sits on my desktop. It is really easy to arrange stuff in it, take notes for meetings, etc. TextEdit&#x2F;Notepad loads really really fast. I can move stuff out of it easily (say contact information into my phone) and every once in a while I clean it up.<p>I&#x27;ve tried so many other things but a single text file sitting on my desktop just seems to work really well.
评论 #7697415 未加载
fractallyteabout 11 years ago
I spent a <i>long</i> time looking for my ideal knowledge organizer, and eventually settled on Notecase Pro (<a href="http://www.notecasepro.com/" rel="nofollow">http:&#x2F;&#x2F;www.notecasepro.com&#x2F;</a>).<p>It&#x27;s cross-platform, with a functional free version. I have no problem paying for good, useful software, especially (as in this case) when it&#x27;s produced by a dedicated individual or small company.<p>Evernote is overrated...
评论 #7697572 未加载
palcuabout 11 years ago
I throw every random information in an Evernote notebook. For more complex stuff, like what are my priorities this month, I draw a mindmap using MindNode. Also, I&#x27;ve got in a habit of reviewing all my important notes and trim them every month.<p>Finally, I put all the interesting web articles in Pocket, because I search them later.<p>I tried to make flashcards in Anki for random stuff, but it didn&#x27;t work out.
评论 #7697228 未加载
pjungwirabout 11 years ago
Manpages!:<p><a href="https://github.com/pjungwir/manpj" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pjungwir&#x2F;manpj</a><p>You don&#x27;t even need to learn man macros unless you want to (and I have `man pj man` for that). I usually just give text files a .pj extension and add formatting later if I need it.<p>I bet someone has even written a markdown-to-man converter, now that I think about it.
cynik_about 11 years ago
Deft in emacs synced over dropbox. I get notational velocity like UI for searching&#x2F;manipulating notes, evil mode so I have vim key bindings and I can pull stuff up on my phone whenever required. It&#x27;s also easy to just send a link to someone to share a file because it&#x27;s all on Dropbox.<p>Pen and paper when I&#x27;m thinking through something.
kinj28about 11 years ago
I use Http:&#x2F;&#x2F;www.teamgum.com, I just gum whatever articles and web pages I like. I import content from my pocket, twitter accounts as well. And it automatically builds a knowledge base. Then when I do a google search for any knowledge bit. It shows all relevant gums from me and my team on right side. Bingo! Do give it a spin.
Paul12345534about 11 years ago
I used to use KeyNote also but I didn&#x27;t really care for the underlying RTF storage format especially when it came to images... and the program had some other limitations.<p><a href="http://www.tranglos.com/free/keynote.html" rel="nofollow">http:&#x2F;&#x2F;www.tranglos.com&#x2F;free&#x2F;keynote.html</a>
评论 #7697652 未加载
kbartabout 11 years ago
I simply use a dedicated Gmail box with many different folders like &quot;events&quot;, &quot;todo&quot;, &quot;links&quot; etc. where I send emails (&quot;notes&quot;) to myself. This way I can easily access them using any platform and it doesn&#x27;t require any additional software.
constaabout 11 years ago
<a href="http://www.mymundus.com" rel="nofollow">http:&#x2F;&#x2F;www.mymundus.com</a><p>I am the cofounder of MyMundus, so my opinion is quite biased. We started MyMundus because conventional note taking apps such as bookmark services did not suffice, especially when you forgot to create a bookmark.
stangeekabout 11 years ago
I use <a href="https://rawgit.com/lollipierre/react-bullet-app/master/index.html" rel="nofollow">https:&#x2F;&#x2F;rawgit.com&#x2F;lollipierre&#x2F;react-bullet-app&#x2F;master&#x2F;index...</a> - based on bullet journaling concept
harveytoroabout 11 years ago
Github repository, I wrote a simple app to pull in a repo and I can view, edit and delete and also create new files. All the files are markdown so I can export to PDF or HTML if I need them outside the app.
ejainabout 11 years ago
Brain 1.0
评论 #7697337 未加载
htkabout 11 years ago
I use Mindown (<a href="http://mindown.com" rel="nofollow">http:&#x2F;&#x2F;mindown.com</a>) on my Mac, iPhone and iPad.<p>(Sorry for the shameless plug, but it&#x27;s true)
marcinignacabout 11 years ago
Wow. What I haven&#x27;t tried before... One html file wiki (tiddlywiki i think). Something like 3 self written web task editors before DropBox happened. Mori (kind of evernote from the past), Google Wave (still missing it), made couple of money tracking apps with couchdb, remotestorage and other offline capable but syncing apps for personal use on mobile.<p>Currently<p>Notes: Plain text notes with markdown elements synced via DropBox edited in NvAlt on Mac, and Notesy on iOS.<p>Sketches: Moleskine notebooks of various sizes (mostly Reporter). Currently experimenting with even smaller ones (Cahier journals)<p>Visual References: After years of screenshots on my desktop and reference folders full of unnamed images I made lightweight pinterest clone <a href="https://github.com/vorg/kollektor" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vorg&#x2F;kollektor</a><p>Articles: Pocket as &#x27;todo readme&#x27; solution but currently working on and app for hyperlinking pdf&#x27;s for computer graphics papers.<p>ToDo: Gave up on per project hierarchical task list as they always get old and dusty. So instead I split information into long living stuff and references (links, project requirements, hardware specs etc) that goes into notes. And one task list for MIT (most important tasks) daily similar to Autofocus system (Autofocus system - <a href="http://markforster.squarespace.com/blog/2009/1/6/autofocus-system-instructions.html?printerFriendly=true" rel="nofollow">http:&#x2F;&#x2F;markforster.squarespace.com&#x2F;blog&#x2F;2009&#x2F;1&#x2F;6&#x2F;autofocus-s...</a>) + smaller ones for bug lists per project, TaskPaper for Mac, and TaskMator &#x2F; Listacular for iOS. I even wrote custom editor for TaskPaper notes that takes advantage of fullscreen (think TweetDeck for todos).<p>Bookmarks: Everything after delicious got bought <a href="http://pinboard.in/" rel="nofollow">http:&#x2F;&#x2F;pinboard.in&#x2F;</a> (but moving to Kollektor more and more)<p>Mindmaps: For notetaking (FreeMind on Mac, MindNode on iPad) and monthly planning where I list all my current projects, incoming ones, ideas, goals etc.<p>Limitations: - NvAlt search is fast but sucks if you have long notes (hard to search inside them) - Still haven&#x27;t found good outliner for iOS. Taskpaper was promising but died (discontinued on iOS). - Plain text is cool and durable but missing possibility of dropping images here and there<p>Dreaming: - not sure if one size fits all will ever happen but something like pinterest mashup with workflowy with one data structure but multiple editing modes (list, outline, mindmap, spatial) - i&#x27;ll call it RAM (Remote Access Memory)
评论 #7742590 未加载
kidsilabout 11 years ago
Pretty simple - I try to put them on my Blog. It&#x27;s public, I know I&#x27;m backing it up always, and it helps others.
blissofbeingabout 11 years ago
I have been using google keep for a bit and it seems to just work for me, but its just for simple notes really.
chintan39about 11 years ago
I have used evernote for a long time.But Onenote is my new fav after they release a free desktop app.
JesseAldridgeabout 11 years ago
Notational Velocity, Dropbox, and Workflowy<p>There&#x27;s a lot of synergy between the three.
pinoyyidabout 11 years ago
www.CleverNote.co, kinda like Evernote over Google Drive. The cool Android app allows notes to float over whatever else you&#x27;re doing.It&#x27;s currently free while in beta.
DrinkWaterabout 11 years ago
Evernote, works perfectly for me.
aesptuxabout 11 years ago
Evernote is perfect for me.
fxpesterabout 11 years ago
Google tasks + dokuwiki
_xhokabout 11 years ago
Paper notebook.
flytabout 11 years ago
simplenote + notational velocity
评论 #7697324 未加载
dar8919about 11 years ago
Evernote
ing33kabout 11 years ago
Evernote<p>Github wiki