Commit Graph

2503 Commits

Author SHA1 Message Date
Stefano Cecere
06df00b186
typo (it's draft, not drafts) (#456) 2023-09-07 08:13:41 -07:00
Stefano Cecere
49470d641a typo (it's draft, not drafts) (#456) 2023-09-07 08:13:41 -07:00
Jacky Zhao
2525bfbab5 fix: links to index not showing in graph (closes #450) 2023-09-06 22:24:15 -07:00
Jacky Zhao
425592d09a fix: links to index not showing in graph (closes #450) 2023-09-06 22:24:15 -07:00
Jacky Zhao
828aa71fe3 fix: escape encoding for titles in rss 2023-09-06 21:47:59 -07:00
Jacky Zhao
32b65cd1f7 fix: escape encoding for titles in rss 2023-09-06 21:47:59 -07:00
Jacky Zhao
ef1ead31dc fix: encodeuri for slugs in rss 2023-09-06 21:31:01 -07:00
Jacky Zhao
86ccdccde1 fix: encodeuri for slugs in rss 2023-09-06 21:31:01 -07:00
Jacky Zhao
989bee5979 docs: correct field for ignorePatterns 2023-09-06 21:08:08 -07:00
Jacky Zhao
b668b4c1a3 docs: correct field for ignorePatterns 2023-09-06 21:08:08 -07:00
Jacky Zhao
8d6029b7b8 feat: 404 page emitter 2023-09-06 21:02:21 -07:00
Jacky Zhao
c9ddec07aa feat: 404 page emitter 2023-09-06 21:02:21 -07:00
Jacky Zhao
2d52eba413 fix: dont transform external links 2023-09-06 20:25:50 -07:00
Jacky Zhao
7e1be1d5b2 fix: dont transform external links 2023-09-06 20:25:50 -07:00
ee969b7214 [obsidian] vault backup: 2023-09-07 10:49:09[ 2023-09-07 10:49:09 +09:00
df5c62e01e [obsidian] vault backup: 2023-09-07 10:49:09[ 2023-09-07 10:49:09 +09:00
f06a9a063e [obsidian] vault backup: 2023-09-04 19:21:29[ 2023-09-04 19:21:29 +09:00
9dda64e68d [obsidian] vault backup: 2023-09-04 19:21:29[ 2023-09-04 19:21:29 +09:00
bbb99a4bd0 [obsidian] vault backup: 2023-09-04 17:51:08 2023-09-04 17:51:08 +09:00
cd94481bf2 [obsidian] vault backup: 2023-09-04 17:51:08 2023-09-04 17:51:08 +09:00
Ben Schlegel
6ef4246cf1
docs: update full-text-search.md (#447) 2023-09-03 22:36:30 -07:00
Ben Schlegel
25541d2e35 docs: update full-text-search.md (#447) 2023-09-03 22:36:30 -07:00
Dr Kim Foale
616a7f148a
docs: Make it clearer that wikilinks go to paths not page titles (#448) 2023-09-03 21:29:58 -07:00
Dr Kim Foale
b3bd6f7c01 docs: Make it clearer that wikilinks go to paths not page titles (#448) 2023-09-03 21:29:58 -07:00
Adam Brangenberg
e8a04efaf1
feat(analytics): Support for Umami (#449) 2023-09-03 21:28:57 -07:00
Adam Brangenberg
49d5d56bf4 feat(analytics): Support for Umami (#449) 2023-09-03 21:28:57 -07:00
Ben Schlegel
7e42be8e46
feat(search): add arrow key navigation (#442)
* feat(search): add arrow navigation

* chore: format

* refactor: simplify arrow navigation

* chore: remove comment

* feat: rework arrow navigation to work without state

* feat: make pressing enter work with arrow navigation

* fix: remove unused css class

* chore: correct comment

* refactor(search): use optional chaining
2023-09-03 09:32:46 -07:00
Ben Schlegel
50da33ea4d feat(search): add arrow key navigation (#442)
* feat(search): add arrow navigation

* chore: format

* refactor: simplify arrow navigation

* chore: remove comment

* feat: rework arrow navigation to work without state

* feat: make pressing enter work with arrow navigation

* fix: remove unused css class

* chore: correct comment

* refactor(search): use optional chaining
2023-09-03 09:32:46 -07:00
Ben Schlegel
8c354f6261
fix: clipboard button visible in search (#445) 2023-09-03 09:06:05 -07:00
Ben Schlegel
f257e2a948 fix: clipboard button visible in search (#445) 2023-09-03 09:06:05 -07:00
Jacky Zhao
505673acd7 feat: pluralize things in lists 2023-09-02 18:07:26 -07:00
Jacky Zhao
c7cd941e5f feat: pluralize things in lists 2023-09-02 18:07:26 -07:00
2ab0f79f5d [obsidian] vault backup: 2023-09-02 22:58:04[ 2023-09-02 22:58:04 +09:00
afab553a5a [obsidian] vault backup: 2023-09-02 22:58:04[ 2023-09-02 22:58:04 +09:00
7e82654d98 [obsidian] vault backup: 2023-09-02 21:37:00[ 2023-09-02 21:37:00 +09:00
2f10426abf [obsidian] vault backup: 2023-09-02 21:37:00[ 2023-09-02 21:37:00 +09:00
Ben Schlegel
23f43045c4
fix(search): matches getting highlighted in title (#440) 2023-09-01 14:12:32 -07:00
Ben Schlegel
53dd86727b fix(search): matches getting highlighted in title (#440) 2023-09-01 14:12:32 -07:00
Ben Schlegel
90dac31216
feat: Implement search for tags (#436)
* Quartz sync: Aug 29, 2023, 10:17 PM

* style: add basic style to tags in search

* feat: add SearchType + tags to search preview

* feat: support multiple matches

* style(search): add style to matching tags

* feat(search): add content to preview for tag search

* fix: only display tags on tag search

* feat: support basic + tag search

* refactor: extract common `fillDocument`, format

* feat: add hotkey to search for tags

* chore: remove logs

* fix: dont render empty `<ul>` if tags not present

* fix(search-tag): make case insensitive

* refactor: clean `hideSearch` and `showSearch`

* feat: trim content similar to `description.ts`

* fix(search-tag): hotkey for windows

* perf: re-use main index for tag search
2023-09-01 10:09:58 -07:00
Ben Schlegel
fa0629716f feat: Implement search for tags (#436)
* Quartz sync: Aug 29, 2023, 10:17 PM

* style: add basic style to tags in search

* feat: add SearchType + tags to search preview

* feat: support multiple matches

* style(search): add style to matching tags

* feat(search): add content to preview for tag search

* fix: only display tags on tag search

* feat: support basic + tag search

* refactor: extract common `fillDocument`, format

* feat: add hotkey to search for tags

* chore: remove logs

* fix: dont render empty `<ul>` if tags not present

* fix(search-tag): make case insensitive

* refactor: clean `hideSearch` and `showSearch`

* feat: trim content similar to `description.ts`

* fix(search-tag): hotkey for windows

* perf: re-use main index for tag search
2023-09-01 10:09:58 -07:00
b772cafdfc [obsidian] vault backup: 2023-09-01 19:08:25 2023-09-01 19:08:25 +09:00
f8ca2b6efd [obsidian] vault backup: 2023-09-01 19:08:25 2023-09-01 19:08:25 +09:00
d30b091322 [obsidian] vault backup: 2023-09-01 18:57:37 2023-09-01 18:57:37 +09:00
2a3d956174 [obsidian] vault backup: 2023-09-01 18:57:37 2023-09-01 18:57:37 +09:00
8c29c1d863 [obsidian] vault backup: 2023-09-01 18:50:32[ 2023-09-01 18:50:32 +09:00
56b35ed5ee [obsidian] vault backup: 2023-09-01 18:50:32[ 2023-09-01 18:50:32 +09:00
abd5e4f1f8 [obsidian] vault backup: 2023-09-01 12:44:45[ 2023-09-01 12:44:46 +09:00
1f02303cb4 [obsidian] vault backup: 2023-09-01 12:44:45[ 2023-09-01 12:44:46 +09:00
Pelayo Arbués
2d6dc176c3
Adds Pelayo Arbues to showcase (#435) 2023-08-31 12:12:06 -07:00
Pelayo Arbués
b9be4e470c Adds Pelayo Arbues to showcase (#435) 2023-08-31 12:12:06 -07:00