Commit Graph

183 Commits

Author SHA1 Message Date
David Evans 011d8c6979 Support backslash-escaping markdown syntax [#54] 2018-05-06 21:23:07 +01:00
David Evans 13be0b210e Add new markdown styles to library [#54] 2018-05-06 00:54:13 +01:00
David Evans fc3e11ab5a Add superscript and subscript, and make highlighting stronger [#54] 2018-05-06 00:32:42 +01:00
David Evans 5deec319df Add underline and overline styling [#54] 2018-05-06 00:07:26 +01:00
David Evans b23e278729 Add support for red text and highlighted text in markdown 2018-05-05 19:04:14 +01:00
David Evans dcad48ec90 Improve printing of editor and library page [#53] 2018-05-05 15:04:57 +01:00
David Evans a177b21e85 Move favicons into web/resources to keep base directory clean 2018-05-05 01:29:39 +01:00
David Evans 5c35d7e894 Reduce repetition in themes slightly 2018-05-05 01:11:42 +01:00
David Evans 73cc61d430 Remove some linter-skipping 2018-05-04 22:51:01 +01:00
David Evans e32a54e03a Consistency in parser/generator tests 2018-05-04 22:29:35 +01:00
David Evans e402eb2a0e Improve rules around when parallel stages are allowed [#11] 2018-05-04 20:47:18 +01:00
David Evans 918c62f049 Add support for parallel actions using & syntax [#11] 2018-05-03 23:22:51 +01:00
David Evans a1caf2b16a Add cache control headers to server 2018-05-02 22:06:16 +01:00
David Evans f3488f631e Add server setup script 2018-05-01 22:21:22 +01:00
David Evans 044d6bd776 Restructure web resources to be within one folder 2018-05-01 19:31:52 +01:00
David Evans 176ce07bf2 Add public online rendering server (BETA!) 2018-04-30 23:59:16 +01:00
David Evans 9b148b43d3 Serve static resources from fixed directory, regardless of CWD 2018-04-30 22:40:19 +01:00
David Evans 724f11cfcb Allow custom font directory via environment variables when running as server 2018-04-30 22:32:11 +01:00
David Evans 51ad974ba5 Fix permissions of non-executable files 2018-04-29 22:47:11 +01:00
David Evans 75aacf628f Support custom port when running server 2018-04-29 20:32:40 +01:00
David Evans 78cec2be8c Add support for working with online rendering service when available 2018-04-29 15:34:53 +01:00
David Evans eaef4a3f47 Split server code into logical chunks 2018-04-29 11:40:43 +01:00
David Evans 9b668d0fed Cap uglify-es version at 3.2.2 due to bug in later versions 2018-04-28 23:06:55 +01:00
David Evans 2947e4f008 Replace server with own implementation, along with a new server-side rendering API 2018-04-28 22:58:36 +01:00
David Evans 27d0916da8 Add consistent size option to all exports, fix bug when svg element has sequence-diagram class on page load 2018-04-28 22:54:27 +01:00
David Evans f5b1271647 Remove redundant readme-images.htm file 2018-04-22 22:52:16 +01:00
David Evans 5e47790efd Use consistent monospace font, re-order SVG layers to work around PhantomJS rendering glitch, replace screenshots with commandline-generated versions [#52] 2018-04-22 22:44:26 +01:00
David Evans dbb6b70676 Ensure sans-serif font uses a helvetica-compatible font wherever possible, so that text sizes match (fixes incorrect sizing in virtual rendering) [#52] 2018-04-22 21:36:58 +01:00
David Evans 228ef05333 First pass at auto-generating screenshots [#52] 2018-04-22 21:30:13 +01:00
David Evans d7ce195ebc Fix readme image tests in Karma (previously were not running) 2018-04-22 21:29:29 +01:00
David Evans 816206ed33 Improve consistency of SVGs generated, and fix non-BMP unicode exports from VirtualDocument 2018-04-22 19:17:31 +01:00
David Evans 2a7d9e76ed Add implementation for VirtualTextSizer using opentype.js [#32] 2018-04-22 16:19:38 +01:00
David Evans c58b8f7a22 Linter fixes 2018-04-22 14:15:51 +01:00
David Evans 2e708ebb4d Move image utilities into /spec to make it clear that they are only for testing 2018-04-22 10:52:22 +01:00
David Evans c05f40d960 Restructure scripts/sequence to make it easier to navigate 2018-04-22 10:42:00 +01:00
David Evans 3c8ee0acf6 Add VirtualSequenceDiagram convenience wrapper in standalone exports 2018-04-22 10:27:40 +01:00
David Evans 43830414ff Improve standalone export compatibility 2018-04-21 20:30:48 +01:00
David Evans edc71934dc Add commandline tool for generating SVG from code [#32] 2018-04-21 20:24:54 +01:00
David Evans 6d4a620800 Update CodeMirror CDN to 5.37.0 to match NPM dependency used in tests 2018-04-21 18:34:43 +01:00
David Evans ac9e869be7 Use Karma to launch browser tests, drop test.htm 2018-04-21 18:17:37 +01:00
David Evans 506aecc445 Rename files to mjs and get Jasmine testing inside NodeJS working [#32] 2018-04-21 16:34:09 +01:00
David Evans 369eb15390 Switch to using es6 modules and commandline-based linter (eslint) [#32] 2018-04-16 03:17:03 +01:00
David Evans 899aabbc0e Rename 'serve' action to 'start' for better npm compatibility 2018-04-15 12:53:11 +01:00
David Evans a5f32d34d8 Large refactoring to unpick direct DOM access [#32] 2018-04-15 12:52:42 +01:00
David Evans 42ea5d1bf9 Add commandline used to convert font data into JS string 2018-04-08 14:40:54 +01:00
David Evans fb0b5e1486 Ignore new xcode directory 2018-04-05 19:39:42 +01:00
David Evans ba8232da3b Fix setHighlight having no effect if called before initial render [#50] 2018-04-05 19:38:43 +01:00
David Evans 3d89dc3548 Significantly reduce reflows for faster page loads 2018-02-17 16:15:36 +00:00
David Evans a0de2914a3 Tweak appearance of database headers [#36] 2018-02-14 23:26:26 +00:00
David Evans 978da1ce04 Fix references inside groups overflowing edges [#49] 2018-02-14 22:59:19 +00:00