DeepReader
DeepReader copied to clipboard
a highly modular, Vue.js-based framework designed for building online reading environments for deep reading of texts with rich annotations and integrated learning tools
Created a new component Github with two components - an Actions list (currently a stub) and an Issues list (currently pulling from GitHub via their API). There are issues -...
Fixes #84
At the moment, the assumption is there is a passage in the middle (or nothing if no passage is being viewed) and all widgets are on the left or right....
We recently made widgets a fixed-height. I think this should be a toggle. It should be possible to toggle a widget between: * collapsed * expanded (fixed height) * expanded...
It throws this error: ``` > [email protected] dev /home/matt/DeepReader > node build/dev-server.js /home/matt/DeepReader/build/dev-server.js:32 log: () => {} ^ SyntaxError: Unexpected token ) at Module._compile (module.js:439:25) at Object.Module._extensions..js (module.js:474:10) at Module.load...
On #52, @balain suggested: > So, crazy idea(?). What if this task mode as a to-do list. E.g. create a component for widget development plan and manage/update it via the...
for each widget, explain what it does, what external services it uses, what assumptions it makes about the store, what assumptions it makes about other widgets, etc.
particularly to make sure PRs don't regress anything
(This has been split off #52 for clarification) In quiz mode, a particular task would be declared to the reader, e.g. "find all the finite verbs in this passage" or...