Joey Takeda
Joey Takeda
Notes from June 7 2024 discussion. @martindholmes has started a branch for this (https://github.com/projectEndings/staticSearch/compare/iss-86-sorting) - [x] Add `@sortable` to `filters/filter` (DONE in https://github.com/projectEndings/staticSearch/commit/0950fc0fc94217930017655466a0c16e30537081) - [ ] In `json.xsl`, precompute sort...
When we chatted about this last week, we started looking at jsdoc2md (https://github.com/jsdoc2md/jsdoc-to-markdown?tab=readme-ov-file) Just gave it a shot with the main StaticSearch JS: `jsdoc2md --files js/StaticSearch.js` and the output looks...
I think part of what @peterrobinson is asking for (and apologies if I'm misrepresenting here) is that the config file should be as minimal as possible in order to get...
I don't think that solution will work generally, though, since if the `scrollPaddingTop` hasn't been declared, the value would be `NaN`. So a few ideas: If we wanted to handle...
It looks better to me, but I do think there could be more work done to make the documentation nicer, but as sort of a blue-sky, ongoing thing. We could...
Given the comment on Feb 22, I'm going to kick this to Blue Sky (but feel free to move if you disagree)
Decisions: * `` should be mandatory * If `` is empty, random string is generated * If `` is not empty, but can't find the file, then random string is...
I don't have much to add other than this all sounds good to me :-)
I now realize I had never replied to this! I think that's a good idea and one that would be quite helpful, so no objections here. I'm going to put...
I think I'm convinced that we should make these mandatory. My only thought is whether some of these config options are necessary at all—that said, I don't want to spin...