jpg-quartz/quartz/components
makondratev 38d9d52137
feat(search): add search by title/content index and tag at the same time (#978)
* feat(search): add search by title/content index and tag at the same time

* fix(search): set search type to basic and remove tag from term for proper highlightning and scroll when searched by tag and title/content index

* fix(search): use indexOf to find space so it is easier to read

* fix(search): trim trailing whitespaces before splitting

* fix(search): set limit to 10000 for combined search mode (to make filter by tag more accurate)
2024-03-17 17:48:00 -07:00
..
pages fix: remove extra # from tag content 2024-03-06 19:00:37 -08:00
scripts feat(search): add search by title/content index and tag at the same time (#978) 2024-03-17 17:48:00 -07:00
styles feat: separated content meta (#929) 2024-03-10 09:57:10 -07:00
ArticleTitle.tsx chore(types): add additional hint for LSP support (#864) 2024-02-13 23:53:44 -05:00
Backlinks.tsx chore(types): add additional hint for LSP support (#864) 2024-02-13 23:53:44 -05:00
Body.tsx chore(types): add additional hint for LSP support (#864) 2024-02-13 23:53:44 -05:00
Breadcrumbs.tsx fix(breadcrumbs): calculate trailing slash for tag hierarchies (closes #873) 2024-02-17 11:12:35 -08:00
ContentMeta.tsx feat: separated content meta (#929) 2024-03-10 09:57:10 -07:00
Darkmode.tsx chore(types): add additional hint for LSP support (#864) 2024-02-13 23:53:44 -05:00
Date.tsx chore(i18n): refactor and cleanup (#805) 2024-02-04 20:57:10 -08:00
DesktopOnly.tsx chore(types): add additional hint for LSP support (#864) 2024-02-13 23:53:44 -05:00
Explorer.tsx chore(types): add additional hint for LSP support (#864) 2024-02-13 23:53:44 -05:00
ExplorerNode.tsx chore(i18n): refactor and cleanup (#805) 2024-02-04 20:57:10 -08:00
Footer.tsx chore(types): add additional hint for LSP support (#864) 2024-02-13 23:53:44 -05:00
Graph.tsx feat(graph): focusOnHover (#954) 2024-03-04 15:09:20 -05:00
Head.tsx feat(perf:fast-rebuilds): Stop mutating resources param in ComponentResources emitter (#977) 2024-03-09 16:42:23 -08:00
Header.tsx chore(types): add additional hint for LSP support (#864) 2024-02-13 23:53:44 -05:00
index.ts feat: implement breadcrumb component (#508) 2023-09-29 10:26:15 +02:00
MobileOnly.tsx chore(types): add additional hint for LSP support (#864) 2024-02-13 23:53:44 -05:00
PageList.tsx fix(tag): move hash to sass styling only (#930) 2024-03-06 20:25:39 -05:00
PageTitle.tsx chore(types): add additional hint for LSP support (#864) 2024-02-13 23:53:44 -05:00
RecentNotes.tsx fix(tag): move hash to sass styling only (#930) 2024-03-06 20:25:39 -05:00
renderPage.tsx fix(transclusion): prevent duplicate transclusion if multiple transclusions are present. (#982) 2024-03-09 16:14:31 -08:00
Search.tsx chore(types): add additional hint for LSP support (#864) 2024-02-13 23:53:44 -05:00
Spacer.tsx fix(div): update class name to remove weird space afterwards (#763) 2024-01-29 21:51:13 -08:00
TableOfContents.tsx chore(types): add additional hint for LSP support (#864) 2024-02-13 23:53:44 -05:00
TagList.tsx fix(tag): move hash to sass styling only (#930) 2024-03-06 20:25:39 -05:00
types.ts chore: passing additional buildCtx to componentData (#914) 2024-02-22 17:51:07 -08:00