Eric Drechsel
Eric Drechsel
Reading WikiLink.hs, I see that wiki links are also parsed in markdown link text. BracketedSpec [disallows nesting](https://hackage.haskell.org/package/commonmark-0.2.1/docs/src/Commonmark.Inlines.html#line-829) links in the link text, but I'm not sufficiently familiar with Haskell or...
i'd be interested adding some tests if the test framework were in place
+1 for following an existing implementation's lead to avoid format fragmentation Most folks doing data-driven views in Obsidian seem to use the [dataview plugin](https://github.com/blacksmithgu/obsidian-dataview/) - it's recommended by https://obsidian.md/#:~:text=Dataview. It...
My main interest is in having a tool like this I can reach for for content editing, and having a maintenance plan for it going forward. I'm aware of Netlify...
Actually I'll leave this open until merge is resolved.
Specifically, nix's new flakes support. Look for flake.nix which specifies all dependencies and how to build. See https://github.com/numtide/nix-unstable-installer#github-actions I see flake.nix emerging as an alternative to docker for repeatable builds...
@justinas 404 priv?
Maybe via a [JS build plugin](https://docs.netlify.com/configure-builds/build-plugins/create-plugins/) wrapper? Also, it [looks like](https://github.com/netlify/build/blob/main/packages/cache-utils/src/dir.js#L8) the cache dir is `.netlify/cache/`.
maybe it's too big or something along those lines.
possible #firstpatch [HACKING.md#making-your-own-content-type](https://github.com/automerge/pushpin/blob/master/HACKING.md#making-your-own-content-type)