Quiver: Programmer's Notebook for OS X
251–260 of 264 posts
Re: Quiver: Programmer's Notebook for OS X
#252Re: Quiver: Programmer's Notebook for OS X
#253Directions for taking notes on a computer: - Create a folder. - Create notes as files named like tweets `my note #javascript #yolo.txt`. - Write markdown in plain text files. - Open the folder from your choice of editor. - Distribute your notes folder using Git, Dropbox, Drive, etc. - Enjoy your notes FOREVER. Atom works great when you need your notes in a Desktop environment. The command line is wonderful when you a…
Re: Quiver: Programmer's Notebook for OS X
#254It seems the export note as a pdf, html or markdown option does not work in the trial version. But it is not mentioned anywhere. Is it a bug or as I mentioned - nonfunctional in the trial version?
Re: Quiver: Programmer's Notebook for OS X
#255Re: Quiver: Programmer's Notebook for OS X
#256Why oh why do people still write standard GUI applications in non-portable platform ?! Its a mystery to me
Re: Quiver: Programmer's Notebook for OS X
#257The Apple monoculture is strong with this one. When will trendy developer startups realize other environments exist besides iOSX?
Re: Quiver: Programmer's Notebook for OS X
#258looks great, but desktop app are so 2000! I would start working on a web version if I were you.
Re: Quiver: Programmer's Notebook for OS X
#259Mac only? Not open source? Consider this a downvote.
Re: Quiver: Programmer's Notebook for OS X
#260The more I read about different applications, the more I think you can't understand them unless you look at the underlying data format. Here's Quiver's: https://github.com/HappenApps/Quiver/wiki/Quiver-Data-Format It's . . . really good. Like, _really_ good. I particularly like that they keep the metadata and the content of the note separate. This is the same thing Camlistore does, and it's nice for version control b…
Smallest Federated Wiki's format is very similar: https://github.com/WardCunningham/Smallest-Federated-Wiki/bl...