nv:// URL Handler
I see there is a x-nvultra:// url handler. However, I would prefer to use the nvalt-compatible URL handler nv://MyNote which is very nice and concise.
NValt:
nv://MyNoteNVUltra (This is quite lengthy and hard to remember)
x-nvultra://find?txt=MyNoteWould it be possible to support that URL Handler.
Here you see an example from Things.app

Thanks for considering this!
0
-
[SwiftDefaultApps](https://github.com/Lord-Kamina/SwiftDefaultApps) shows that nvalt can open both `nv` and `nvalt` url handlers.
Info.plist:
<key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLName</key> <string>net.elasticthreads.nv</string> </dict> <dict> <key>CFBundleURLSchemes</key> <array> <string>nvalt</string> <string>nv</string> </array> </dict> </array>
NVUltra
0
Please sign in to leave a comment.
Comments
1 comment