Anthony Bucci
Anthony Bucci
Oops, I probably should have noted that this works (for me) in a scala 3 project to make `sbt` stop complaining: ```sbt ("io.github.kitlangton" %%% "formula" % "0.1.0").cross(CrossVersion.for3Use2_13) excludeAll( ExclusionRule(organization="org.scala-js",name="scalajs-dom"), ExclusionRule(organization="app.tulz",name="tuplez-full-light"),...
Time, yes, who among us has any of that anymore? I cloned this code so that I could leave it open and poke at it now and then, but so...
This problem is affecting me too. For obvious reasons, I am reluctant to download and sideload unofficial code. Would very much like an official release that can updated within Obsidian....
+1 on this feature--I'd like to have it as well.
> you can change code of class `Todo` of function `isChecked()`... > > https://github.com/uphy/obsidian-reminder/blob/e152649ea4502d0bc13e1297e4b020ba2d671e91/src/model/format/markdown.ts#L38-L40 > > ...to this code: > > ```ts > isChecked() { > return /[^\s]/.test(this.check); > }...