anki/anki
Damien Elmes 7ad6966943 split js code out into separate files, mathjax improvements
- js code that was previously bundled in .py files is now in the
web folder
- add helpers to create links to bundled files, and update
stdHtml() to accept a list of javascript files to include
instead of text
- render MathJax in card layout and preview screens - these should be
updated in the future to update the document dynamically like the
reviewer does
- start media server earlier so it can be used to serve content for
the toolbar, etc
- work around a bug in WebEngine on Windows that could cause the
media server to hang
2017-07-28 16:35:45 +10:00
..
importing Fix issue where null tag list crashes Mnemosyne import 2017-05-30 17:38:39 -04:00
template Stop inheriting from object 2017-02-07 00:21:33 +02:00
__init__.py bump version 2017-07-20 12:17:59 +10:00
ankiweb.certs bump version again, as new cert was missing an intermediate 2014-04-12 15:54:25 +09:00
cards.py experimental prewrap support 2017-07-20 12:16:47 +10:00
collection.py when reviews have incorrect due date, make them due today 2017-05-09 12:27:23 +10:00
consts.py use a constant for the starting factor 2017-02-08 17:28:12 +10:00
db.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
decks.py Merge branch 'master' of github.com:dae/anki 2017-02-08 17:28:30 +10:00
errors.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
exporting.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
find.py Allow special characters to be escaped 2017-02-28 08:10:43 +09:30
hooks.py require decorator 2017-07-17 13:18:56 +10:00
lang.py add support for a few more languages 2016-06-29 16:37:29 +10:00
latex.py latex fixes 2017-07-22 12:36:31 +10:00
media.py Revert "don't rely on cwd in media.py" 2017-04-11 12:50:33 +10:00
models.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
notes.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
sched.py Merge branch 'master' of github.com:dae/anki 2017-02-08 17:28:30 +10:00
sound.py make sure we don't use inherited ld_library_path when calling mplayer 2017-05-22 15:40:04 +10:00
stats.py split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
statsbg.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
stdmodels.py fix inconsistency in default note type names 2014-10-23 14:28:26 -05:00
storage.py fixes for sqlite on python 3.6 2017-01-13 17:00:03 +10:00
sync.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
tags.py Merge pull request #169 from luoliyan/regex-tag-removal 2017-02-22 20:51:23 +10:00
utils.py use a clearer name for fmtQA() 2017-03-14 15:48:40 +09:00