Sridhar Ratnakumar
Sridhar Ratnakumar
Let's keep it open. I will implement the proper fix stated above when I get to it.
I'll add one by this weekend.
@edrex Added one now. Using https://hedgehog.qa Run `bin/test` to run the tests.
Note to self: in addition to the UI changes in this PR, [stork index generation](https://github.com/EmaApps/emanote/compare/master...jilleJr:emanote:feature/stork-search-poc#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133ddR100-R106) should be done in postRun. ``` STORK_TOML=./-/stork.toml STORK_INDEX=./-/stork.st echo '[input]' > $STORK_TOML echo 'files =...
@jilleJr Thanks! I'll hook the rest of the machinery up, and see if we can have `emanote gen` automate it all.
@jilleJr Give 12cf3a1 a try. The stork index is built behind the scenes in both live server and generate mode. Note to self: - [ ] Performance must be bad;...
Design-wise, I'm not sure about the current style. Can we do something like the search UX in https://tailwindcss.com/ ? Instead of a center search bar, we could have a small...
> Ah yes, my bad. Those pages overwrite the page.headHtml. Fixed! Users shouldn't have to do this (dc82292bade41cf85b11d7758ad3888c4991a531), though. I think search should be a built-in feature, not just something...
@jilleJr I've fixed it in 460a1f2
This PR works on my M1 mac, but I don't have an intel mac to test (and we don't use it in CI; #335). In any case, I just upgraded...