71b24eb345
[obsidian] vault backup: 2023-09-08 21:47:38[
2023-09-08 21:47:38 +09:00
e62048276e
[obsidian] vault backup: 2023-09-08 19:46:16[
2023-09-08 19:46:16 +09:00
a191c94aad
Merge branch 'v4' of github.com:tomoyanonymous/quartz-research-note into v4
2023-09-08 18:19:41 +09:00
12a1944fe0
merge
2023-09-08 18:18:39 +09:00
Stefano Cecere
49470d641a
typo (it's draft, not drafts) ( #456 )
2023-09-07 08:13:41 -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
32b65cd1f7
fix: escape encoding for titles in rss
2023-09-06 21:47:59 -07:00
Jacky Zhao
86ccdccde1
fix: encodeuri for slugs in rss
2023-09-06 21:31:01 -07:00
Jacky Zhao
b668b4c1a3
docs: correct field for ignorePatterns
2023-09-06 21:08:08 -07:00
Jacky Zhao
c9ddec07aa
feat: 404 page emitter
2023-09-06 21:02:21 -07:00
Jacky Zhao
7e1be1d5b2
fix: dont transform external links
2023-09-06 20:25:50 -07:00
df5c62e01e
[obsidian] vault backup: 2023-09-07 10:49:09[
2023-09-07 10:49:09 +09:00
9dda64e68d
[obsidian] vault backup: 2023-09-04 19:21:29[
2023-09-04 19:21:29 +09:00
cd94481bf2
[obsidian] vault backup: 2023-09-04 17:51:08
2023-09-04 17:51:08 +09:00
Ben Schlegel
25541d2e35
docs: update full-text-search.md
( #447 )
2023-09-03 22:36:30 -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
49d5d56bf4
feat(analytics): Support for Umami ( #449 )
2023-09-03 21:28:57 -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
f257e2a948
fix: clipboard button visible in search ( #445 )
2023-09-03 09:06:05 -07:00
Jacky Zhao
c7cd941e5f
feat: pluralize things in lists
2023-09-02 18:07:26 -07:00
afab553a5a
[obsidian] vault backup: 2023-09-02 22:58:04[
2023-09-02 22:58:04 +09:00
2f10426abf
[obsidian] vault backup: 2023-09-02 21:37:00[
2023-09-02 21:37:00 +09:00
Ben Schlegel
53dd86727b
fix(search): matches getting highlighted in title ( #440 )
2023-09-01 14:12:32 -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
f8ca2b6efd
[obsidian] vault backup: 2023-09-01 19:08:25
2023-09-01 19:08:25 +09:00
2a3d956174
[obsidian] vault backup: 2023-09-01 18:57:37
2023-09-01 18:57:37 +09:00
56b35ed5ee
[obsidian] vault backup: 2023-09-01 18:50:32[
2023-09-01 18:50:32 +09:00
1f02303cb4
[obsidian] vault backup: 2023-09-01 12:44:45[
2023-09-01 12:44:46 +09:00
Pelayo Arbués
b9be4e470c
Adds Pelayo Arbues to showcase ( #435 )
2023-08-31 12:12:06 -07:00
Ben Schlegel
f06440806f
fix: regex for matching highlights ( closes #437 ) ( #438 )
...
* fix: regex for matching highlights
* fix: regex for empty highlights
2023-08-31 11:55:04 -07:00
3f7f6e0c64
[obsidian] vault backup: 2023-08-31 18:43:34[
2023-08-31 18:43:34 +09:00
91ef170cab
Merge remote-tracking branch 'origin/v4' into v4
2023-08-31 13:55:33 +09:00
c7fd29a0f9
[obsidian] vault backup: 2023-08-30 15:58:42[
2023-08-30 15:58:42 +09:00
e905ecffc2
[obsidian] vault backup: 2023-08-30 14:41:41[
2023-08-30 14:41:41 +09:00
Jacky Zhao
67451fa0fd
fix: aliasredirects not using full path, add permalink support
2023-08-29 10:37:00 -07:00
Jeffrey Fabian
683c40a0ac
feat: support kebab-case and nested tags in Obsidian-flavored Markdown tag-in-content parsing ( #425 )
...
* enhancement: support kebab-case and nested tags in ofm transformer
* update regex/capture groups to allow for (arbitrarily) nested values and tags of only -/_
* Update quartz/plugins/transformers/ofm.ts
---------
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2023-08-29 10:14:54 -07:00
21fdda404c
[obsidian] vault backup: 2023-08-30 01:13:06
2023-08-30 01:13:06 +09:00
674d5a2666
[obsidian] vault backup: 2023-08-30 00:53:05[
2023-08-30 00:53:05 +09:00
e0c3d9318f
[obsidian] vault backup: 2023-08-30 00:44:44
2023-08-30 00:44:44 +09:00
1e8b049ec2
[obsidian] vault backup: 2023-08-29 23:53:06[
2023-08-29 23:53:06 +09:00
7900fd235e
[obsidian] vault backup: 2023-08-29 19:19:41
2023-08-29 19:19:41 +09:00
6f4aefc4bd
[obsidian] vault backup: 2023-08-29 19:05:03[
2023-08-29 19:05:03 +09:00
bdefb1fea6
[obsidian] vault backup: 2023-08-29 16:37:16[
2023-08-29 16:37:16 +09:00
Ben Schlegel
e815256517
fix: correct graph labels for index.md
nodes ( #431 )
2023-08-28 10:00:49 -07:00
f89ee4fd3e
[obsidian] vault backup: 2023-08-28 23:19:07
2023-08-28 23:19:07 +09:00
55ca527eb4
Merge remote-tracking branch 'origin/v4' into v4
2023-08-28 22:33:31 +09:00
f580d37ee9
[obsidian] vault backup: 2023-08-28 22:32:09[
2023-08-28 22:32:09 +09:00
Jeremy Press
43eeb8f4e7
Fix typo :) ( #430 )
2023-08-27 20:57:19 -07:00
3ddbd8acec
[obsidian] vault backup: 2023-08-28 12:48:08[
2023-08-28 12:48:08 +09:00
Jeremy Press
ef762f28cd
feat: support configurable ws port and remote development ( #429 )
...
Co-authored-by: Jeremy Press <jeremy@replit.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2023-08-27 17:39:42 -07:00