Commit graph

23 commits

Author SHA1 Message Date
Nils Norman Haukås
d5d3518b5b Still working on saving and restoring tags based on going back to a clean slate. Still need to figure out a good way to restore tags. It's seems that after adding the first tag the document will get confused about where to place the other tags. 2015-11-29 19:41:20 +01:00
Nils Norman Haukås
ff4b796eae Revert "in the middle of switching to rangy highlighter for better persisting of highlights."
This reverts commit 68b90f893c.
2015-11-29 12:17:25 +01:00
Nils Norman Haukås
68b90f893c in the middle of switching to rangy highlighter for better persisting of highlights. 2015-11-22 20:54:56 +01:00
Nils Norman Haukås
7ba53dd6bf added uuid generation so that tags can be truly unique. Application now supports deleting tags from page. 2015-11-22 18:00:25 +01:00
Nils Norman Haukås
40eaa0e86a 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
Nils Norman Haukås
91bf13cd47 just added Rangy lib. Is now able to save and load tags but need to fix serialization/dezerialization of the selection. 2015-11-14 23:07:26 +01:00
Nils Norman Haukås
12327c5c27 added ngStorage for client side saving and loading 2015-11-14 20:24:26 +01:00
Nils Norman Haukås
6f05e601b7 delete surplus files. Fix gulp serve setup for local web testing. 2015-11-14 19:38:34 +01:00
Nils Norman Haukås
c07f62428c Revert "now building the project using amd modules. Included requirejs. Adjusted build script."
This reverts commit b86e7755d6.
2015-11-14 13:35:48 +01:00
Nils Norman Haukås
b86e7755d6 now building the project using amd modules. Included requirejs. Adjusted build script. 2015-11-07 23:47:50 +01:00
Nils Norman Haukås
7377c38efb pruned package.json. Updated readme. 2015-10-25 21:11:23 +01:00
Nils Norman Haukås
ed2ec2255e fixed icon error 2015-10-24 23:35:41 +02:00
Nils Norman Haukås
406b266dd9 moved plugin specific files into separate folder. 2015-10-24 23:32:12 +02:00
Nils Norman Haukås
994475dfbd added new icons and a popup menu for the chrome plugin. Updated manifest.json 2015-10-24 20:33:16 +02:00
Nils Norman Haukås
8ce46e4b67 added gulp-load-plugins and ng-annotate dependencies 2015-10-24 17:04:07 +02:00
Nils Norman Haukås
14e09b19da now able to tag words on page. Adjusted build scripts. Now able to build the chrome plugin. Updated readme. 2015-10-24 14:57:34 +02:00
Nils Norman Haukås
7a5acdaec1 added ts file for keeping interfaces in. Angular is now able to get and display synsets. 2015-10-24 00:39:49 +02:00
Nils Norman Haukås
5b478e94a1 redid typescript build setup and script injection. Is finally working properly. 2015-10-21 22:05:49 +02:00
Nils Norman Haukås
f034d58367 progressing on services. 2015-10-18 23:34:07 +02:00
Nils Norman Haukås
c6338bf597 cleaned up folder structure. Tweaked build script. Rebuilt functionality using angular instead of jquery. 2015-10-18 20:05:30 +02:00
Nils Norman Haukås
b4ffa623bf created typescript build setup which proves that its possible to inject jquery and angular into pages where those libraries already exist. Have also removed reliance on bower altogether. 2015-10-17 14:12:04 +02:00
Nils Norman Haukås
cc83d7aad2 starting building functionality for bootstrapping the tagging menu. 2015-09-27 17:04:35 +02:00
Nils Norman Haukås
465c3b508c added livereloading for development. 2015-09-26 14:02:03 +02:00