Commit Graph

12692 Commits

Author SHA1 Message Date
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
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
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
Gabriel Horner
e00ef0b728 fix: don't show blank block types in publishing 2023-09-14 16:26:46 -04:00
Gabriel Horner
fff41f3e46 feat: show ancestor classes on class page's configure section 2023-09-14 16:22:45 -04:00
Gabriel Horner
e6b02acdfa feat: new property value pages can input their class as well
e.g. 'Some Name #Person' will create a Person page for 'Some Name'.
Autocompletion is provided in dropdown after 'Some Name #'
2023-09-14 13:31:14 -04:00
Gabriel Horner
32795f0839 fix: Hidden properties toggle shouldn't jump
Was hard to use with more than a few hidden properties
2023-09-14 10:38:37 -04:00
rcmerci
fee6d26216 feat(rtc): confict-pages handle 2023-09-14 16:19:23 +08:00
Gabriel Horner
220f192e85 enhance: provide config to hide empty props unless they are configured
thx to Tienson for the suggestion
2023-09-13 17:35:13 -04:00
Gabriel Horner
d0df9bf245 fix: Don't show empty configure Properties for publishing 2023-09-13 15:47:46 -04:00
Gabriel Horner
4a7821064c fix: user can change their block type
Better ux that Allows users to undo turning pages into class or
property. Closes LOG-2738
2023-09-13 14:54:41 -04:00
Gabriel Horner
daedf2bdb3 enhance: meta-click to navigate to property page 2023-09-13 12:57:48 -04:00
Gabriel Horner
76870a3b0e fix: allow users to see built-in property config again 2023-09-13 12:05:47 -04:00
Gabriel Horner
1e1fb0f67f enhance: Property pages can configure from their page
In publishing, users see a read-only version of configure page. Fixed
multiple inputs in property-config missing disabled?
2023-09-13 11:35:45 -04:00
rcmerci
0d3e90d681 fix(rtc): content compare when applying remote updates 2023-09-13 22:51:29 +08:00
Tienson Qin
faf6069dac fix: can't drag in block values 2023-09-13 22:33:40 +08:00
Tienson Qin
4d10d66735 feat: mod+enter to create tagged block instead of tagged page 2023-09-13 22:28:47 +08:00
Tienson Qin
c6a46c43f2 fix: can't backspace to edit tagged page block 2023-09-13 20:48:29 +08:00
Tienson Qin
b3eb7b6a43 fix: create sibling block instead of child block for tagged block 2023-09-13 20:22:55 +08:00
Tienson Qin
412447a70a fix: quit editor after tagging a block 2023-09-13 20:03:09 +08:00
Tienson Qin
b2161ac5ec feat: collapse/expand block values 2023-09-13 18:45:15 +08:00
Tienson Qin
f2b18e9614 Style tweeks 2023-09-13 17:09:27 +08:00
Tienson Qin
03373d6268 enhance: display properties in outliner mode 2023-09-13 16:18:07 +08:00
Tienson Qin
beefdfb6ce fix: create only one block if the current property's value is empty 2023-09-13 14:23:08 +08:00
Tienson Qin
5cc4c4b676 fix: can't switch back to single input value for :default property
https://linear.app/logseq/issue/LOG-2810/cant-switch-back-to-single-input-value-for-default-property
2023-09-13 14:04:45 +08:00
Tienson Qin
73c5930672 fix: two :default property values can change each other
https://linear.app/logseq/issue/LOG-2811/two-default-property-values-can-change-each-other
2023-09-13 13:36:40 +08:00
Gabriel Horner
c1b79d70df enhance: make parent class navigable in publishing
also fix outdated label
2023-09-12 17:08:43 -04:00
Gabriel Horner
02a902e6a4 update script to demo date properties
also update case statement as only :default expects string or uuids
2023-09-12 16:22:48 -04:00
Gabriel Horner
29340fffe8 enhance: navigate from date property value
meta-click in app and click in publishing
2023-09-12 16:15:37 -04:00
Gabriel Horner
385d716257 fix: update scripts to use latest changes in property types 2023-09-12 13:54:16 -04:00
Gabriel Horner
06a1b69d6e fix: rename to create page with recent property type change 2023-09-12 13:21:52 -04:00
Tienson Qin
988f86345d enhance: search #x to create the class x 2023-09-12 21:42:42 +08:00
Tienson Qin
a24e188a4d feat: add template type 2023-09-12 21:02:49 +08:00
Tienson Qin
c6b1eb6b72 Empty opacity tweaks 2023-09-12 17:58:33 +08:00