Commit Graph

7978 Commits (98e2898ab8581d825f0420315f8196c38b491b86)

Author SHA1 Message Date
Tienson Qin 92f2a2bba1 fix: CTRL+X will wipe out block content when render errored
fix #5824
2022-07-07 01:40:28 +08:00
llcc c671986675 fix: code block exceeds horizontally in query table 2022-07-07 01:08:51 +08:00
llcc 90d330b3a3 make query properties settings modal center 2022-07-07 01:08:51 +08:00
llcc 246264c722 fix: query table is wider than mobile screen 2022-07-07 01:08:51 +08:00
llcc b1941d4056 fix: toggle query table view activates editing mode 2022-07-07 01:08:51 +08:00
Tienson Qin 290c2b5b83 fix: CTRL+X is deleting the last character when nothing is selected
fix #5821
2022-07-07 01:06:14 +08:00
Tienson Qin f9c025542e fix: lint warnings 2022-07-06 22:48:15 +08:00
Tienson Qin d07f8eca8a fix: don't hide lazy components if they're above the current scroll top 2022-07-06 22:37:28 +08:00
Phoenix Eliot 3c31448106 Use function shorthand 2022-07-06 22:34:04 +08:00
Phoenix Eliot cda2a1849d Replace react-visibility-sensor with react-intersection-observer 2022-07-06 22:34:04 +08:00
charlie e008766d2b fix(ui): remove plugin ui items manager from pagebar 2022-07-06 20:17:31 +08:00
Jonas Diemer 385113f535 Adding tests for rounding errors 2022-07-06 19:55:49 +08:00
Junyi Du 6ec7b8a704 chore: change join community icon 2022-07-06 13:51:46 +08:00
Junyi Du 5335f758c0 chore: discord -> forum 2022-07-06 13:51:46 +08:00
Andelf c8e9eec944 docs: update develop instructions
See-also: #5920
2022-07-06 10:27:51 +08:00
Kyle Ibrahim a4e9136b9f Update desktop app run instructions 2022-07-06 09:37:53 +08:00
Tienson Qin 08263d6f96 fix: wrong file path name when renaming 2022-07-06 00:03:41 +08:00
Tienson Qin 7b92360889 fix: safe check string before inserting when autocomplete
also, enables two consecutive spaces to exit autocomplete
2022-07-05 21:46:25 +08:00
Tienson Qin 7172784504 fix: errors when preview cards
Also, enables cards query for page names not wrapped by `[[]]`
2022-07-05 19:45:05 +08:00
Junyi Du dbb37b6081 fix: rename namespace also rename substring in sub-namespace pages 2022-07-05 16:05:45 +08:00
deciia wang f3e0a62257 Update dicts.cljc
translate some words to chinese:
Graph view -> 图谱视角、圖譜視角
All pages -> 全部页面、全部頁面
Flashcards -> 记忆卡片、記憶卡片
New page -> 新页面、新頁面
Journals -> 日志、日誌
所有库 -> 所有图谱
2022-07-05 14:46:33 +08:00
Andelf 8e3b8f0357 fix(editor): more support for html convertion 2022-07-05 01:26:19 +08:00
Andelf e3b749e893 fix(editor): bad format copy from html
- should keep space between tags
- should avoid raw data-url
2022-07-05 01:12:37 +08:00
Tienson Qin cc643f8487 fix: wrong parameter for delete-file 2022-07-05 00:45:56 +08:00
Andelf 49dcbece25 chore: bump version 0.7.6 2022-07-04 21:16:49 +08:00
Tienson Qin 73a202b3c2 fix: redirect to home when deleting a page 2022-07-04 20:42:41 +08:00
Tienson Qin e7c64d3dfd fix: don't unlink file when receiving the unlink event from watcher 2022-07-04 20:19:22 +08:00
Tienson Qin 1b2ba25521 fix: rename namespace page results in lower-case page 2022-07-04 20:12:46 +08:00
Tienson Qin 8e1ae84baa fix: don't delete page temporally
related to #5904
2022-07-04 19:54:31 +08:00
Andelf 87c5b64b43 fix(ui) trailing space of search-auto-complete 2022-07-04 17:11:58 +08:00
Scott Block d15fb1c56a
(chore): Update getAllPages typescript (#5908)
* Update getAllPages typescript

* Optionally add updatedAt to PageEntity
2022-07-04 15:40:44 +08:00
llcc 10bc9e2f9b fix calc output position 2022-06-30 20:07:49 +08:00
llcc f394f83a68 remove string-some-changed? function 2022-06-30 17:24:10 +08:00
llcc 1497d121f2 remove delete-file! from fs protocol 2022-06-30 17:24:10 +08:00
llcc c2d288f77c remove delete-file!, address comment 2022-06-30 17:24:10 +08:00
llcc 8e2e88ae52 fix lint 2022-06-30 17:24:10 +08:00
llcc 314c3dde7e remove unnecessary delete! codes 2022-06-30 17:24:10 +08:00
llcc df84e16b97 impl file backup on mobile 2022-06-30 17:24:10 +08:00
llcc bcda3a5c7c impl mobile file unlink! 2022-06-30 17:24:10 +08:00
Junyi Du 50c9e69c21 test: update page number due to CANCELED / CANCELLED built-in pages added 2022-06-30 16:26:56 +08:00
Junyi Du cd661e0eb0 enhance: built-in canceled page 2022-06-30 16:26:56 +08:00
Gabriel Horner f749da1417 Close modal before opening more results
Fix #5794, fix #4375
2022-06-30 13:15:07 +08:00
llcc 39931bde63 refactor let bindings 2022-06-29 10:34:52 -04:00
llcc bba9c935e0 feat: open plaintext assets files in logseq 2022-06-29 10:34:52 -04:00
Gabriel Horner 54c886597c
Split desktop and mobile dev to separate ns's (#5864)
Also replace shell script which required external deps with a bb fn
2022-06-29 09:22:59 -04:00
Andelf 02563dac2d chore(ci): use choice instead of input-box in ci 2022-06-28 22:42:07 +08:00
Andelf fb92e64967 refactor(build): use env flags to control feature gate 2022-06-28 15:46:12 +08:00
Phoenix Eliot e92af35954 Reduce flicker when moving between blocks with keyboard 2022-06-28 15:10:37 +08:00
Andelf 4faf26f838 address comment 2022-06-27 15:45:13 +08:00
Andelf c9be357476 fix(editor): wrong cycle todo when heading symbol on the same line
Fix #5836
2022-06-27 15:45:13 +08:00