Sridhar Ratnakumar
Sridhar Ratnakumar
Not having full-text search (including client-side search) is a dealbreaker for some projects, eg: https://github.com/hercules-ci/flake-parts/issues/31#issuecomment-1141259722
> And if you lock in to the idea of using Stork, then adding at least statically-built search results is a great start, and would deserve a separate ticket. I...
Separate ticket opened: https://github.com/EmaApps/emanote/issues/324 Let's continue the discussion there.
We have client-side full text search now, but to integrate it with the query feature we will need #338
https://github.com/srid/emanote/pull/229 static site generation only (live server still uses 2.2).
Could you share a Markdown note file that triggers this? Investigating ... (Congrats on installing NixOS!)
I added this to the YAML frontmatter: And that resulted in the live server showing: This is expected behaviour as of b84c3b4161a4bd6bc56765219d4cfe4e15a1a464 ... are you sure you are in fact...
> Ah, it seems that maybe I ran it in the wrong folder? If you could create a repository on GitHub containing the files that trigger this particular issue that...
Great! So the minimal repro is to apply this patch in the Emanote git repo and run `bin/run`: ```diff diff --git a/docs/index.yaml b/docs/index.yaml index 13688aa6..e65997f5 100644 --- a/docs/index.yaml +++ b/docs/index.yaml...
The proper fix here is to handle syntax errors in `*.yaml` files and display them in the live-server (like we already do for syntax errors in `*.md` files).[^more] And the...