mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
fix cycle-todo! on # heading
This commit is contained in:
@@ -64,9 +64,3 @@
|
||||
[format]
|
||||
(when-let [record (get-format-record format)]
|
||||
(protocol/loaded? record)))
|
||||
|
||||
(def marker-pattern
|
||||
#"^(NOW|LATER|TODO|DOING|DONE|WAITING|WAIT|CANCELED|CANCELLED|STARTED|IN-PROGRESS)?\s?")
|
||||
|
||||
(def bare-marker-pattern
|
||||
#"^(NOW|LATER|TODO|DOING|DONE|WAITING|WAIT|CANCELED|CANCELLED|STARTED|IN-PROGRESS){1}\s+")
|
||||
|
||||
Reference in New Issue
Block a user