Getting Google Chrome to open notes:// links correctly

If you work at a forward thinking organisation or use Google Chrome yourself you soon come across a slight annoyance where notes:// links do not launch the Notes client to the correct document.

Certainly for me, clicking on a doclink or URL previously would result in nada or chrome would helpfully suggesting searching for it.

My solution is a bit of a hack:

Shut down Chrome and in Windows edit the following file:

C:\Users\<USER>\AppData\Local\Google\Chrome\User Data\Local State

**Thanks to Roy Rumaner for pointing out I had left the filename off

You can see this is actually a JSON formatted file – within it there is a section called:

"protocol_handler": {
      "excluded_schemes": {
         "afp": true,
         "data": true,
         "disk": true,
         "disks": true,
         "file": true,
         "github-windows": false,
         "hcp": true,
         "javascript": true,
         "mailto": false,
         "ms-help": true,
         "news": false,
         "nntp": true,
         "notes": false,
         "shell": true,
         "snews": false,
         "spotify": false,
         "vbscript": true,
         "view-source": true,
         "vnd": {
            "ms": {
               "radio": true
            }
         }
      }
   },

Add the “notes”:false section as indicated and then save and restart Chrome.

That should be it.

7 Comments »

  1. Vitor Pereira Said,

    October 16, 2012 @ 5:17 pm

    Here I was thinking if you work at a forward thinking organization you wouldn’t use windows :-)

    Thanks for the hack.

  2. Mark Barton Said,

    October 16, 2012 @ 6:01 pm

    Ha ha good point – lets not mention DDE!

    If I get too negative about it I might get my blog banned at Planetlotus.

  3. Vitor Pereira Said,

    October 16, 2012 @ 7:04 pm

    Nah, only irrelevant non-blog websites get banned ;-)

  4. Roy Rumaner Said,

    October 16, 2012 @ 11:27 pm

    “C:\Users\\AppData\Local\Google\Chrome\User Data” is a directory not a file. Care to elaborate a little more and tell us the file name?

  5. Lars Berntrop-Bos Said,

    October 17, 2012 @ 1:19 pm

    Looked it up, was already set to false. Why would it be set to true?

  6. admin Said,

    October 17, 2012 @ 1:25 pm

    >>Lars for me it wasnt even present in the file.

    Do notes links work for you? Maybe this was just an old issue which was fixed in later releases of Chrome.

  7. Chris Said,

    November 16, 2012 @ 3:42 pm

    Mine is also already set to false.

    Notes links do not open for me, they simply open a new blank Chrome tab.

    Any other workarounds for this?

    Thanks

Leave a Comment