Philippe Rivière
Philippe Rivière
It can be live-tested on the "pangea" project.
The current PR is not just restoring the previous query (only one in this PR), it's also positioning the cursor to the current page (if it's one of the search...
This PR works as before, but on focus; it only remembers/restores the previous query, but requires a small number of actions from the user. I'm exploring the alternative UI in...
See also the multi-search in pangea (which seems like a better approach).
I'm not a huge fan of the "array of Proxies" that this returns, but agree that the arrow table is too opaque (discussed also as part of #1120).
Here's a way to fix this: ``` --- a/src/rollup.ts +++ b/src/rollup.ts @@ -25,6 +25,7 @@ function rewriteInputsNamespace(code: string) { export async function bundleStyles({path, theme}: {path?: string; theme?: string[]}): Promise {...
~~While I'm in this section… shouldn't we minify on build?~~ → this point is discussed in #787
The idea is coming from metadata that I would like to both display in the page, and consume outside. For example, author (to create a byline), source (which I use...