Commit Graph
13 Commits
Author SHA1 Message Date
Knut Sveidqvist 8f6d4c1d5d Upgarded to mermaid 8.6.2 and siabled theme detection 2020-07-22 19:28:06 +02:00
Knut Sveidqvist c33a24cc8e Using user prefered settings for selecting theme in the live editor 2020-07-04 14:53:28 +02:00
Jonathan Clem 6fa6718a88 Use replace instead of push on code change
Using `push` pollutes the browser history, adding a new entry on
every keystroke in the editor. This commit replaces it with `replace`,
ensuring that the editor gets a single history entry, but that the URL
is still updated as code changes.
2020-03-10 12:42:42 -04:00
Ashish Jain 78a6be3407 Add support to load samples 2020-01-22 20:33:54 +01:00
Mike Cousins 79f1765c9f fix(url): use URI-safe base64 encoding in URLs 2020-01-10 14:20:36 -05:00
Knut Sveidqvist bfb12d9922 Better escaping of code to prevent xss 2019-12-08 15:05:00 +01:00
Knut Sveidqvist 0f4de37a68 Use of alias when importing mermaid 2019-12-08 14:37:10 +01:00
Knut Sveidqvist 9809f2054b UPdate for release 8.4.3 2019-12-01 08:31:23 +01:00
Knut Sveidqvist ede4016e7d Renaming of stores to better match purpose 2019-11-23 16:05:11 +01:00
Knut Sveidqvist 9f0fd20196 Adding preview version of mermaid and stats collection 2019-11-23 15:48:55 +01:00
Knut Sveidqvist 70e962c979 Adding Link to view 2019-11-17 07:11:57 -08:00
Knut Sveidqvist 1251c64a91 Handling of config errors 2019-11-17 06:38:04 -08:00
Knut Sveidqvist dcbd071a51 Moving code around, moving more stage handling in to codeStore 2019-11-16 05:51:31 -08:00