All repositories

astro-lunr

License

Lunr integration for Astro; client-side search for statically hosted pages.

2022-05-14 17:06 #1: fixed base path replacement problem
Siver K. Volle 3f44311
2022-05-14 17:06 #1: fixed base path replacement problem master Siver K. Volle 3f44311
2022-05-01 13:57 Fixed problem with import.meta.env when proper npm-module Siver K. Volle 00a915f
2022-04-18 20:31 add demo-link to readme Siver K. Volle d930b81
2022-04-18 19:51 initial steps to turn astro-lunr into its own repo Siver K. Volle 9983ab3
2022-04-18 18:39 better lunr in dev-mode; better file diffs Siver K. Volle 182546c
2022-04-17 19:29 support for github pages; max-lines in file view Siver K. Volle 1612826
2022-04-16 00:25 Included readme and licenses; made the plugins into npm-modules; removed more dead-links and ui/ux-bugs Siver K. Volle 077a354
2022-04-15 17:21 Multi-repo support; refactored astro-git and astro-lunr into independent plugins Siver K. Volle adfedbe
2022-04-14 10:00 lunr-based indexing and search integration; assorted minor ux/ui improvements Siver K. Volle 146ebb5

Differences for commit d930b81d009df6d3c65f24cec1609a469a20d997

package.json | -1L 3% changed
to file
0 {
1 "name": "@siverv/astro-lunr",
2 "version": "0.0.1",
3 - "private": true,
4 "license" : "GPL-3.0",
5 "description": "Lunr integration for Astro",
...
26 "rehype": "^12.0.1"
27 }
README.md | +4L -2L 5% changed
to file
0
1
2 # astro-lunr
3
4 - [Lunr](https://lunrjs.com) integration for [Astro](https://astro.build/).
5 + [Lunr](https://lunrjs.com) integration for [Astro](https://astro.build/); client-side search for statically hosted pages.
6
7 - See example usage in [astro-git-view](https://github.com/siverv/astro-git-view)
8 + [Demo through the search-bar for astro-git-view hosted on Github Pages](https://siverv.github.io/astro-git-view/astro-lunr/)
9
10 + See example of usage in [astro-git-view's source code](https://github.com/siverv/astro-git-view)
11 +
12 ## Usage
13
...
111 To properly search files that are not usually genereated in the build-step, you would need to have a separate build-step that includes all pages that might be generated.
112