Commit Graph

12709 Commits (19be2850ff4ec8f5353eb449cea6eeb892a55738)

Author SHA1 Message Date
Gabriel Horner 19be2850ff enhance: allow query function to fallback to named properties with :result-transform 2023-09-22 10:32:56 -04: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
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
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
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