Commit Graph

280 Commits

Author SHA1 Message Date
charlie
72e6700b74 fix(ui): page blink for the pdf file ref link 2024-11-29 15:18:24 +08:00
charlie
978c5e80d4 enhance(ux): page blink when the dummy block transits to normal block 2024-11-29 11:33:29 +08:00
charlie
78c426cb94 fix(ui): linking a header in text breaks formatting https://github.com/logseq/db-test/issues/170 2024-11-25 11:00:04 +08:00
charlie
e5c597f59b fix(ui): blink for the heading block during into editing mode 2024-11-06 10:16:56 +08:00
charlie
dc3bdc793c fix(ui): alignments for the editing heading block within the table view container 2024-11-06 09:50:26 +08:00
charlie
43a25d2cfe enhance(ux): page title actions 2024-11-05 17:06:49 +08:00
charlie
6ce35365fa fix(ui): broken text for the heading block ref 2024-11-05 11:58:26 +08:00
Tienson Qin
385b4937e1 enhance: store url property value in :block/title
So that url can be written using the block editor.
2024-11-04 23:11:48 +08:00
charlie
a4df98903e enhance(ui): polish block control arrow for the block with emoji/icon 2024-11-04 14:16:10 +08:00
charlie
81918d9751 fix(ui): broken text for the asset ref link 2024-11-04 10:28:09 +08:00
charlie
d862e443ea fix(ui): long page name broken for the page ref link 2024-11-01 18:57:40 +08:00
charlie
a6dbcb155f enhance(ui): not resizeable image within the positioned property node 2024-10-31 17:50:06 +08:00
charlie
3eded51689 enhance(ux): limit min width for the resized image 2024-10-31 17:50:06 +08:00
charlie
8f24bb51da enhance(ux): resize image horizontal handles 2024-10-31 17:50:06 +08:00
Tienson Qin
4384af08e6 fix: style issue 2024-10-18 17:30:00 +08:00
Tienson Qin
07a5187e30 enhance: show empty left && right positioned properties
Also fixed the issue that positioned property value can't be selected.
2024-10-18 17:24:52 +08:00
Tienson Qin
b352300927 fix: display icon in node reference
Unless it's a normal page or block without any tag.
2024-10-09 19:02:04 +08:00
Tienson Qin
812cdd5840 enhance: save new files to #asset instead of the current page
When the current editing block is not empty.
2024-10-08 19:56:35 +08:00
charlie
61f583e485 fix(ui): property below the block misaligned https://github.com/logseq/db-test/issues/122 2024-10-08 11:05:34 +08:00
Tienson Qin
deb3507bb0 enhance: copy code block
1. search and store code lang instead of mode
2. select uses frontend.components.select instead of shui input + auto-complete
2024-10-02 12:58:15 +08:00
charlie
ca08ba94e1 enhance(ux): polish workflow for the code type block 2024-09-27 14:34:22 +08:00
charlie
d02488de2b enhance(ux): add mode picker for the code editor 2024-09-27 12:30:06 +08:00
Tienson Qin
599475b15e fix: embedded Youtube player too narrow
fixes https://github.com/logseq/db-test/issues/110
2024-09-19 19:57:30 +08:00
Tienson Qin
c3f0cc1953 fix: disallow # in page name
Because it creates ambiguity in some cases:
1. With cmd-k we can’t tell the difference between an Apple page
tagged with Fruit and a page named "Apple #Fruit"
2. What should we do with [[Apple #Fruit king]]?
3. Is `#` for Markdown heading or part of a page name?

Fixes https://github.com/logseq/db-test/issues/100
Fixes https://github.com/logseq/db-test/issues/106
Fixes https://github.com/logseq/db-test/issues/105
2024-09-19 06:31:26 +08:00
Tienson Qin
0e264a27c9 enhance: limit property width 2024-09-18 22:22:43 +08:00
charlie
ca00f843b7 fix(ui): markdown table horizontal scrollbar https://github.com/logseq/db-test/issues/84 2024-09-13 12:17:36 +08:00
charlie
1facbfea05 fix(ui): markdown-style checkboxes css glitch https://github.com/logseq/db-test/issues/58 2024-09-13 10:40:16 +08:00
charlie
a902fa5226 fix(ui): inline code in multi-line headers breaks block formatting https://github.com/logseq/db-test/issues/55 2024-09-12 11:28:56 +08:00
charlie
f7f2f2a238 fix(ui): checkbox truncated from positioned properties https://github.com/logseq/db-test/issues/63 2024-09-12 11:06:31 +08:00
charlie
cb101eb50c enhance(ux): editor blink for the block title include page ref links 2024-09-11 11:24:36 +08:00
Tienson Qin
a3692f076c fix: bullet position 2024-09-11 09:59:53 +08:00
Tienson Qin
46f2667976 enhance(ux): display collapse button on page title if collapsable
This makes it easier to collapse/expand properties for pages.
2024-09-11 09:09:07 +08:00
Tienson Qin
8c1d1f2c02 enhance(ux): display remove tag button when hovering it
This commit puts the close button to the end of the tag instead.
2024-09-09 16:42:33 +08:00
Tienson Qin
339da2614c enhance(ux): display at most 2 block tags when there're more 2024-09-09 12:06:29 +08:00
Tienson Qin
c268841121 refactor: query result with the new table view (#11508)
feat: table && list view
2024-09-09 06:55:37 +08:00
Tienson Qin
dbfdf86021 Css tweaks 2024-09-05 16:40:09 +08:00
Tienson Qin
97d4a4caf6 enhance: display empty positioned checkbox properties 2024-09-05 05:21:54 +08:00
charlie
9dcae0e0f5 enhance(ui): add page block bullet flag for the reference links 2024-09-04 14:17:06 +08:00
charlie
9cabcdfebe enhance(ui): alignments for the references items 2024-09-04 11:32:12 +08:00
charlie
09bcef808e fix(ui): duplicated page icon for block page refs 2024-09-04 11:18:03 +08:00
Tienson Qin
2b2887f255 fix: tags center-align 2024-09-03 16:44:32 +08:00
charlie
7655556d8a fix(ui): polish task marker for file based block 2024-09-03 14:16:51 +08:00
Tienson Qin
c7677c813e refactor: set parent for any page, not just tags (#11494)
* refactor: replace :class/parent with :logseq.property/parent

* replace :class/schema.properties with property.class/properties

* enhance: display schema properties directly in Tag properties

* tag properties style tweaks

* fix: properties view context

* fix: limit parent to be classes or pages depends on the current node

* enhance: display ancestors in Parent

* fix: ancestors

* enhance: display tag properties always for tags

* enhance: display tag block container instead of properties area

* enhance: show add property as popup instead of dialog

* fix: tag parent must be a tag

* enhance: display properties in the right sidebar

* fix: tags style

* fix: icon style

* fix: positioned icons

* fix: lint

* fix: tests

* fix: remove properties from rtc watched attrs

* fix: graph-parser tests

* enhance: style tweaks

* enhance: page/create parses tags from user-input title

* enhance(ux): [[ref]] followed by # (no whitespace) to add tags

* fix: tests

* fix: graph-parser lint and tests

* fix: allow tagged nodes to be parents

* enhance(ux): display tag property descriptions

Also, make it editable.
2024-09-03 07:32:38 +08:00
Tienson Qin
fad0f832ab fix: limit tags length 2024-08-30 08:52:16 +08:00
charlie
fff3fb93c0 enhance(ui): alignment for the inline tag 2024-08-19 22:30:04 +08:00
Tienson Qin
656f33207a fix: style issue 2024-08-19 17:28:51 +08:00
Tienson Qin
de45337b79 enhance: set height for right position properties 2024-08-19 14:29:41 +08:00
Tienson Qin
e3dd075a55 enhance: Tag support inline display 2024-08-15 19:02:49 +08:00
charlie
d3057f6965 refactor: remove unused css 2024-08-09 14:38:12 +08:00
charlie
e6c73e896c enhance(ui): alignment for block title marker 2024-08-09 14:20:54 +08:00