Commit Graph

374 Commits

Author SHA1 Message Date
Alejandro Lozano
4ada674942 feat(translations): fix "Rectangle" for es (#12048) 2025-08-21 09:23:15 -04:00
Kay Ki
e5a8f90f32 Update German translations for test-db branch 2025-08-21 09:18:07 -04:00
Tienson Qin
d84d3f9652 enhance(ux): set/unset #Page to convert between page and block (#11970)
* enhance(ux): add/remove #Page to toggle page/block

* enhance(ux): "p t" to set tags for selected blocks

Updated "p a" to toggle displaying all properties including hidden ones.

* feat: cmd+k move blocks

* fix: block could be converted to page and create invalid nodes

Pages with block namespace parents is nonsensical and pages in
property values led to multiple validation errors. Also guard
against class and property pages as namespace parents

* fix: warn on failed cut+paste or indent/outdent of page blocks. Better to warn than silent failure which leaves user confused on
what happened. 

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2025-08-05 17:45:57 +08:00
Tienson Qin
d488c53fd6 adjust page/object sorting weight 2025-07-23 22:12:20 +08:00
Tienson Qin
48ae054ce8 fix: lint 2025-07-23 20:23:05 +08:00
Tienson Qin
00405d98d3 add local embedding model settings 2025-07-16 15:59:22 +08:00
Tienson Qin
e259be0c51 feat: quick add (#11986)
* feat: quick add

* enhance(ux): auto open block for editing for quick add

* enhance(ux): show notification after quick add

* add migration for quick add page
2025-07-07 16:18:53 +08:00
Gabriel Horner
a7562d7f26 chore: Rename 'All pages' to 'Pages'
Simplifies pages screen name to be consistent with other sidebar
items e.g. Tasks and Journals. Deleted all affected translations
since they are no longer valid translations
2025-06-26 12:28:19 +08:00
charlie
6dca6de649 enhance(ux): improve image asset ux 2025-06-24 17:36:16 +08:00
Tienson Qin
92ec65d61d Merge branch 'master' into refactor/page-parent 2025-06-15 08:27:33 +08:00
Tienson Qin
06d7ed9b40 enhance: address suggestions from gabriel and zhiyuan 2025-06-02 11:13:43 +08:00
Tienson Qin
08bbe5c82d enhance: add a command to gc current graph 2025-06-02 11:13:43 +08:00
Gabriel Horner
a169256314 enhance: make it easier for users to fix broken graph
Tell users what to run and remove dev flag. Thought of while working
with https://github.com/logseq/db-test/issues/286
2025-05-26 17:17:57 -04:00
Tienson Qin
fb1d38bc6d enhance(ux): shift + enter to open selected block(s) in sidebar 2025-05-23 03:57:17 +08:00
Gabriel Horner
30ccf2ab24 fix: remove incorrect translations
:en language changed for this entry so remove as they are no longer
correct
2025-05-21 10:15:53 -04:00
Gabriel Horner
0c0fb978d3 Merge branch 'feat/db' into refactor/page-parent 2025-05-21 08:45:24 -04:00
rcmerci
b2ae56fdb6 enhance(rtc): add command :dev/rtc-start 2025-05-21 14:27:31 +08:00
rcmerci
1ee7f50e63 enhance(rtc): add command :dev/rtc-stop 2025-05-21 12:49:46 +08:00
Gabriel Horner
df9833040c Merge branch 'feat/db' into refactor/page-parent 2025-05-20 13:35:14 -04:00
Tienson Qin
6602b814ae feat: add command fix broken graph 2025-05-18 16:37:30 +08:00
Tienson Qin
a43198d109 fix: able to remove namespace page from Library 2025-05-18 04:58:00 +08:00
Tienson Qin
85b4243aac fix: lint 2025-05-13 18:48:01 +08:00
Gabriel Horner
9b1a565dd0 Chore: Remove slides (#11854)
* chore: remove slide feature and reveal mentions

Will remove reveal js dep in later commit

* chore: remove built-in property that was only for slides
2025-05-12 13:32:24 -04:00
Gabriel Horner
4c30aa2904 chore: remove unused batch-delete option
orphaned-pages? deletion from #3006 is no longer used
2025-05-07 16:04:59 -04:00
Tienson Qin
5923f24f56 fix: lint and test 2025-03-31 22:38:34 +08:00
Gabriel Horner
06b3bba5fc enhance: add export edn graph as file
Remove command version of export which is a less useful dev tool
than what's possible with cli
2025-03-17 23:28:43 -04:00
Gabriel Horner
078ac512ad add export graph command
Also add properties :file option. Was useful to compare sqlite.build
EDN w/ export equivalent
2025-03-17 11:58:30 -04:00
Gabriel Horner
c294f078b6 Merge branch 'master' into feat/db 2025-03-11 13:27:33 -04:00
Gabriel Horner
9d09ee9dc4 fix: file graphs showing buggy views tab
instead of page count
2025-02-26 16:56:21 -05:00
Gabriel Horner
f5ea424e17 chore: remove deleted translations from #11739
Also enable counts for class-objects as they can get quite large
2025-02-24 10:39:01 -05:00
charlie
51cbb08ddc enhance(ux): weighted sorting for the marketplace plugins 2025-02-20 12:11:13 +08:00
Gabriel Horner
4ed5897e4e chore: enable export+import edn commands
for any user. Better to get feedback early and iterate.
Easy to reverse this as needed
2025-02-11 15:31:29 -05:00
Gabriel Horner
ca011c980e enhance: add command to export/import graph's ontology 2025-02-05 14:47:12 -05:00
Gabriel Horner
43c6633543 enhance: page import works for existing pages
or graph. Also add tests for fresh page import
2025-02-03 11:24:24 -05:00
Gabriel Horner
44cf521d3a enhance: initial support for export+import of current page
Works across graphs for basic top-level blocks. Generalized import
command to work with block+page and other future exports
2025-01-31 20:09:17 -05:00
Gabriel Horner
085872ea64 enhance: dev commands for exporting and importing
a block data. Works within same graph currently
2025-01-29 11:35:54 -05:00
charlie
a15a9e15b1 enhance(plugin): install plugin from Github releases for development mode 2025-01-17 16:50:24 +08:00
Gabriel Horner
c87da72b95 enhance: allow a tag to be converted back to a page
People do sometimes accidentally tag a page like in
https://github.com/logseq/db-test/issues/201 and should have a way to
undo it
2025-01-13 17:43:21 -05:00
charlie
c1f93683a1 enhance(plugin): load plugin from web url for debug 2025-01-07 12:59:17 +08:00
Aaron2516
6c4ee2fe1f Update zh-cn.edn
Corrected the simplified Chinese translation of kill-line-*
2025-01-06 08:12:38 +08:00
Tienson Qin
87906fbb9d fix: lint 2024-12-30 14:18:11 +08:00
Tienson Qin
deb14ed009 feat: dev validate db 2024-12-30 14:04:26 +08:00
Gabriel Horner
02e4937604 Merge branch 'master' into feat/db 2024-12-03 09:22:20 -05:00
hanla99
a751d5dfc4 Update ko.edn (#11454)
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2024-12-03 09:09:13 -05:00
Tienson Qin
8b8fd8712c feat: highlight recent blocks 2024-12-02 21:07:04 +08:00
charlie
e053405bba enhance(ux): add asset ref link for the highlight area image 2024-11-13 12:25:58 +08:00
Tienson Qin
cbe0ae4429 enhance: polish appearance and settings ui 2024-11-06 13:53:42 +08:00
Gabriel Horner
5c4ce0eee5 fix: delete keys from master langs that no longer exist in db version
using new --fix ability
2024-10-29 21:51:44 -04:00
Gabriel Horner
79d289a7e2 Merge branch 'master' into feat/db 2024-10-29 21:30:08 -04:00
queeup
4103b1fc93 enhance(i18n): update Turkish translation (#11098) 2024-10-29 17:10:29 -04:00