Skip to content

Commit

Permalink
Syncing code with the live version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadfield committed Apr 14, 2022
1 parent da3030b commit f5a7625
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 81 deletions.
11 changes: 10 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"object": {
"stroke": "#2C5D98", "fill": "#2C5D98", "color": "white"},
"object_bn": {
"stroke": "#1E3F67", "fill": "#94abc5", "color": "#1E3F67", "rx": "20px", "ry": "20px"},
"stroke": "#1E3F67", "fill": "#94abc5", "color": "#1E3F67", "rx": "20px", "ry": "20px"},
"document": {
"stroke": "#2C5D98", "fill": "#33B0FF", "color": "2C5D98"},
"document_bn": {
"stroke": "#1E3F67", "fill": "#B8E3FE", "color": "#1E3F67", "rx": "20px", "ry": "20px"},
"actor": {
"stroke": "#4e4403", "fill": "#fdde29", "color": "#4e4403"},
"actor_bn": {
Expand Down Expand Up @@ -112,6 +116,11 @@
"short": "[\"].+[\"]"},
"format": "note"
},
"note": {
"match": {
"short": "[#34;].+[#34;]"},
"format": "note"
},
"crm": {
"match": {
"short": "[Cc][Rr][Mm][:](.+)"},
Expand Down
2 changes: 1 addition & 1 deletion examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"example_formats":{
"title": "Examples of all of the predefined config formats",
"format": "data",
"data": "eJx9UstuxCAMPIPEP%2Bw38AeVditVqvbWc0UIaWnzErCVVuLja2zYpCTpxR7jYZzg0W5gvR2%2FTXsKEwufdvxg2g0RkeB0sBDMjxkDi5gEp6rqvjdjJgDaKkzNl9EgQVnwXNcEVHnArYzSYXIsYhKcqqqLEgUJvjMq3GfDYoo7zdYOnsUUBUf8t4XqGeyKz73SoI5JcKqqLmoUlETq%2FxjVABIpbh97Ns5OLdzHDBOorgk0o8A0pH7Km%2BtZhCB4QqvhU0jDIdad3gbjFNzKQHDkLgQfbl2HAvHter48v1wvZ8HpdGE1ysOAFNNnvdL5k9s4SqIjCR7w6PVlscwRDd9XZlcckdJSJe1WPpYiK9tI8g0QMJ2qpUnamiTrrC%2FbsZvgI1nMQPByshpgB%2BNnBYsrCMaUs8pDMjtIZofIf%2Fe0oeheee%2FDvYdNLPgXTBBn2A%3D%3D"
"data": "eJx9UsFuwyAMPYPEP%2Bwb%2BINJ7aRJU287T5TSjS0JEdBJlfj4GRuSlCS7mGf78V6CrX3POjv8mMtTdCx%2B2eGTad8nRIJTYSaYXzNElvAQnLKm%2B3EeCgHQWsGdv40GCToFL3lLQJUJrmWUjs6zhIfglDVdlKhI8A2ri9O3Hn%2BoIsGn2pqGgotkUzPeR8NSjluGtg8gARGMMn5skQGBTfGxUxrU8RCcsqaLGhVlkfZtBtWDRI7rAY7GW3eB%2B3iCA%2BUtgTwqzCbteG6%2BYwmC4BktzF3M5hDbTmej8QpuFSA4cmdCiLfrFQXS%2B%2BlwfHk9HQ%2BCU3VmnVUAgxzzZ71R%2FdmvtlTilhPc4dHry7qGezR8X1k2bY%2BUhypptnIaimzWRtLeAIGyx5lJGpqkzVl27XB18I0sFSB4rSz0bW%2FCqGBuFYFLrTUrJMsCybIg8t8xrSi6UyGEeO9gEDP%2BA38Qhc8%3D"
}
}
Loading

0 comments on commit f5a7625

Please sign in to comment.