My personal plugins that I use with Johnny Decimal CLI
Utilities are not published on deno.land. Import them via github.
Using Latest:
import { getDailyNote } from "https://raw.githubusercontent.com/ivebencrazy/jd_plugins/main/mod.ts";
Using Specific Release (in this case, v1.0.0):
import { getDailyNote } from "https://raw.githubusercontent.com/ivebencrazy/jd_plugins/1.0.0/mod.ts";