Sridhar Ratnakumar
Sridhar Ratnakumar
The "Bootstrap" section could show what to do if one has `flake.nix` as NixOS configuration. https://docs.hercules-ci.com/hercules-ci/getting-started/deploy/nixos/#_1_bootstrap Ctx: https://github.com/hercules-ci/hercules-ci-agent/issues/341#issuecomment-986284216 My configuration: ```nix imports = [ inputs.hercules-ci-agent.nixosModules.agent-service ]; services.hercules-ci-agent.enable = true; services.hercules-ci-agent.settings.concurrentTasks...
cf. https://spec.commonmark.org/0.12/#block-quotes Looks like [this is a way](https://stackoverflow.com/questions/26991997/multiple-line-quote-in-markdown) to get multiline blockquotes to work.
I'd like to embed my markdown content in the Haskell source in a manner similar to `file-embed` but (obviously) as `MMark` documents instead of `ByteString`. The primary benefit here is...
[Flat Data](https://githubnext.com/projects/flat-data/) is a suitable model to decouple external data (database, cloud data, etc.) from Ema's unionmount-based Dynamic style of programming. Document how to do this, along with examples. cf....
proof of concept PR: https://github.com/srid/emanote/pull/1 using Heist
https://ema.srid.ca/guide/compose Much like `Ema.Route.Lib.Extra.PandocRoute`, we want an `Ema.Route.Lib.Extra.StaticSearch` that uses https://stork-search.net/ to provide client-side full-text search to static sites. Ultimately this should be used in Emanote: https://github.com/EmaApps/emanote/pull/327 | https://emanote.srid.ca/guide/html-template/search
Allow users to 'control' Ema's live server through WebSocket. Add a `window.ema` object containing the API endpoints. - [x] `ema.switchRoute` to switch to different routes in live server: #70 -...
Instead of using the twind shim, which requires JS and thus - won't work with noscript, - [may interfere](https://github.com/tw-in-js/twind/discussions/180#discussion-3344333) with other JavaScript initializers (~~as it demonstrably does with prismJS [here](https://ema.srid.ca/start/tutorial)~~...
If the HTML served is malformed, the dev server's web socket code is unable to switch to the new page on link clicks because morphdom fails to apply the new...
Create a new section called 'Reference' in the sidebar and add module docs for `Ema` (and `Ema.CLI`) under it. We may reuse whatever haddock generates, or figure out some other...