Sean DMR
Sean DMR
This PR is a spike at adding client-side search using [ElasticLunr](https://elasticlunr.com). This PR message, and the code, are still WIP. I'll keep this up to date as I go. At...
Previously the template would generate multiple sidebar links to the same section if that section used `layout: page` and was paginated (i.e. blogs). Liquid now checks if the url of...
Seeing Accepted proposals at the top of a list of submissions for an event makes sense, but having Waitlisted props follow Rejected props is less clear. Proposals should list -...
Probably low priority, but if anyone tries to access the submissions actions directly by navigating by URL to `/submissions` or `/submissions/new`, Rails errors are displayed. It would be nice if...
In my setup (not fully working yet), my notes live in the `content/` directory, and within that I have some sub-directories. Obsidian, Logseq, etc support linking to those notes with...
I've been trying to get this set up, and every time I try to export the pages to Hugo nothing was happening. I have the ` :publishing/all-pages-public? true` setting configured...
As noted in #29, I make use of Logseq's built-in hierarchy functionality, where creating a page like `[[Mr Color/GX/3 Red]]` creates a new page nested underneath parent pages. In this...