The 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…
> Leaving version control up to the user isn't the worst, but it does mean that it won't be straightforward to put an "undo" in the GUI (if the GUI already has undo somehow I'd like to hear how they do it). The GUI does have an Undo, and it works exactly as you expect: it reverts changes made in the GUI app. If you have a note open and you make an external change, the app will at some point notice the change and ask…
Quiver: Programmer's Notebook for OS X
231–240 of 264 posts
Re: Quiver: Programmer's Notebook for OS X
#232Re: Quiver: Programmer's Notebook for OS X
#233The 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
#234- 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 are on a server. Byword is amazing on iPhone. Nothing great I've found for Android yet.
Re: Quiver: Programmer's Notebook for OS X
#235The 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…
> Leaving version control up to the user isn't the worst, but it does mean that it won't be straightforward to put an "undo" in the GUI (if the GUI already has undo somehow I'd like to hear how they do it). The GUI does have an Undo, and it works exactly as you expect: it reverts changes made in the GUI app. If you have a note open and you make an external change, the app will at some point notice the change and ask…
Re: Quiver: Programmer's Notebook for OS X
#236Directions 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
#237Earlier quoted context omitted.
Based on the fact that they are using ACE to edit code cells and MathJax to render Latex, I'm going to go out on a limb and guess that a large chunk of the app is written using web technologies, and porting to Windows/Linux should be relatively straight-forward.
It also might mean that the entire thing is relatively heavyweight. Yes, I have a few gigs of RAM on my laptop — but this RAM is needed for other apps, too.
Not a huge deal to me for an app of this functionality at this point in time. (I do remember being able to run X11 + Netscape in 16MB, though.)
Re: Quiver: Programmer's Notebook for OS X
#238Earlier quoted context omitted.
For me: If I have a copy of the software I have it forever. With the app store I only have it as long as Apple permits. Using an older version of OS X can create issues as well, if the developer decides not to support it. If for some reason they remove it from the store I have to hope the developers make it available outside that channel. It's certainly happened with iOS apps. I'm open to being proven wrong though.
I have the same story - bought Sketch 2 in France for 50 euros, moved to US as they updated to version 3. Can't get the old version back (it just doesn't appear in itunes at all - tried to get this resolved with no luck) and my only option is to re-purchase the product.
Re: Quiver: Programmer's Notebook for OS X
#239Re: Quiver: Programmer's Notebook for OS X
#240The 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…
https://github.com/WardCunningham/Smallest-Federated-Wiki/bl...