Tienson Qin
c3d3e01fa1
fix: clear indexeddb before reload
2021-05-28 01:05:47 +08:00
Tienson Qin
008b74eaea
fix: dnd style
2021-05-28 00:21:21 +08:00
Tienson Qin
24d40de8c7
chore: disable system auto-sync theme temporally
2021-05-27 23:56:02 +08:00
Tienson Qin
3397a21ccd
enhance: track paths' scroll positions instead of pages
2021-05-27 23:30:29 +08:00
Hindol Adhya
d67ba09de0
Add doc string
2021-05-27 23:28:31 +08:00
Hindol Adhya
698901cab3
Scroll to previously saved scroll position
...
On redirect, scroll to previously saved scroll position if found else
scroll to the top.
2021-05-27 23:28:31 +08:00
Hindol Adhya
bd3ce72057
Scroll to top on redirect
2021-05-27 23:28:31 +08:00
Tienson Qin
819b17ed69
fix: loop after clearing cache
2021-05-27 22:40:51 +08:00
Tienson Qin
54039e741f
enhance: display beta converting notification when graph was added
2021-05-27 22:27:50 +08:00
Tienson Qin
a64090e2a3
enhance: one-click to convert old markdown to new markdown files
2021-05-27 21:44:34 +08:00
charlie
9109e5ec7b
fix: forbid page preview of nested tippy
2021-05-27 17:59:51 +08:00
charlie
a33a8b5623
fix: theme of tippy preview modal
2021-05-27 17:59:51 +08:00
charlie
e9c738b6ef
fix: cancel system theme mode as default on linux platform
2021-05-27 17:59:51 +08:00
Charlie
b2ebabccb5
Merge branch 'master' into feat/integration-plugins-core
2021-05-27 17:51:03 +08:00
Tienson Qin
64865319c4
chore: updated yarn.lock
2021-05-27 15:47:47 +08:00
Tienson Qin
9179b33e14
chore: bump mldoc
2021-05-27 15:12:17 +08:00
Tienson Qin
70ebbc286b
fix: code block issue
...
Close #2000
2021-05-27 14:48:06 +08:00
Tienson Qin
52ab749445
fix: bump mldoc
2021-05-27 14:02:56 +08:00
Tienson Qin
245f7d510d
chore: disable autocapture for posthog
2021-05-27 13:51:15 +08:00
charlie
52dbf42c63
fix: persist user theme mode
2021-05-27 12:41:08 +08:00
charlie
c08ec5b716
fix: conflict
2021-05-27 12:41:08 +08:00
charlie
18c6453452
fix: add missing img
2021-05-27 12:41:08 +08:00
charlie
473c6b0d8b
feat: sync theme with system & add settings options
2021-05-27 12:41:08 +08:00
Tienson Qin
f5dca141da
fix: heading rending error on sidebar
2021-05-27 11:49:08 +08:00
Weihua Lu
8cd118b5e6
fix: remove unneeded compiler option
2021-05-27 10:51:36 +08:00
Weihua Lu
bf61ea10e7
feat: refactor, integrate sentry with posthog
2021-05-27 10:51:36 +08:00
Weihua Lu
8793af64c3
fix: typo
2021-05-27 10:51:36 +08:00
Weihua Lu
87b65ec220
feat: posthog instrument module
2021-05-27 10:51:36 +08:00
dependabot[bot]
94bead6455
chore(deps): bump browserslist from 4.16.3 to 4.16.6
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-27 10:50:00 +08:00
Tienson Qin
1d9966e06f
Revert "Revert "Stop scrollbar from causing content shift""
...
This reverts commit 45228668ca .
2021-05-27 10:44:24 +08:00
Tienson Qin
16eb17978c
fix: can't scroll to load more journals and can't scroll to a block
2021-05-27 10:37:48 +08:00
Tienson Qin
45228668ca
Revert "Stop scrollbar from causing content shift"
...
This reverts commit 4223540c4f .
2021-05-27 10:28:10 +08:00
Tienson Qin
fe8eb8d445
fix: blocks should be from only one file
2021-05-27 10:25:04 +08:00
Tienson Qin
43101c3c43
fix: nested page properties extracting
2021-05-26 12:56:06 +08:00
Tienson Qin
20626ef670
fix: nested pages refs not working in block properties
2021-05-26 12:56:06 +08:00
Weihua
f9ec2c4a37
fix: a translation error user reported
2021-05-26 12:30:08 +08:00
Tienson Qin
9c5edf8cb6
feat: add opted-in/opted-out monitoring
2021-05-26 11:01:42 +08:00
Tienson Qin
189d6b2862
fix: data-refs and data-ref-self
2021-05-25 23:41:31 +08:00
Tienson Qin
213fcb9a92
fix: repeated alias
2021-05-25 22:56:13 +08:00
Tienson Qin
f8e63fd486
chore: update test query example
2021-05-25 22:44:30 +08:00
Tienson Qin
e7879c5388
fix: query dsl
2021-05-25 20:12:50 +08:00
Tienson Qin
1f17da3b1f
fix: onverter issue : background_color
...
close #1977
2021-05-25 16:54:40 +08:00
Tienson Qin
bd57a6ceb8
fix: converter choke on filters
2021-05-25 16:21:38 +08:00
Matt Furden
4223540c4f
Stop scrollbar from causing content shift
...
When a note reaches the point where a scrollbar is needed the entire application shifts to the left slightly to accommodate the width of the scrollbar.
This uses the `overflow-y: overlay` css property which was recently readded to Chrome, though it doesn't have compatibility with other browsers and is simply left with `overflow-y: auto` elsewhere.
In the future browsers will implement `scrollbar-gutter` which should be a globally available method of fixing this problem but that is still likely quite far away.
2021-05-25 13:36:12 +08:00
Weihua Lu
b5099a84e0
fix: open external link in new page
2021-05-25 13:32:30 +08:00
charlie
30e0bef128
fix: open external link in new window
2021-05-25 13:32:30 +08:00
charlie
fd2829494d
fix(desktop): open manual updater
2021-05-25 13:32:30 +08:00
Tienson Qin
d4e44f789b
fix: publishing
0.1.0
2021-05-25 03:24:31 +08:00
Tienson Qin
90e68a7b6a
fix: add missing name
2021-05-25 02:40:22 +08:00
Tienson Qin
4cae70eadb
chore: test with ubuntu-18.04
2021-05-25 00:34:31 +08:00