A chrome extension for tagging words with semantic information.
Find a file
2016-01-24 20:06:42 +01:00
src is now able to insert the menu on pages that use framesets. 2016-01-24 20:06:42 +01:00
typings refactored code a little bit. Fixed gulp serve for firefox. 2015-12-06 14:34:24 +01:00
.gitignore Added better handling of failed tag deserializations. It will no longer block plugin loading. 2016-01-24 16:12:11 +01:00
Gulpfile.js was able to add iframe to page in chrome and initialize it properly. 2015-12-07 21:11:03 +01:00
package.json removed gulp-file-include refactored dist task 2015-12-06 15:40:22 +01:00
README.md is now able to serialize and deserialize selections if the document does not change too much. Furthermore app is now capable of persisting tags between refreshes 2015-11-15 01:02:22 +01:00
tsconfig.json Revert "now building the project using amd modules. Included requirejs. Adjusted build script." 2015-11-14 13:35:48 +01:00
tsd.json refactored code a little bit. Fixed gulp serve for firefox. 2015-12-06 14:34:24 +01:00

tag-youre-it

A chrome extension for tagging words with semantic information.

Development

  1. To try it out, just download this plugin.
  2. You'll need to have installed node.js.
  3. Go inside the unzipped folder and run npm install && npm install -g gulp. In addition to installing development dependencies it will also install Gulp which is useful for active development.
  4. Run gulp serve to serve up the prototype for live development.
  5. Run gulp dist to build the chrome plugin in the dist/ folder.

Chrome testing

  1. Inside chrome go to settings -> Extensions.
  2. Select Load unpacked extension and select the project's dist/ folder.
  3. You should now see a new browser icon. Go to a page and start tagging.
  4. In case of error: Press "f12" and have a look at the console log output.

Important A workaround for CORS is currently needed to communicate with the server.