kalle (jag)

Results 108 comments of kalle (jag)

> I'm curious why you decided to build the index off the HTML files, instead of Emanote metadata I just wanted to explore how Stork works. It was intended to...

> If you have a proof-of-concept PR, I can then Haskell'ify it. Sounds like a plan!

Adding stork, as suggested in https://github.com/EmaApps/emanote/pull/242#issuecomment-1100888677, was surprisingly easy. Made a proof-of-concept just to play around, and it works super well :) ![image](https://user-images.githubusercontent.com/2477952/181632431-185ff376-5ee3-40ed-a64d-f077fa80b1b6.png) Client-side of this is easy. The hard...

> Could you share how you did this? I imagine we can make `emanote gen` do it automatically. Yea sure: - Branch: https://github.com/EmaApps/emanote/compare/master...jilleJr:emanote:feature/stork-search-poc - Permalink: https://github.com/EmaApps/emanote/compare/c28263848a5e34c93bd3b977cc612387dea7f99f...jilleJr:emanote:46a5c0eef360c0bf59a23da7135e8576e717103f

> We have client-side full text search now, but to integrate it with the query feature we will need #338 Using `stork search -i stork.st -q "query goes here"` CLI...

`` One thing to consider here is that this has a lot of impact on how Emanote sites are used, and I predict they will also have a great impact...

> Thanks! I'll hook the rest of the machinery up, and see if we can have `emanote gen` automate it all. Thank you so much! I can create docs for...

Latest changes: - Added support for neuron-like note layout - Moved all CSS & JS to snippets - Moved searchbox to component instead of template hook, and make it visible...

On second thought, this is now how I envision to enable search, where it's a 2-step process: 1. Add command flag or YAML config value to make emanote create the...

> 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...