Commit Graph

10390 Commits (bd055b2b6269f772b114e5e9b60f4768f8c4f6af)

Author SHA1 Message Date
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
Andelf 934ed3991c build(nightly): use prerelease semver 2022-12-03 03:35:44 +08:00
Andelf 7a0555a9fc chore: bump version 0.8.13 2022-12-03 03:35:44 +08:00
dependabot[bot] 2a95ed6073 build(deps): bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 00:42:55 +08:00
Andelf 02a2632b0a chore: update yarn.lock 2022-12-03 00:32:13 +08:00
Andelf c5bcbdd025 chore(deps): update file-sync deps
enhance: use armor=false for encryption
2022-12-03 00:32:13 +08:00
Andelf 88b160e215 chore(dev): cleanup unused package.json entries 2022-12-03 00:28:42 +08:00
Andelf a1b731a77a fix(electron): quick captured text is cleared when editing current 2022-12-02 15:30:09 +08:00
Andelf 73039901d0 fix(pdf): wrong default page number when first open 2022-12-02 15:02:09 +08:00
Andelf bb2ce46ce7 fix(editor): escape editing when inserting 2022-12-02 05:40:14 +08:00
Junyi Du b9b7391464 chore/suppress lint 2022-12-02 04:09:15 +08:00
Junyi Du e8e3890c21 chore: suppress lint 2022-12-02 03:43:42 +08:00