Commit Graph

310 Commits

Author SHA1 Message Date
Tienson Qin
6684f28043 feat: import SQLite db to create a new graph 2023-12-11 21:08:05 +08:00
Tienson Qin
4d445b8387 feat: export repo as sqlite db 2023-12-11 19:14:10 +08:00
Tienson Qin
b7a7c9b549 fix: open new window on Electron 2023-12-11 16:17:34 +08:00
季艺
6fab02581d Add missing zh-cn/zh-hant translations 2023-12-10 18:19:31 +08:00
eliovir
3257c1f4fa Update French translation (#10647)
* Update French translation

Add missing strings and correct typography.

* Update fr.edn
2023-12-07 09:06:46 -05:00
Vivianne
aa4c240739 fix: missing spaces in fr and es (#10644) 2023-12-06 20:18:20 +08:00
Blezur
561783582c Add Polish translations (#10604)
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-12-04 12:59:36 -05:00
Ulices
dffdbb23f8 i18n: Update Spanish translation (#10594)
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-12-04 12:57:28 -05:00
queeup
c55fff362e enhance(i18n): update Turkish translation 2023-12-04 12:56:39 -05:00
Tienson Qin
e04a5b4316 Merge branch 'master' into feat/db 2023-12-04 20:47:37 +08:00
ROCKTAKEY
7525689bfb Update Japanese translation (#10612)
* enhance: Update Japanese translation
* Update src/resources/dicts/ja.edn

---------

Co-authored-by: Andelf <andelf@gmail.com>
2023-12-02 10:52:54 +08:00
Gabriel Horner
1117ad3cb4 fix lint
also comment out print that prevented chaining query results with bb
2023-11-29 10:14:53 -05:00
Gabriel Horner
6517f6f12a Merge branch 'master' into feat/db 2023-11-29 09:56:12 -05:00
ormai
9bdcfcf791 Update italian translation 2023-11-27 08:45:42 -05:00
Tienson Qin
dcf5f8f296 fix: show classes only when adding a tag to a block 2023-11-23 14:01:19 +08:00
Tienson Qin
e7dc6564a7 Merge branch 'master' into feat/db 2023-11-22 16:12:19 +08:00
queeup
bfe1edb4bd enhance(i18n): update Turkish translation (#10492)
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-11-21 10:35:40 -05:00
Tienson Qin
ee3442a44b Merge branch 'master' into feat/db 2023-11-14 20:40:36 +08:00
Tienson Qin
88acf53303 fix: lint warnings 2023-11-13 22:59:34 +08:00
Tienson Qin
e0c7ff0ba3 fix: keep one command for toggle cards 2023-11-12 21:49:41 +08:00
Tienson Qin
acf7881672 Merge branch 'master' into feat/cmdk 2023-11-12 16:57:00 +08:00
Tienson Qin
aacef8e94c Add shortcuts for search only commands && current page 2023-11-12 15:07:00 +08:00
Gabriel Horner
7c70f09ebe Merge branch 'master' into feat/db 2023-11-09 11:30:15 -05:00
cosmo9able
223e1610c5 enhance: Added new translations and tutorials for Brazilian Portuguese. (#10461)
* Added new translations into Brazilian Portuguese.

* Made new adjustments to translations

* Made new adjustments to translations

* Fixed tutorial path

* Translation files passing the test

* Improved dummy translation

* Improved dummy translation

* Improved translation

* Improved translation

* Improved translation
2023-11-09 08:39:16 -05:00
Gabriel Horner
fa8ffc0caf fix: remove unused translation key
translation key no longer needed due to last commit
2023-11-08 16:00:54 -05:00
Tienson Qin
eb7a63c6c3 fix: remove custom var usage 2023-11-06 23:00:20 +08:00
Tienson Qin
ded5e03497 Merge branch 'master' into feat/cmdk 2023-11-06 22:37:47 +08:00
eliovir
2851c1b35b Update fr.edn
Add and correct French sentences.
2023-11-06 09:00:18 -05:00
Tienson Qin
de4ad909a9 Merge branch 'master' into feat/cmdk 2023-11-06 16:12:02 +08:00
Tienson Qin
90c2b3800f fix: lint warnings 2023-11-06 16:06:29 +08:00
Tienson Qin
b91fd4e6c8 Remove old cmdk && command palette 2023-11-06 15:25:35 +08:00
Gabriel Horner
de3d7b7b5f Merge branch 'master' into feat/db 2023-11-01 17:31:17 -04:00
SylvainDuran
a4a1622bdd Update fr.edn
French language grammar corrections.
2023-10-31 09:22:01 -04:00
hasecilu
34b5bcd6d0 Update Spanish translation 2023-10-30 13:40:27 -04:00
Charlie
1389836119 Feat: the new handbooks (#8524)
* feat(ui): WIP handbooks pane

* feat(ui): WIP handbooks pane

* feat(ui): WIP handbooks pane

* feat(ui): WIP handbooks popup

* feat(ui): WIP dragable & resizable for handbooks popup

* feat(ui): WIP pane navigations for handbooks popup

* feat(ui): WIP pane navigations for handbooks popup

* feat(ui): WIP handbooks markdown body

* feat(ui): WIP handbooks nodes for dashboard render

* feat(ui): WIP watch mode for development

* improve(ui): typos

* feat(ui): WIP enhance watch mode

* feat(ui): WIP support topic conent link local assets

* feat(ui): WIP support slide gallery for demo images & videos.

* fix(ui): parse value about draging position offset

* improve(ui): background color transition of handbook item card

* improve(ui): resizable of handbooks popup

* feat(handbooks): search topics

* improve(handbooks): search results within topics group

* improve(ui): better interaction for handbooks searchbar

* fix(handbooks): conflictive up/down for searchbar interaction

* improve(ux): better interaction for handbooks searchbar

* feat(ux): support youtube video for topic demos media

* fix(ui): container size of youtube video demos

* improve(handbooks): support local video for topic demos

* improve(ui): polish markdown body style for handbooks topic details

* chore: remove debugs

* chore: remove debugs

* improve(ui): polish active style for topic item card

* improve(ui): polish style of demos item

* improve(ui): help buttons still be visible when right sidebar opened

* improve(handbooks): support sub chapters for topic detail

* improve(handbooks): support sub chapters for topic detail

* improve(handbooks): support chapters searching for topics list

* fix: lint

* improve(ui): position of demo slides bullets

* fix(ui): index of chapter select

* improve(handbooks): typo

* fix(dev): lint

* fix(dev): lint

* fix(pdf): remove prefix(`@`) checking for links of org mode page

* feat(ui): WIP handbooks pane

* feat(ui): WIP handbooks pane

* feat(ui): WIP handbooks pane

* feat(ui): WIP handbooks popup

* feat(ui): WIP dragable & resizable for handbooks popup

* feat(ui): WIP pane navigations for handbooks popup

* feat(ui): WIP pane navigations for handbooks popup

* feat(ui): WIP handbooks markdown body

* feat(ui): WIP handbooks nodes for dashboard render

* feat(ui): WIP watch mode for development

* improve(ui): typos

* feat(ui): WIP enhance watch mode

* feat(ui): WIP support topic conent link local assets

* feat(ui): WIP support slide gallery for demo images & videos.

* fix(ui): parse value about draging position offset

* improve(ui): background color transition of handbook item card

* improve(ui): resizable of handbooks popup

* feat(handbooks): search topics

* improve(handbooks): search results within topics group

* improve(ui): better interaction for handbooks searchbar

* fix(handbooks): conflictive up/down for searchbar interaction

* improve(ux): better interaction for handbooks searchbar

* feat(ux): support youtube video for topic demos media

* fix(ui): container size of youtube video demos

* improve(handbooks): support local video for topic demos

* improve(ui): polish markdown body style for handbooks topic details

* chore: remove debugs

* chore: remove debugs

* improve(ui): polish active style for topic item card

* improve(ui): polish style of demos item

* improve(ui): help buttons still be visible when right sidebar opened

* improve(handbooks): support sub chapters for topic detail

* improve(handbooks): support sub chapters for topic detail

* improve(handbooks): support chapters searching for topics list

* fix: lint

* improve(ui): position of demo slides bullets

* fix(ui): index of chapter select

* improve(handbooks): typo

* fix(dev): lint

* fix(dev): lint

* improve(handbook): i18n

* fix(lint): unused translations

* fix: accessibility issues and translations

* fix(handbook): chapters navigation

* enhance(handbook): ux of the chapters select

* enhance(handbook): support link other page with markdown link syntax

* improve(ui): polish ui details of handbook topics card

* fix(handbook): parse key from href with a specific extension

* enhance(handbook): logic of chapters navigation

* enhance(handbook): ui of chapters navigation

* fix: lint

* improve(ui): display nowrap for code text

* fix(handbook): remove unnecessary source map

* fix(ui): missing component key of handbook chapter select

* enhance(handbook): WIP support panes navigation for the external links

* enhance(handbook): support panes navigation for the external links

* improve(ui): footer links of the handbook home pane

* improve(ui): footer links of the handbook home pane

* improve(ui): polish topics card

* improve(handbook): add shortcuts category card for home pane

* improve(ui): WIP the new help menu

* improve(ui): the new help menu

* fix: incorrect help link

* improve(ux): close help menu when click outside

* fix: lint

* fix(lint): remove unused translation

* fix(ui): the link of changelog

* fix(ui): the cover thumb container size of the topic card

* fix(ui): handbook popup overlay index

* enhance(ux): preivew images with lightbox modal for the handbook content

* enhance(ux): bottom border for the handbook content header when then content body scrolled

* fix: missing i18n

* improve(handbook): polish ui details

* fix: lint

* enhance(handbook): polish details

* fix(ui): incorrect safety init

* fix(ui): missing key for the help menu items

* enhance(ui): disable resize for the handbook popup container

* chore: build libs core

* fix(ui): incorrect shortcuts label

* enhance(handbook): cache discord online number

* enhance(handbook): fix heading level sizes

* enhance(handbook): improve paragraph spacing

* enhance(handbook): improve margins of media elements

* enhance(handbook): polish discord button

* enhance(plugin): make headings/font weights/colors look like in the design

* enhance(handbook): writing mode option is only available for develop mode

* enhance(handbook): polish handbook dashboard page

* enhance(handbook): typos

* enhance(ux): get discord online users count from logseq server

* fix(handbooks): incorrect var name

* enhance(handbook): polish details

---------

Co-authored-by: Bad3r <bad3r@protonmail.com>
Co-authored-by: situ2001 <yongcong2001@outlook.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: Konstantinos Kaloutas <konstantinos@logseq.com>
2023-10-27 14:33:10 +08:00
Gabriel Horner
82c49bb420 Update page deletion messages so page content deletion is expected
Part of LOG-2733
2023-10-26 09:28:11 -04:00
Charlie
6751e28c30 feat(pdf): add toggle option for the feature of auto opening the highlight context menu from new text selection (#10390)
* enhance(pdf): add auto open context menu option for new highlight selection
* refactor(pdf): improve code readability
* chore(pdf): i18n
2023-10-24 22:20:22 +08:00
Ben Yorke
69e02edaeb Merge branch 'master' into feat/cmdk 2023-10-16 21:02:12 +02:00
Gabriel Horner
5d723cd221 Merge branch 'master' into feat/db 2023-10-16 14:53:01 -04:00
ingepettersen
6be6edfcdb Update Norwegian translations (#10361)
* Update Norwegian translations

* Fix missing double quote
2023-10-16 14:47:16 -04:00
Gabriel Horner
097a59d9c6 Merge branch 'master' into feat/db 2023-10-12 15:36:49 -04:00
hasecilu
a4f5ddb1fd Update Spanish translations 2023-10-11 20:46:20 +09:00
Tienson Qin
307258343e fix: lint warnings 2023-10-08 19:14:25 +08:00
Tienson Qin
86bc8ec9d6 enhance: delete property ux 2023-10-04 19:18:20 +08:00
Gabriel Horner
b66bde0230 Merge branch 'master' into feat/db 2023-10-02 17:09:53 -04:00
Gabriel Horner
bc1bc6cde1 enhance: mod+p to add properties quickly 2023-09-29 12:31:24 -04:00
Konstantinos
bdba1ff86f Feat (Whiteboards): Pen mode (palm rejection) (#10222)
* introduce pen mode
* add isPrimary check
2023-09-28 15:16:22 +08:00
Gabriel Horner
298c86a1e2 enhance: allow property pages to be deleted
with appropriate checks. Also improve all-pages ux so
that users are notified of property and class pages that fail to delete
2023-09-26 13:49:41 -04:00
Ben Yorke
246e904457 cmdk2 updates 2023-09-15 13:30:51 +02:00
Konstantinos
89a489571f Enhance: Introduce customizable close window shortcut (#10190)
* add close window shortcut

* suppress build warnings

* add window ns docstring
2023-09-14 22:23:03 +08:00