Commit Graph

293 Commits

Author SHA1 Message Date
Tienson Qin
dafec99148 fix: use page uuid for graph url in db graph
We still need to use page name for file graph because pages in
file graph don't have persistent ids.
2024-07-26 12:58:44 +08:00
Tienson Qin
d847023dc1 Refactor: rename :block/content to :block/title 2024-07-10 22:33:44 +08:00
Tienson Qin
a1f352773b refactor: rename :block/original-name to :block/title 2024-07-10 21:43:03 +08:00
Tienson Qin
d08102444d perf: no need to clear-edit! when editing new block 2024-06-19 15:39:05 +08:00
Tienson Qin
95eb0e7f4a Merge branch 'feat/db' into refactor/db-properties-schema 2024-04-29 15:55:23 +08:00
charlie
7e12ce22b7 enhance(ui): WIP refactor the editor action modals with the shui popups 2024-04-24 15:18:44 +08:00
charlie
3cb5fdbc97 fix(chore): typos 2024-04-23 17:30:22 +08:00
Tienson Qin
44af2213ce Merge branch 'feat/db' into refactor/db-properties-schema 2024-04-21 13:22:37 +08:00
charlie
977eaee3d9 enhance(ux): refactor the classic datepicker to the shui calendar within the animated-model cp 2024-04-16 15:17:25 +08:00
Tienson Qin
00967481ad Merge branch 'refactor/db-properties-schema' into refactor/db-remove-block-name-unique 2024-04-11 20:32:12 +08:00
Tienson Qin
ea566f7d5f fix: undo && redo
batch-txs need to be sorted first.
2024-04-11 19:33:39 +08:00
Tienson Qin
8d128f420c Merge branch 'refactor/db-properties-schema' into refactor/db-remove-block-name-unique 2024-04-10 16:14:47 +08:00
Tienson Qin
8de498955f fix: editor cursor missing when moving across blocks 2024-04-09 13:24:19 +08:00
Tienson Qin
1f32893547 fix most issues on whiteboards 2024-04-04 15:57:48 +08:00
Tienson Qin
9df8918f94 Remove more :block/name lookup ref usage 2024-04-04 15:57:48 +08:00
charlie
9aa1269f49 Merge branch 'master' into feat/db 2024-03-12 16:55:15 +08:00
charlie
451b7a6d9d fix(editor): incorrect cursor move for the emoji from the line head 2024-03-12 16:52:09 +08:00
Gabriel Horner
8d0b3c5058 Remove unused :preferred-workflow config for db graphs
part of LOG-3041. Also clean up related namespaces with docstrings
2024-03-07 11:39:51 -05:00
Tienson Qin
036f1b5ab7 feat: /todo/other-status and /urgent/other-priority to set property 2024-01-19 02:36:23 +08:00
Tienson Qin
a619850998 Merge branch 'feat/db' into refactor/pipeline-worker 2024-01-16 15:42:18 +08:00
megayu
c25c432755 Fix wrong cursor posistion (#10838)
* fix unable to use 'del' to delete the last character
if the cursor is at the beginning of the block

* fix right arrow calculate character length incorrect
if the cursor is at the beginning of the block

* fix moving up or down across blocks may enter the middle of a character

* fix moving up or down inside a block may enter the middle of a character
2024-01-11 16:22:37 +08:00
Tienson Qin
eb6e5942f8 fix: lint warnings 2024-01-10 01:34:15 +08:00
Tienson Qin
8f8acf1d77 wip page rename 2024-01-07 16:27:11 +08:00
Tienson Qin
9194a671fd Move outliner core to its own dep 2024-01-03 18:02:48 +08:00
Tienson Qin
b7d9098e80 Move gp-util and gp-config to the common dep 2024-01-03 16:38:05 +08:00
Tienson Qin
4016f93884 Move db validate to worker 2023-12-28 21:25:00 +08:00
Tienson Qin
eb679bd941 wip: file worker 2023-12-28 17:32:43 +08:00
Hidekazu Kubota
a8b2cd5525 fix: force percent encoding to distinguish pages with a title starting with a dot from a hidden file. 2023-12-25 17:05:21 +08:00
Tienson Qin
0e11226d01 fix: remove old transit file when unlink repo
Also, rename demo repo from "local" to "Logseq demo"
2023-12-21 23:41:45 +08:00
Gabriel Horner
1026e1eb22 fix: add graph name warning to import as well 2023-12-20 12:25:27 -05:00
Tienson Qin
6684f28043 feat: import SQLite db to create a new graph 2023-12-11 21:08:05 +08:00
Gabriel Horner
de3d7b7b5f Merge branch 'master' into feat/db 2023-11-01 17:31:17 -04:00
Gabriel Horner
3f773ed876 fix: update all db graph uses of mldoc to use db config
Left a few uses of gp-mldoc/default-config but only in file graph
specific locations or functionality that wasn't related to db graphs
e.g. handler. plugin. Also removed format/get-default-config as it was unused

Part of LOG-2741
2023-10-27 14:08:55 -04:00
Uday Kalbhor
88b61adbd7 fix: issue-9380 - #card should only be appended to the title
https://github.com/logseq/logseq/issues/9380

Bug:
Make block with any text and one property after the text
Use bullet context menu to call «Make Flashcard» command
2023-10-26 10:38:45 +09:00
Gabriel Horner
4b0100cb25 chore: cleanup page-property file based ns
All of frontend.util.page-property was file based except for one line.
Moved that ns to a file-based ns and moved the line out to the more
appropriate property-handler
2023-10-02 15:59:43 -04:00
Gabriel Horner
41bd76a704 Merge branch 'master' into feat/db 2023-09-07 17:52:25 -04:00
Zhizhen He
4cb23ab193 ci: upgrade typos to 1.16.8 2023-08-24 10:29:51 -04:00
Tienson Qin
cb93cc3e9a Merge branch 'master' into feat/db 2023-08-15 13:42:37 +08:00
Matheus Francisco
d419487445 fix: whiteboard page sidebar empty string (#10018) 2023-08-15 00:20:52 +08:00
Tienson Qin
8ed57c04c9 fix: page add-property! for db based graphs 2023-08-01 14:18:36 +08:00
Andelf
3406795066 fix(sync): page history on mobile platforms 2023-07-28 15:23:00 +08:00
Tienson Qin
1671f540fb Move property-edit to file-based.property
Also, util.property -> file-based.property.util
2023-07-27 11:47:08 +08:00
Gabriel Horner
5f91e6cf0f Merge branch 'master' into feat/db 2023-07-24 12:21:19 -04:00
Andelf
07b8b030ea fix(ios): empty repo-url on first-boot(logged) 2023-07-10 16:36:24 +08:00
Andelf
4f20a6720d fix(ui): revise graph name dropdown (#9704)
* fix(ui): graph name calculation of all graphs page
2023-07-04 00:21:49 +08:00
Tienson Qin
0c0bad073a wip: property UX 2023-06-30 12:32:43 +08:00
rcmerci
ad3242b1e4 update property handler 2023-06-21 14:18:02 +08:00
Tienson Qin
fd6b587235 Merge branch 'master' into feat/db 2023-06-21 14:09:16 +08:00
rcmerci
8a1c54173b [wip] property edit 2023-06-20 18:08:40 +08:00
rcmerci
3dc67e550d replace all property/Fns with property-edit/Fns
property-edit/Fns do nothing if current repo is db-based version
2023-06-17 01:37:39 +08:00