Commit Graph

10476 Commits (5b2564178532f2113bc99a18850f7b8dea1fb1a4)

Author SHA1 Message Date
rcmerci fb8f41077d rename list-file-local-versions 2022-12-13 20:49:24 +08:00
rcmerci af3f4ecd32 fix: fs/readdir return no-such-dir exception 2022-12-13 20:49:24 +08:00
charlie 6bfa722cd9 fix(ui): missing padding of the modal container on mobile 2022-12-13 14:40:36 +08:00
Sebastian Sosa 5f3636a924
added shortcut for closing the right sidebar top item resolving issue #7275 (#7622)
* added shortcut for closing the right sidebar top item resolving issue #7275

* namespace update & binding update

* reverting git binding

* Address remaining feedback

- Use close instead of clear as it is a more general verb for future
  commands
- Use 'c t' for binding

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2022-12-12 10:52:57 -05:00
Tienson Qin 7d606846a1 fix: allows empty config.edn 2022-12-12 23:42:14 +08:00
Konstantinos Kaloutas d758c3a5c8 fix: tooltip without shortcuts 2022-12-12 20:58:51 +08:00
Konstantinos 109b491042
Feat: Use tooltips instead of titles on whiteboard buttons (#7643)
Move select and pan to main toolbar
 Create tooltip component
 Add tooltip support to button, toggle, toggle groups, select and color input
 Style shortcuts on primary tools
2022-12-12 18:11:03 +08:00
Tienson Qin 4bef35a8a0 fix: lowercase of nil 2022-12-12 17:30:33 +08:00
Tienson Qin 00f25d22d7 fix: skip parent-left check when exporting for whiteboards 2022-12-12 15:38:56 +08:00
queeup 5ab65d3fcd i18n: update Turkish translation 2022-12-12 08:21:50 +08:00
Gabriel Horner 65955f2ba2 Address lint failures and rm unused spec dep
Spec dep is no longer needed since it ships with bb
2022-12-09 13:17:09 -05:00
Gabriel Horner 13277b875d Upgrade to latest clj-kondo - pods were pretty out of date 2022-12-09 13:17:09 -05:00
Gabriel Horner 6bb805918a Upgrade bb - it's been awhile 2022-12-09 13:17:09 -05:00
situ2001 15886df4ae chore: provide i18n for settings-page 2022-12-09 13:16:37 -05:00
Andelf 992914dc2f fix(mobile): skip initial fs watcher notification 2022-12-09 22:52:06 +08:00
Tienson Qin 158b6e07be fix: ignore files when load graph files 2022-12-09 22:52:06 +08:00
Tienson Qin f4e13f1bfc fix: ignore initial watcher events on desktop 2022-12-09 22:52:06 +08:00
Tienson Qin 10f6d64f04 fix: stop file sync when re-index 2022-12-09 22:20:36 +08:00
Tienson Qin 8372e43a77 fix: remove unneeded margin 2022-12-09 21:58:17 +08:00
Tienson Qin e64f24a0e5 fix: scrollbar when editing page's title 2022-12-09 21:54:46 +08:00
Tienson Qin bc53997d52 fix: trigger on-load when bottom is reached when scroll up 2022-12-09 14:34:04 +08:00
Tienson Qin ea2d2ae45f fix: load more blocks immediately once when visiting a page 2022-12-09 14:34:04 +08:00
situ2001 0a4b67d49d chore: replace hard-coded text with existed i18n key 2022-12-08 12:08:16 -05:00
Tienson Qin 4708e6067d fix: roam export 2022-12-08 21:15:47 +08:00
Gabriel Horner 7a5310eb5d Update rewrite-edn and hickory deps
shadow workaround for hickory is no longer needed since hickory got node
support
2022-12-08 10:26:33 +08:00
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