summaryrefslogtreecommitdiff
path: root/doc/_static/demo.js
Commit message (Expand)AuthorAgeFilesLines
* Overhaul demo and support running it locally (#2141)amitkummer2022-05-211-2/+5
* demo: remove Highlight button (update automatically)Martin Fischer2021-12-261-14/+43
* demo: display warning for styles with poor contrastsMartin Fischer2021-12-261-0/+7
* demo: support tokens formatterMartin Fischer2021-12-261-2/+31
* demo: save and load style to/from URLMartin Fischer2021-12-261-16/+24
* demo: fix lexer guessing based on filenameMartin Fischer2021-12-261-13/+4
* demo: use URLSearchParams browser APIMartin Fischer2021-12-261-19/+8
* demo: instantly apply style changes by avoiding re-lexingMartin Fischer2021-12-261-3/+12
* demo: guess lexer if none selectedMartin Fischer2021-12-261-22/+28
* demo: disable copy link when URI too long for web serverMartin Fischer2021-12-261-3/+15
* demo: stop using deprecated Document.execCommand()Martin Fischer2021-12-261-9/+8
* demo: stop blocking main thread by using web workerMartin Fischer2021-12-261-40/+33
* demo: make form usable while Pyodide is loadingMartin Fischer2021-12-261-32/+19
* demo: Sort options in lexer select (#1958)Martin Fischer2021-11-171-0/+1
* doc/demo: add ability to highlight text given in url query; copy link featureGeorg Brandl2020-12-161-1/+38
* demo: rebuild WASM with every pushGeorg Brandl2020-09-011-3/+0
* demo: show Pygments version in useGeorg Brandl2020-09-011-0/+3
* make download feature more compatible, credit to PyodideGeorg Brandl2019-11-241-7/+14
* add feature to download generated HTMLGeorg Brandl2019-11-241-0/+12
* add pyodide-based demo for the websiteGeorg Brandl2019-11-241-0/+81