Commit Graph

10301 Commits (65fb452865b36f4ed65fdc7bb20bb8707b27a2c9)

Author SHA1 Message Date
Tienson Qin 65fb452865 fix: limit scope to page-ref only for CJK spaces detection 2022-12-08 07:17:52 +08:00
Tienson Qin e32b73fa11 fix: add spaces around block ref 2022-12-08 07:17:52 +08:00
Tienson Qin ef8b0db3dd fix: remove spaces around CJK characters when auto-complete pages
close #5929
2022-12-08 07:17:52 +08:00
Gabriel Horner 72acd0f1d4 Change name of task to indicate it can be used on either config.edn 2022-12-07 23:04:55 +08:00
Gabriel Horner b7cf6b1aeb Remove unneccessary seq caught in code review
Also make read-string parsing consistent, even if they are aliased
2022-12-07 23:04:55 +08:00
Gabriel Horner 83d5e57e23 Add validation for global config
- Handles inside and outside logseq editing
- Removed temporary catch's that are no longer needed since invalid global
  config is not allowed
- Add validation for a couple more documented config options
2022-12-07 23:04:55 +08:00
Gabriel Horner 8f5f4fc5b1 First pass at schema for global config 2022-12-07 23:04:55 +08:00
Tienson Qin d8fef76de2 fix: default level to open for linked refs 2022-12-07 23:03:45 +08:00
Tienson Qin fa35b16ead fix: missing children in linked references 2022-12-07 23:03:45 +08:00
sallto c9d58eb194
fix: Link can't be pasted on selected text in block content (#7618)
* fix: Link can't be pasted on selected text in block content
fixes #7268

* fix(lint): duplicate import
2022-12-07 09:37:18 -05:00
rcmerci a776fc09d5 fix(sync): sort-file-metadata-fn take custom journal dir into account 2022-12-07 21:17:40 +08:00
Peng Xiao a06b0aad57
feat: dnd sidebar to whiteboard (#7617)
feat: dnd sidebar to whiteboard
2022-12-07 20:40:32 +08:00
Konstantinos da0f3eb5b4
Feat (Whiteboards): Support text overlay on shapes (#7473)
* wip: add text to box shape

* chore: support font weight  and italic

* fix: editing styles of label

* fix: chevron color

* fix: label auto resize

* fix: textarea background

* fix: title class

* fix: centroid calculation

* fix: label size calculation

* chore: add label bounds indicator

* fix: text label width

* fix: label scale calculation

* fix: triangle label offset

* chore: activate edit mode on double click

* wip: add text to box shape

* chore: support font weight  and italic

* fix: editing styles of label

* fix: chevron color

* fix: label auto resize

* fix: textarea background

* fix: remove unused import

* chore: add label ellipse and polygon

* fix: centroid calculation

* fix: label size calculation

* chore: add label bounds indicator

* fix: text label width

* fix: label scale calculation

* fix: triangle label offset

* chore: activate edit mode on double click

* fix: remove placeholder element

* fix: label pointer events

* fix: label position

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-12-07 19:26:07 +08:00
usoon 842c139198 fix: group linked references by parent 2022-12-07 17:09:12 +08:00
Tienson Qin 5decb5686d refactor!(shortcut): use mod+g c for git commit
BREAKING CHANGE: use mod+g c for git commit
2022-12-07 16:49:42 +08:00
situ2001 2cb7ce8603 fix(typo): wrong case of macOS 2022-12-07 16:07:08 +08:00
Gabriel Horner 9e5577a8f2 Add missing config options to template and improve existing config docs 2022-12-06 17:47:40 -05:00
Junyi db11f48ed6 test(e2e): fix dump 2022-12-06 23:01:16 +08:00
Junyi Du bd3479abda fix: cache key bindings 2022-12-06 21:00:47 +08:00
Junyi Du 039c666062 feat: open right side bar helping page shortcut settings on right side 2022-12-06 21:00:47 +08:00
Tienson Qin b7f74d12de
Merge pull request #7492 from logseq/enhance/mobile-ux-2
Enhance/mobile UX
2022-12-06 19:27:53 +08:00
charlie bd8e9f5b29 fix(mobile): style of mobile bar 2022-12-06 19:11:02 +08:00
Tienson Qin 937f3ea9bc Add public/static to gitignore 2022-12-06 18:26:16 +08:00
Peng Xiao b7b2534b2b fix: add 'd' to draw tool 2022-12-06 18:22:41 +08:00
Peng Xiao 0b9c6bade5 fix: add 'c' to connector shortcut 2022-12-06 18:22:41 +08:00
Peng Xiao 8a9d254068 fix: allows logseq related shortcut combinations (t t) to work 2022-12-06 18:22:41 +08:00
Peng Xiao 2a96cf6c2d fix: should only reset portal position when necessary 2022-12-06 18:22:41 +08:00
Peng Xiao 923eaf602a fix: optimize untitled whiteboard page name display 2022-12-06 18:22:41 +08:00
Peng Xiao 9dff0db9ac fix: do not show links for the current page 2022-12-06 18:22:41 +08:00
Peng Xiao e74d9d3526 fix: do not lock shape creation 2022-12-06 18:22:41 +08:00
Peng Xiao 6ee380e3fc fix: add letter shortcuts to some shapes 2022-12-06 18:22:41 +08:00
Tienson Qin feb6c2687b Deprecate: use g c to git commit instead of `c`
In general, we should avoid using single char as shortcut, the only
exception is for whiteboard actions.
2022-12-06 18:14:36 +08:00
Andelf cfdcd9410c
Merge branch 'master' into enhance/mobile-ux-2 2022-12-06 12:46:15 +08:00
Peng Xiao 1893dde335
feat: animate canvas camera movement (#7583)
feat: animate canvas camera
2022-12-06 12:38:22 +08:00
Andelf 6869bdefbc enhance(ui): add icon column to All pages 2022-12-06 09:40:00 +08:00
Andelf f5789bd4f9 refactor(ui): use pagination component for All pages 2022-12-06 09:40:00 +08:00
Sergey Kolesnik 8b8fe908c0
A bunch of sanity in `search palette CSS` (#7334)
* legacy style fix: clean `#search-wrapper svg` css

* search palette css review; `--ls-search-icon-color` var reabilitation

Co-authored-by: Konstantinos <konstantinos@logseq.com>
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2022-12-05 10:51:27 -05:00
Konstantinos Kaloutas 1b052a75c6 fix: highlight text color 2022-12-05 20:30:36 +08:00
Andelf 7804fee8c3 fix(build): use yarn.lock in static 2022-12-05 16:56:51 +08:00
Tienson Qin a3304adcc0 fix: remove blank string from both pages and blocks in search indice 2022-12-05 15:23:19 +08:00
Tienson Qin 96c717f88e fix: extracted zotero title could be empty sometimes 2022-12-05 15:17:24 +08:00
Tienson Qin fb3e345d76 fix: wrong fn invoke 2022-12-05 15:11:30 +08:00
charlie 00b903a4a6 enhance(mobile): enable block fold-down button as default option 2022-12-05 14:31:05 +08:00
Tienson Qin 898f10b84d
Merge branch 'master' into enhance/mobile-ux-2 2022-12-05 12:53:43 +08:00
Manu [tennox] 8a6e0bdcc2 feat(api): add keepUUID option to insertBatchBlock 2022-12-05 11:15:48 +08:00
Andelf 7a959053b9 chore: rm unused import 2022-12-05 10:50:56 +08:00
Andelf ebd2865d30 refactor(unused): rm adoc support 2022-12-05 10:50:56 +08:00
Peng Xiao 0172d937ba e2e: reenable whiteboard e2e 2022-12-05 10:48:25 +08:00
SteOtt 367fc5c3a5 Update README.md
Updated link to blog. Formerly did point to https://logseq.com/blog with the last entry 2020.
2022-12-03 08:02:28 +08:00
Andelf 2dfd93b519 fix(editor): missing hierarchy in parent page
See-also #7568
2022-12-03 04:13:48 +08:00