Andelf
e577797ef4
enhance(ui): handle encryption errors
2021-12-03 18:21:03 +08:00
Andelf
8f211e21c5
fix(ci): missing variables in release build, disable nightly
2021-12-01 13:19:26 +08:00
Bad3r
8677e7ca36
fix: typo in warning for clear cache
2021-12-01 13:18:49 +08:00
Bad3r
663c86d778
enhance: add waring for clear cache
2021-11-30 14:10:39 +08:00
Vladimir Sorokin
0e5811f1c0
Added Russian translation ( #3296 )
...
added ru dict
2021-11-30 14:09:34 +08:00
Andelf
935a317c6e
ci: use version.cljs instead
2021-11-30 11:06:35 +08:00
Andelf
fa003e6f57
ci: refactor desktop app release ci, add nightly build
2021-11-30 11:06:35 +08:00
Devon Zuegel
5867e7d9ef
refactor: hard-coded colors -> CSS variables for header tips
2021-11-30 11:06:07 +08:00
Devon Zuegel
196c402780
enhance: improve alert for "a new version has been downloaded"
2021-11-30 11:06:07 +08:00
Andelf
295c6d7b91
fix(test): make a fixme in autocompletion
2021-11-30 11:05:48 +08:00
Andelf
147b2ccf70
test(e2e): refactor using fixtures
2021-11-30 11:05:48 +08:00
Andelf
ee38781656
test(e2e): add test cases for hotkey
2021-11-30 11:05:48 +08:00
Junyi Du
eeb48ba6b8
enhance: only apply DWIM to list item when cursor at EOL
2021-11-30 11:04:41 +08:00
Junyi Du
1ae8087ae3
fix: DWIM isn't activated at one-line block
2021-11-30 11:04:41 +08:00
Peng Xiao
b4dbf1a04c
fix: queryElementById type
2021-11-30 11:04:20 +08:00
Andelf
aa77d7ba9e
fix: avoid cyclical refs and deep refs
...
Fixes #3305
2021-11-30 11:04:02 +08:00
Bad3r
6a2fe9ab71
fixup! chore: Updated README E2E Testing Instructions
2021-11-30 11:03:36 +08:00
Bad3r
0d91953581
chore: Updated README E2E Testing Instructions
...
Updated the instructions for E2E testing
- Cypress was removed and replaced with playwright (https://github.com/logseq/logseq/pull/3241 )
- Instructions are based on @andelf comment (https://github.com/logseq/logseq/pull/3241#issuecomment-976201958 )
2021-11-30 11:03:36 +08:00
Devon Zuegel
cc46c8e5fa
enhance: tiny improvements to Settings ( #3279 )
...
This PR looks more substantial than it really is. The key changes in UX are:
Add buttons for Edit custom.css and Customize config.edn to the Settings modal.
Consolidate the Customize Shortcuts settings tab with the General tab.
(Reasoning: Since the former only had one item, it didn't warrant a whole separate tab.)
Beyond that, all of the other changes are small refactors (e.g. extracting repetitive code into reusable functions, fixing inconsistent whitespace) or tiny tweaks to copy (i.e. making text more concise / easier to read on the page).
2021-11-29 11:25:46 +08:00
Junyi Du
37466921a4
fix: insert-link now will send nil instead of event to the html link utility function
2021-11-29 11:24:23 +08:00
Tienson Qin
453579affd
fix: Hashtag # with Chinese character doesn't trigger search
...
close #3283
2021-11-26 22:09:38 +08:00
Junyi Du
91a76260ec
fix: '#'s trigger WYSIWYG style headline in org-mode editing
2021-11-26 21:47:07 +08:00
Junyi Du
96bed7a543
Enable height measurement cache back
2021-11-26 21:47:07 +08:00
Junyi Du
8bee44c313
refactor: remove duplicated class-name
...
enhance: remove change of style for multiline headings in editing
enhance: to make heading css more responsive, bind editor's heading class to editor content
adapt textarea to changable font-size
2021-11-26 21:47:07 +08:00
Tienson Qin
b8e3298904
enhance: type ``` and press Enter to switch to codemirror
2021-11-26 21:04:10 +08:00
Tienson Qin
a5674b1728
fix: code block can't be saved
2021-11-26 19:15:33 +08:00
Andelf
1ef6741282
fix: search input in All pages requires 2 chars
...
Fixes #3273
2021-11-26 12:19:22 +08:00
Andelf
dc8972b08a
ci: add .gitlibs to build cache
2021-11-26 12:03:22 +08:00
Tienson Qin
5b2ae552ae
chore: bump version
0.5.1
2021-11-25 15:20:12 +08:00
Tienson Qin
6db64f9f1a
fix: Contents is not considered a "Built-in page" for Graph view
...
close #3265
2021-11-25 15:17:53 +08:00
Tienson Qin
da73064a90
fix: make blockquotes compatible with previous versions
...
related to #3267
2021-11-25 15:00:32 +08:00
Tienson Qin
b8d2dc1458
fix: add fs watcher when switching to another graph
2021-11-25 14:08:42 +08:00
rcmerci
4dfadfaaf9
add left+parent check after transact
2021-11-25 14:00:09 +08:00
Tienson Qin
7491857460
fix: close the existing watcher when adding new graph
...
Also, don't create today's journal file during parsing
2021-11-25 13:30:49 +08:00
Tienson Qin
aca4109862
chore: add file ack debugging back
2021-11-25 10:57:34 +08:00
Tienson Qin
dbef0c3d10
fix: ci
2021-11-24 23:11:21 +08:00
Tienson Qin
aae3a982d1
fix: add both card and contents to default pages
2021-11-24 22:41:08 +08:00
Tienson Qin
efbcb79299
fix: double [[ not trigger auto-complete on Windows with microsoft pinyin
...
close #3251
2021-11-24 22:11:07 +08:00
Tienson Qin
50904f6fb3
ci: another try
2021-11-24 17:45:18 +08:00
Andelf
13aefde53c
fix(test): minor fix for e2e test
2021-11-24 17:20:01 +08:00
Andelf
aae4a8b18c
test(e2e): add test cases for auto-completion
2021-11-24 17:20:01 +08:00
Tienson Qin
8bcbf08d8e
chore: bump mldoc
2021-11-24 17:03:21 +08:00
rcmerci
22e429cc84
add embed-data link-type
...
related to https://github.com/logseq/mldoc/pull/110
2021-11-24 16:55:46 +08:00
Tienson Qin
b05f79a032
ci: fix cert path
2021-11-24 16:53:42 +08:00
Tienson Qin
b18d44e63f
enhance: convert highlighted word to a link when pasting a url
2021-11-24 16:47:45 +08:00
Tienson Qin
f24211de00
ci: another try
2021-11-24 16:29:17 +08:00
Tienson Qin
6bb9e79ef9
ci: use WIN_CSC_LINK instead
2021-11-24 15:59:06 +08:00
Tienson Qin
eb187b85b9
chore: add debug
2021-11-24 15:43:48 +08:00
Tienson Qin
a55ffc674a
fix: add CSC_LINK and CSC_KEY_PASSWORD to github action
2021-11-24 15:10:13 +08:00
Tienson Qin
e622376638
fix: Can not type curly brackets in editor
...
close #3255
2021-11-24 14:47:47 +08:00