Commit Graph
47 Commits
Author SHA1 Message Date
Knut Sveidqvist d73dd21619 Merge branch 'designUpdates' of git://github.com/nazmulshuvo03/mermaid-live-editor into nazmulshuvo03-designUpdates 2020-09-05 10:25:05 +02:00
nazmulshuvo03 4e828b816d basic color and font changes 2020-08-12 02:31:37 +06:00
Knut Sveidqvist ba1f708653 Merge pull request #39 from ceddlyburge/patch-1
State that markdown is base64 encoded for urls
2020-08-09 13:33:33 +02:00
Knut Sveidqvist 3398b73233 Merge pull request #38 from Addono/patch-1
fix(marketing-links): fixes Mermaid CLI link
2020-08-09 13:32:50 +02:00
Knut Sveidqvist 23fab8accf Merge pull request #32 from Binlogo/master
Update mermaid cli link
2020-08-09 13:32:06 +02:00
Knut Sveidqvist e07dc822d3 Merge pull request #30 from tonka3000/add-png-user-size
Add user configurable png size
2020-08-09 13:31:43 +02:00
Knut Sveidqvist 95dc464958 Fix for issue #1434 in mermaid repository 2020-08-09 13:30:04 +02:00
Cedd Burge 1be415aa9b State that markdown is base64 encoded for urls
Fixes #35
2020-07-28 18:06:40 +01:00
Knut Sveidqvist 8f6d4c1d5d Upgarded to mermaid 8.6.2 and siabled theme detection 2020-07-22 19:28:06 +02:00
Adriaan Knapen ad34194538 fix(marketing-links): fixes Mermaid CLI link
The old link to the Mermaid CLI is broken.
2020-07-21 11:41:59 +02:00
Knut Sveidqvist c33a24cc8e Using user prefered settings for selecting theme in the live editor 2020-07-04 14:53:28 +02:00
Wang Xingbin f3626cb5a3 Update mermaid cli link 2020-06-18 15:15:55 +08:00
tonka3000 9bab9a6229 add user configurable png size 2020-06-15 18:04:40 +02:00
Knut Sveidqvist 84a7166994 Merge branch 'develop' 2020-05-17 10:16:50 +02:00
Knut Sveidqvist 0a99d391c7 Fix for new diagram types 2020-05-17 10:15:44 +02:00
Knut Sveidqvist b8843cc431 Merge pull request #22 from jihchi/patch-1
Add "Link to SVG"
2020-05-13 19:52:08 +02:00
Knut Sveidqvist d6e947c3a7 Merge pull request #18 from jclem/reduce-history-pollution
Reduce extra history entries
2020-05-13 19:51:01 +02:00
Knut Sveidqvist 71afa0a818 Adding ER diagram button 2020-04-11 17:46:47 +02:00
Jihchi Lee 65d85a2bca Add "Link to SVG"
Which is served by mermaid.ink.
2020-04-08 21:41:23 +08:00
Jonathan Clem 65d676059d Replace URL instead of pushing an entry in updateCodeStore 2020-03-10 12:53:15 -04:00
Jonathan Clem 824111df12 Replace URL on config update, rather than push an entry 2020-03-10 12:48:39 -04: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
Knut Sveidqvist 13192a3cdf Merge branch 'master' into fix-base64-in-urls 2020-01-11 10:23:09 +01:00
Knut Sveidqvist 9314505ecc Merge pull request #6 from WeeJeWel/master
Copy Markdown
2020-01-11 10:20:12 +01:00
Mike Cousins 79f1765c9f fix(url): use URI-safe base64 encoding in URLs 2020-01-10 14:20:36 -05:00
Emile Nijssen 985f08dc6a Copy Markdown 2019-12-31 12:20:44 +01:00
5upermario ee3b91888f add overflow-x: auto to view container
this way we can scroll horizontally the svg inside the container
2019-12-29 21:59:51 +01: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 0d4319ea2d Link fix 2019-11-23 21:02:34 +01:00
Knut Sveidqvist 725941de99 Fix for link to view 2019-11-23 20:59:15 +01:00
Knut Sveidqvist 5e22c8f694 Minor change in order of args 2019-11-23 20:52:53 +01:00
Knut Sveidqvist 731fbf13e8 Updated initial diagram and adding fontawesome 2019-11-23 17:14:40 +01:00
Knut Sveidqvist 48c28bfe0d Updated initial diagram 2019-11-23 16:53:03 +01:00
Knut Sveidqvist 5e0637af0d Moved public to docs for github publishing 2019-11-23 16:45:00 +01:00
Knut Sveidqvist c9de389acb Small fix for version info 2019-11-23 16:32:51 +01:00
Knut Sveidqvist 1bba54bad7 Removed css warnings 2019-11-23 16:28:38 +01:00
Knut Sveidqvist 40f6368efc Adding version info tag 2019-11-23 16:24:04 +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 5cecc6a28a Updated readme 2019-11-21 21:35:28 +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
Knut Sveidqvist 2bbe29ae3e First commit 2019-11-13 05:20:09 -08:00