Commit Graph

12657 Commits (412447a70ac103990675b2ead82792ea15c599be)

Author SHA1 Message Date
Tienson Qin c90050aee9 fix: delete linked block 2023-08-16 14:28:52 +08:00
Tienson Qin 6087d3dfbd fix: browser db loading 2023-08-16 13:37:35 +08:00
Tienson Qin cce7be9f50 fix: reactive linked block 2023-08-16 12:53:49 +08:00
Gabriel Horner 172ee0ae24 Provide sqlite.cli for reusable sqlite fns
Already had to do read-graph 3 times and will soon need to it outside
logseq so worth putting this behind an api ns
2023-08-15 18:08:44 -04:00
Gabriel Horner bcc37eb298 Update publishing to optionally work with db graphs
Also updated commandline script
2023-08-15 16:35:03 -04:00
Tienson Qin 732a589d91 fix: outliner ops for linked blocks 2023-08-16 02:00:21 +08:00
Tienson Qin be85fcdd3e refactor: block-children use block-list too 2023-08-16 01:38:59 +08:00
Tienson Qin cef72a1463 fix: no need to clean content for db graphs 2023-08-16 01:13:59 +08:00
Tienson Qin 58fc4bca28 allow page's block/content to be it's original name 2023-08-16 01:09:48 +08:00
Tienson Qin 14289b99ab fix: safe check block/content 2023-08-16 00:46:55 +08:00
Tienson Qin 517505cf53 Merge branch 'master' into feat/db 2023-08-16 00:41:47 +08:00
Tienson Qin 5cd3bec911 fix: can't redirect to block 2023-08-16 00:36:55 +08:00
Andelf 6fee36d3e8 fix(editor): error notification when template insert error 2023-08-15 23:38:35 +08:00
Andelf deba094724 fix(editor): template expansion if ac-ui is blurred
See-also: #8728
2023-08-15 23:38:35 +08:00
Andelf 849173d081 fix(sqlite,browser): dup today journal page 2023-08-15 23:15:25 +08:00
Andelf 6651709cd4 refactor(sqlite): rewrite in-browser upsert with async/chan 2023-08-15 22:37:57 +08:00
Tienson Qin 56bd8dd47c fix: add block below linked block 2023-08-15 21:15:49 +08:00
Andelf 7cf2d5d387
chore: DB version for browser support (#10016)
- impl storage
- still not working: refreshing, init code
2023-08-15 21:07:31 +08:00
Tienson Qin 4e95339c11 fix: :block/link should reuse existing block id 2023-08-15 19:57:58 +08:00
Tienson Qin ecfed114f5 allow indent a block to a linked page 2023-08-15 19:35:28 +08:00
Tienson Qin 4bff0b975f Add :block/link to ref-type-attributes 2023-08-15 19:22:49 +08:00
Tienson Qin 067d3beba2 show linked page instead of the block that the page has been added 2023-08-15 17:07:07 +08:00
rcmerci 0be00ef6fd use indexeddb to store rtc-ops 2023-08-15 16:59:41 +08:00
Tienson Qin 2e9b1e6fa5 add fn extract-plain 2023-08-15 15:39:25 +08:00
Tienson Qin d75e5c6e72 chore: rename :block/instance to :block/link 2023-08-15 15:15:49 +08:00
Tienson Qin 2026e22c8f enhance: add delete button near to tags 2023-08-15 14:15:40 +08:00
Tienson Qin cb93cc3e9a Merge branch 'master' into feat/db 2023-08-15 13:42:37 +08:00
Tienson Qin 608acdeb14 Hide unlinked refs on home 2023-08-15 13:27:08 +08:00
situ2001 35124d5ffb fix: add drag threshold 2023-08-15 13:12:34 +08:00
charlie 1d7b6c9999 enhance(zotero): polish ui details of the zotero search component 2023-08-15 13:11:47 +08:00
Andelf 248b83525a fix(editor): avoid nav to empty page name 2023-08-15 13:04:50 +08:00
Gabriel Horner cbed7f7a19 Tweak login wording to let users know that email login works
This will reduce support requests
2023-08-15 12:58:24 +08:00
Gabriel Horner 677b3d3aa4 Tweak wording to reflect button usage for class page
For a class page this opens configuration for a page, not just add
property
2023-08-14 16:23:34 -04:00
Gabriel Horner 85c14ad13a fix: regression with deleting a class property 2023-08-14 15:50:08 -04:00
Matheus Francisco d419487445
fix: whiteboard page sidebar empty string (#10018) 2023-08-15 00:20:52 +08:00
rcmerci 3a3ab5a6a4 add frontend.db.rtc.ops-idb-store 2023-08-14 23:43:37 +08:00
rcmerci 4a72708e8d update rtc local-ops->remote-ops 2023-08-14 19:24:13 +08:00
Tienson Qin 2181525bd8 feat: object type 2023-08-14 19:10:45 +08:00
Tienson Qin debde5bdf6 enhance: create empty block when a new block type property created 2023-08-14 18:02:38 +08:00
Tienson Qin 3b43fc1c05 fix: dropdown initial-open 2023-08-14 17:43:01 +08:00
Tienson Qin ea56b0a9c0 enhance: backspace to delete a block value 2023-08-14 16:43:55 +08:00
Tienson Qin a37acf5a75 enhance: don't show then add button when editing 2023-08-14 16:20:05 +08:00
Tienson Qin a51599df40 fix: align blocks and text 2023-08-14 14:54:27 +08:00
Tienson Qin 802b954605 enhance: block input 2023-08-14 14:33:30 +08:00
Tienson Qin 406e90abf1 enhance: pick icon 2023-08-14 13:27:16 +08:00
Tienson Qin 5895e06506 fix: esc or click outside to exit new property 2023-08-14 12:27:41 +08:00
Tienson Qin 11fc737290 enhance: change default property icon to letter p 2023-08-14 12:16:57 +08:00
Tienson Qin 49c8e708cb enhance: click icon directly to update it 2023-08-14 12:01:47 +08:00
Tienson Qin 04ecb9430d fix: date value should be journal uuid 2023-08-14 11:52:36 +08:00
Tienson Qin f38e63f51e add placeholder 2023-08-11 14:58:38 +08:00