anki/web
Damien Elmes a96ddfc3fd allow templates and add-ons to hook into reviewer updated/shown
eg

from anki.hooks import addHook

def prepare(q):
    return q + """
<script>
onUpdateHook.push(function () {
    window.scrollTo(0, 2000);
})
</script>"""

addHook('prepareQuestion', prepare)
2017-08-28 14:54:22 +10:00
..
imgs switch to svg images for better hidpi rendering 2017-08-15 13:54:58 +10:00
mathjax mathjax and fade improvements 2017-08-10 20:45:42 +10:00
browsersel.js split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
deckbrowser.css remove images and move away from qt resources 2017-08-11 20:59:43 +10:00
deckbrowser.js Fix decks being moved to the default deck when dragged to the bottom 2017-08-14 22:58:14 +01:00
editor.css fix field content showing under editor buttons 2017-08-06 13:55:09 +10:00
editor.js only macs seem to require the shift+tab fix 2017-08-16 21:51:57 +10:00
jquery-ui.js split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
jquery.js split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
overview.css move the inline css and some more js into separate files 2017-08-10 19:02:32 +10:00
overview.js move the inline css and some more js into separate files 2017-08-10 19:02:32 +10:00
plot.js split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
reviewer-bottom.css add a little padding in bottom area 2017-08-12 17:04:07 +10:00
reviewer-bottom.js fix some js lint 2017-07-28 16:48:49 +10:00
reviewer.css restore marking support 2017-08-16 20:30:29 +10:00
reviewer.js allow templates and add-ons to hook into reviewer updated/shown 2017-08-28 14:54:22 +10:00
toolbar-bottom.css add a little padding in bottom area 2017-08-12 17:04:07 +10:00
toolbar.css remove border on bottom toolbar; fix hacky spacing of top elements 2017-08-10 19:17:28 +10:00
webview.css move the inline css and some more js into separate files 2017-08-10 19:02:32 +10:00
webview.js move webview js into separate file 2017-08-01 17:04:55 +10:00