a tool for shared writing and social publishing

added a checkbox checking regex

+1 -1
+1 -1
components/Blocks/TextBlock/inputRules.ts
··· 88 88 }), 89 89 90 90 //Checklist 91 - new InputRule(/^\[(\ |x)?\]\s$/, (state, match) => { 91 + new InputRule(/^\-?\[(\ |x)?\]\s$/, (state, match) => { 92 92 if (!propsRef.current.listData) 93 93 repRef.current?.mutate.assertFact({ 94 94 entity: propsRef.current.entityID,