aboutsummaryrefslogtreecommitdiff
path: root/trypandoc/index.html
AgeCommit message (Collapse)Author
2022-08-26Move trypandoc to a separate repository.John MacFarlane
jgm/trypandoc
2022-08-26trypandoc: remove min-width on command pane.John MacFarlane
2022-08-26trypandoc: further polish.John MacFarlane
2022-08-26trypandoc: Show binary files as download links rather than base64 blobs.John MacFarlane
2022-08-25trypandoc: further refinements.John MacFarlane
2022-08-25trypandoc: allow custom templates.John MacFarlane
2022-08-25trypandoc: small refinements.John MacFarlane
2022-08-25trypandoc improvements. Add math method.John MacFarlane
2022-08-24trypandoc: put examples into separate file, examples.js.John MacFarlane
2022-08-24trypandoc: add ability to upload support files.John MacFarlane
2022-08-24trypandoc: Use official in/out format list.John MacFarlane
2022-08-23trypandoc: Add clear button to text.John MacFarlane
2022-08-23trypandoc: generate examples dropdon programatically.John MacFarlane
2022-08-23trypandoc: add hello_world example.John MacFarlane
2022-08-23trypandoc: Improve treatment of examples.John MacFarlane
2022-08-22trypandoc: added commented out basis for tabbed interface.John MacFarlane
2022-08-22trypandoc: add HTML -> RST example.John MacFarlane
2022-08-22trypandoc: remove support files feature for now.John MacFarlane
2022-08-22trypandoc: small change.John MacFarlane
2022-08-22trypandoc - Add support files.John MacFarlane
2022-08-22trypandoc: fix s5 output.John MacFarlane
2022-08-22trypandoc: better error handling.John MacFarlane
2022-08-22trypandoc Makefile: update date for js caching automatically.John MacFarlane
2022-08-22trypandoc: Update date on index.html.John MacFarlane
2022-08-19More trypandoc improvements.John MacFarlane
2022-08-19trypandoc: temporary workaround for #8235.John MacFarlane
2022-08-18trypandoc: more improvements.John MacFarlane
2022-08-18Minor changes to trypandoc js.John MacFarlane
2022-08-18trypandoc: move version to footer.John MacFarlane
2022-08-18Split javascript from trypandoc/index.html into separate file.John MacFarlane
2022-08-18trypandoc: add canned examples.John MacFarlane
2022-08-18trypandoc: More refinements.John MacFarlane
2022-08-18Trypandoc: better error handling.John MacFarlane
2022-08-18pandoc-citeproc: Remove maxlength.John MacFarlane
2022-08-18trypandoc: add citeproc and bib formats.John MacFarlane
2022-08-17Try pandco improvements.John MacFarlane
+ Add load from file. + Add permalink. Don't always reload page. + Support binary formats in input.
2022-08-17trypandoc: allow binary output.John MacFarlane
2022-08-17More trypandoc refinements.John MacFarlane
2022-08-17trypandoc html: new look, do without bootstrap.John MacFarlane
2022-08-17Minor trypandoc landing page improvements.John MacFarlane
2022-08-08server: Accept POST instead of GET at babelmark endpoint.John MacFarlane
2022-08-07pandoc-cgi:John MacFarlane
Remove /batch endpoint; instead, behave differently if passed an array of JSON objects. Rename multidingus endpoint to babelmark.
2022-08-07Improve trypandoc index.html.John MacFarlane
Use vanilla JS instead of jquery. Use new pandoc-cgi interface.
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B
2020-03-25trypandoc: Add standalone option to the command text (#6210)Mike Tzou
* trypandoc: Add standalone option to the command text * trypandoc: Update 3rd party libraries Those links are taken as-is from the library website.
2020-03-16trypandoc: Add checkbox for standalone option (#6189)Mike Tzou
2020-03-15Improvements to trypandoc (#6188)Mike Tzou
* Use "strict mode" for javascript code * Fetch resources over https Otherwise it will depend on the protocol of the webpage served which is a bad idea. * Remove unnecessary attributes Those attributes are not required in HTML5.
2019-12-22trypandoc: add jira as input format.John MacFarlane
2019-06-11Add Jira in trypandoc2.7.3John MacFarlane
2019-02-10trypandoc: added some missing formats to drop-down list.John MacFarlane