Notr

Easily gather feedback to any website. Figma like comments

If you want to gather feedback for a website, just add the Notr javascript, append `?notr` to the url and you can comment on html elements

Example


Try Notr on this page, by clicking the above button which appends `?notr` to the current page.

Notr on this page has the server functionality disabled, so only you see your own comments. Want to prevent to have a million "penis" comments on this landingpage

Usage

Basic usage

<script src="https://simon-frey.com/notr/js/notr.js"></script> <script>InitNotr({version:"1"});</script>
After the script was added it checks if the `?notr` query parameter is set, if yes, then it activates the Notr functionality

Parameters

There is the `version` parameter in the `InitNotr`. This is meant if you want to annotate a different version of your page (and get rid of old comments)

Security

Consider all your comments to be public to the entire internet. There is no login and hence no mechanism to protect the comments from being seen by anyone. Comments can not be deleted.

Find my other projects on simon-frey.com

If you have feedback, or want a more secure (commercial) version of Notr. Email me at [email protected]