Hacker News new | ask | show | jobs
by mickael-kerjean 1774 days ago
I've built an org mode editor that connects to git repo and works form the browser, it looks like this: https://demo.filestash.app/login?next=/view/org/emacs.org#ty...

Pages can be exported in a wiki that is rendered dynamically by emacs like this: https://demo.filestash.app/api/export/hn/text/html/emacs.org or if you prefer pdf: https://demo.filestash.app/api/export/hn/application/pdf/ema...

The code is on github: https://github.com/mickael-kerjean/filestash

1 comments

This looks awesome! It mentions “full text search” but I wasn’t able to get it to work in the demo. Does it support searching though all your org files?
FTS is only available when you host your own as it relies on crawl + index and such operation can be expensive when used against a storage backend like S3 where API calls and bandwidth aren't free. On the demo server, the search is stateless and does recursive call with a timeout