Skip to content

Commit

Permalink
update tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Apr 3, 2024
1 parent 47b751b commit 32a3bf3
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions quarkdown/resources/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"required-ctx": "quark",
"flags": {"live": true},
"regex-open": "live!"
}, {
"shard": "quark.dead",
"required-ctx": "quark",
"flags": {"live": false},
"regex-open": "dead!"
},

{
Expand Down Expand Up @@ -74,19 +79,29 @@
{
"shard": "quark.date-trigger",
"required-ctx": "quark",
"opens-ctx": "quark.date-year",
"opens-ctx": "quark.date",
"ctx-persists": false,
"regex-open": "DATE:"
}, {
"shard": "quark.date-year",
"required-ctx": "quark.date-year",
"required-ctx": "quark.date",
"flags": {"year": "#VALUE"},
"opens-ctx": "quark.date-dec",
"opens-ctx": "quark.date-year",
"ctx-persists": false,
"regex-open": ".*"
}, {
"shard": "quark.date-dec",
"required-ctx": "quark.date-dec",
"required-ctx": "quark.date-year",
"flags": {"dec": "#VALUE"},
"opens-ctx": "quark.date-dec",
"ctx-persists": false,
"regex-open": ".*"
}, {
"shard": "quark.date-day",
"required-ctx": "quark.date-dec",
"flags": {"day": "#VALUE"},
"opens-ctx": "quark.date-day",
"ctx-persists": false,
"regex-open": ".*"
},

Expand Down

0 comments on commit 32a3bf3

Please sign in to comment.