Commit Graph

12872 Commits (646975cef7e34011e74174d98b6f4aae92f7e435)

Author SHA1 Message Date
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 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
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
Charlie 304cf9f692
fix(plugin): incorrect mouse point payload for the plugin hook of input selection (#10175) 2023-09-14 22:50:46 +08: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
Konstantinos 89a489571f
Enhance: Introduce customizable close window shortcut (#10190)
* add close window shortcut

* suppress build warnings

* add window ns docstring
2023-09-14 22:23:03 +08:00
Jack Case 8ac30c1fd8
fix: Allow writing to files with group permission without chmod on Linux (#9297)
* feat: check electron config item disable-automatic-chmod

* added auto chmod toggle to advanced settings page for electron

* add default behavior when chmod config key doesn't exist

* added auto chmod description key to en.edn
2023-09-14 22:13:12 +08: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