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…
Small flaw though. It only runs on OS-X. I might give it a shot if they decide to support linux. Note: I was being sarcastic when I said small.
Quiver: Programmer's Notebook for OS X
101–110 of 264 posts
Re: Quiver: Programmer's Notebook for OS X
#102The tutorial notebook is full of individual notes with multiple 'cells'. When creating my own note, it's not immediately obvious how I achieve this. Hitting ENTER just creates a new paragraph/line within the same cell. I've discovered, through trial and error, that hitting SHIFT+ENTER creates a new cell, but this should maybe be more easily discoverable. Some of the UI elements are a bit out-of-place. I'm not sure if…
Well, from the menubar: Cell -> New Cell. Which also shows the shortcut next to the menu option.
Re: Quiver: Programmer's Notebook for OS X
#103I still use vimwiki. It has a few warts, but since I'm comfortable with it (as in when you learn some of the leader commands, it becomes more powerful) and files are saved to Dropbox, it makes work and home note taking convenient. It's particularly nice in that if you are already in vim; ww will open the wiki index. https://github.com/vimwiki/vimwiki I've also been doing some note taking with :set filetype=journal in…
I have been unable to find an advantage that vimwiki or vim outliner have over just using vim with markdown in a Dropbox directory. Folding, numbering, etc work really well for me for that. What do you like about it in particular over what I could do with markdown?
But I particularly like some of the ways vimwiki functions.
I like that I can type project_notes and hit and it opens up a new project_notes.wiki, and then I can hit to go back to the previous wiki.
There are more normal mode keybindings that you might find yourself using. Sometimes I remove unwanted wikis by wd, which will delete the wiki you are currently viewing (it's nice in that you can see the content then quickly delete). Renaming, too.
Maybe I can sum it up to just say I prefer the navigation and handling of new/unwanted files with vimwiki?
Re: Quiver: Programmer's Notebook for OS X
#104Earlier 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.
True! A few months ago I wanted to install Aperture on a new laptop; since it's been pulled from the App store I couldn't find it anymore, and this is what customer support told me: I've reviewed your request, but as much I would like to restore the item for you, I won't be able to download "Aperture" to your account because the amount of time that has passed since this purchase was made prohibits us from restoring i…
Aperture has been EOLed -- it's not advisable to install it even if you could, as you'd be installing deprecated software that can stop working at any future OS update.
That wouldn't be much different than any software company not allowing you to download their old program anymore.
Re: Quiver: Programmer's Notebook for OS X
#105The tutorial notebook is full of individual notes with multiple 'cells'. When creating my own note, it's not immediately obvious how I achieve this. Hitting ENTER just creates a new paragraph/line within the same cell. I've discovered, through trial and error, that hitting SHIFT+ENTER creates a new cell, but this should maybe be more easily discoverable. Some of the UI elements are a bit out-of-place. I'm not sure if…
> When creating my own note, it's not immediately obvious how I achieve this. Hitting ENTER just creates a new paragraph/line within the same cell. I've discovered, through trial and error, that hitting SHIFT+ENTER creates a new cell, but this should maybe be more easily discoverable. Well, from the menubar: Cell -> New Cell. Which also shows the shortcut next to the menu option.
Re: Quiver: Programmer's Notebook for OS X
#106Re: Quiver: Programmer's Notebook for OS X
#107Why 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
#108The 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…
Small flaw though. It only runs on OS-X. I might give it a shot if they decide to support linux. Note: I was being sarcastic when I said small.
Re: Quiver: Programmer's Notebook for OS X
#109Why oh why do people still write standard GUI applications in non-portable platform ?! Its a mystery to me
I was disappointed to see it was OS X only, but having written several GUIs (single and cross platform), I understand the trade off they made. It really is one-platform or web, and web is not for everyone (least of all programmers writing notes about their code at work.)
Re: Quiver: Programmer's Notebook for OS X
#110Earlier quoted context omitted.
I agree. I've downloaded the trial, and if I like what I see (and, of course, the price is right) I'll buy a copy, but only if I can buy one directly from you, not via the App store. The App store has many technical limitations, and it also means the consumer is effectively just licensing software from Apple rather than owning it outright.
> it also means the consumer is effectively just licensing software from Apple rather than owning it outright Isn't almost all software licensed rather than ownership sold? This isn't unique to the App Store.