Commit Graph

12884 Commits

Author SHA1 Message Date
Andelf
87b2680b95 fix(android): capture all logseq:// links (#10266) 2023-09-22 16:53:26 +08:00
Gabriel Horner
358987d7b3 Fix icon property and update property related fixmes 2023-09-21 16:34:06 -04:00
Gabriel Horner
2e0dee0092 fix: named blocks didn't work with page refs or tags 2023-09-21 11:00:40 -04:00
rcmerci
af7044fba1 fix(rtc): typo created-at 2023-09-21 21:20:42 +08:00
rcmerci
9409928249 fix(rtc): sync page-block's alias attr 2023-09-21 20:55:19 +08:00
Bad3r
eacef25e5d chore(deps): upgrade codemirror to v5.65.15 (#9822) 2023-09-21 10:48:05 +08:00
jionkitten
dd28710a9b fix(pdf): too frequent highlights saving 2023-09-21 10:11:27 +09:00
Alan Roe
82e24d9fd3 feat: cursor jump to start/end of first/last line 2023-09-21 10:10:54 +09:00
Gabriel Horner
0857a4e4a8 add closed-map option to validation script
use it to flesh out most of our datascript schema
2023-09-20 17:14:13 -04:00
Gabriel Horner
b2802e9a54 fix: named blocks and function macro
Had to update properties queries. Also loosened pu/lookup so that
user properties can use it
2023-09-20 16:26:13 -04:00
Gabriel Horner
69f166dab6 fix: store :map properties correctly
:filters in linked references wasn't working when page reloaded b/c it
was stored incorrectly
2023-09-20 12:40:56 -04:00
rcmerci
b12432bcd6 feat(rtc): support :block/alias sync
also update `ref-type-attributes`, `card-many-attributes`,
`card-many-ref-type-attributes`, `card-one-ref-type-attributes`
in ns `logseq.db.schema`
2023-09-21 00:31:38 +08:00
rcmerci
62724f7229 fix(rtc): remove empty remove-op 2023-09-21 00:31:38 +08:00
rcmerci
9fe6f0581a fix(rtc): fix rtc init fns, update debug-ui 2023-09-21 00:31:38 +08:00
Tienson Qin
7f65c7f4e1 fix: enable pipeline set input content for db graphs only 2023-09-20 23:53:09 +08:00
Andelf
6eb82e822a chore: bump version 0.9.18 0.9.18 2023-09-21 00:38:43 +09:00
Andelf
0831f312d9 fix(fs): disable graph name warning
See-also: #10246
2023-09-21 00:37:24 +09:00
Tienson Qin
f4613612d7 fix: hide special id content 2023-09-20 23:02:49 +08:00
Gabriel Horner
226dd1d773 fix: default value for configure-show? should be a boolean 2023-09-20 10:51:04 -04:00
Gabriel Horner
71060a847e fix publishing lint 2023-09-20 10:45:12 -04:00
Gabriel Horner
153cf4c0ef fix: only show page details for class and property in publishing
since showing no page details by default for normal pages looked buggy.
Also fixed page properties showing in file graphs
2023-09-20 10:38:26 -04:00
Gabriel Horner
6cf19c60f8 fix: exclude-from-graph-view and public properties
Hide them as no need to see them by default but still need to be
accessible to modify. public's queries hadn't been updated to work with db graph yet
2023-09-20 09:26:37 -04:00
Gabriel Horner
e052c2894a enhance: Display page property descriptions with markdown formatter
like we do for property values. Also fixed related schema property
values that had incorrect links that would now be visible
2023-09-19 11:15:25 -04:00
Gabriel Horner
958971f8e9 fix: schema script and class renamed urls
also a minor change on update script I forgot to commit
2023-09-19 09:14:28 -04:00
Tienson Qin
206056e466 fix: don't reset editor's content if only spaces difference 2023-09-19 19:36:35 +08:00
rcmerci
ec2cf55e96 dev(rtc): update debug ui 2023-09-19 19:05:41 +08:00
rcmerci
63a0ad67c2 feat(rtc): support list-graphs 2023-09-19 18:09:38 +08:00
charlie
7c15eb7ffc fix(mobile): incorrect asset resource path for custom css 2023-09-19 12:15:44 +09:00
Gabriel Horner
bdd3d7e05e Add a script to validate datascript db for db graphs
fix schema script that was importing invalid descriptions and
was the source of CreativeWork failing
2023-09-18 14:58:11 -04:00
Gabriel Horner
f742864d0d Add description to schema class pages now that they are visible 2023-09-18 12:07:41 -04:00
Gabriel Horner
96da22e143 fix: unable to add class page properties
able to add now and simpler to reason about how
page properties are displayed
2023-09-18 11:37:36 -04:00
Gabriel Horner
0999ad13c5 fix: class page properties not visible or editable 2023-09-18 11:17:00 -04:00
rcmerci
43e3dc2cec fix(rtc): update schema & no need to update-keys anymore 2023-09-18 18:01:58 +08:00
rcmerci
5a34aa7f7d enhance(rtc): add malli decoder for schema 2023-09-18 17:56:43 +08:00
rcmerci
d723885128 remove outdated comments 2023-09-18 10:23:51 +08:00
rcmerci
6a9782919d feat(db-sync): sync updated-at, created-at from remote 2023-09-17 21:42:24 +08:00
rcmerci
5a5e4a7c01 feat(rtc): sync :block/updated-at, :block/created-at to remote 2023-09-17 18:45:59 +08:00
Tienson Qin
80d5967add enhance: set edit content if the last content datom is added 2023-09-17 17:13:30 +08:00
Tienson Qin
50c7b371d2 fix: reset editor content when the block's content has been changed 2023-09-17 17:02:56 +08:00
Gabriel Horner
0b743940d6 fix: query table sorting, column selection and view toggle
not working in publishing. Also cleaned up db/transact! to
avoid needless runtime config/publishing? checks since it's value is
known at compile time
2023-09-16 01:08:19 -04:00
Andelf
062515639b fixup! chore(deps): update rewrite-edn to fix #10218 2023-09-15 16:41:36 -04:00
Andelf
d3ab56442a chore(deps): update rewrite-edn to fix #10218 2023-09-15 16:41:36 -04:00
Andelf
af2d00ac88 enhance(electron): close notification message when test proxy setting 2023-09-15 18:58:32 +09:00
Tienson Qin
963831189d Set a different color for property bullet 2023-09-15 15:29:09 +08:00
Tienson Qin
56d29e1732 fix: can't collapse blocks in published site 2023-09-15 14:57:27 +08:00
Andelf
8f5b1da36f fix(fs): support asset filenames with percent encoding
Fix #10188
2023-09-15 15:49:17 +09:00
Gabriel Horner
5f4c06b28b Include version in issue plugin list 2023-09-15 13:28:03 +09:00
Andelf
501676f1f8 fix: convert bug-url from def to defn 2023-09-15 13:28:03 +09:00
Andelf
1919345aef chore: add plugin list to bug report 2023-09-15 13:28:03 +09:00
Gabriel Horner
e00ef0b728 fix: don't show blank block types in publishing 2023-09-14 16:26:46 -04:00