I've been looking over this FAQ, and nvAlt and Rooswitch and all look pretty interesting, but everything that I've tried forces me to quit one Notational Velocity to open another... EVEN if I use rooSwitch. Is there anyway around this?

link|improve this question

74% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I've been able to run Notational Velocity and nvALT at the same time as long as they've used different note folders. But after changing them to use the same folder I get this dialog:

Using multiple forks at the same time is not supported by the developers though. There are issues like #264: Text copied from another fork uses that fork's text styles - Issues - scrod/nv - GitHub. And you don't always know which one will open nv:// URLs or respond to Apple Events.


Another option (mentioned by Yar in the comments) would be something like:

ditto /Applications/Notational\ Velocity.app /Applications/NV.app
info=/Applications/NV.app/Contents/Resources/Info
defaults write $info CFBundleIdentifier com.superuser.nv

Now the preferences for NV.app will be saved in ~/Library/Preferences/com.superuser.nv.plist. So the note directory can be changed without also changing the one for net.notational.velocity.

open -a NV will work. But in AppleScripts you'll have to use something like activate app "/Applications/NV.app".

link|improve this answer
Thanks @Lri, this works perfectly with nvALT and Notational Velocity at once. So two Notational Velocities (or nvALTs) cannot be run simultaneously, even with rooSwitch (and making a copy of the app)? – Yar Oct 24 '11 at 0:06
@Yar rooSwitch isn't meant to be used with copies of the same application. It saves the currently selected profile as ~/Library/Preferences/<bundle identifier>.plist. – Lri Oct 24 '11 at 1:13
That's amazing. Thanks @Lri. Now I 1) duped my Notational Velocity 2) changed the CFBundleIdentifier on the second one and 3) use a different note folder. Now I have two NVs running at once. Though... nvALT is looking pretty great too ;) – Yar Oct 24 '11 at 21:08
Thanks for the update, that's amazing and much cleaner than doing it by hand. compileyouidontevenknowyou.blogspot.com/2011/10/… – Yar Oct 25 '11 at 16:06
Changing plists works with nvALT too – Yar Oct 28 '11 at 0:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.