Flrande
|
9fd1ca1c09
|
refactor(editor): remove inline editor keyboard utils and add markdown property in rich-text (#10375)
|
2025-02-23 19:57:56 +08:00 |
|
Flrande
|
13834dd09a
|
fix(editor): display heading icon all time (#10256)
|
2025-02-18 09:39:26 +00:00 |
|
L-Sun
|
3ada4bee0d
|
chore(editor): adjust min width of edgeless note (#10153)
Close [BS-2499](https://linear.app/affine-design/issue/BS-2499/所有notes最小宽度调整为218px)
### What changes
- adjusted min width of edgeless note
- placeholder show ellipsis in min edgeless note
- refactored somes button of `change-note-button.ts` with `isPageBlock`
|
2025-02-13 12:40:14 +00:00 |
|
Saul-Mirone
|
e7cc710f8e
|
refactor(editor): remove service global type (#10129)
Closes: [BS-2566](https://linear.app/affine-design/issue/BS-2566/remove-global-types-in-service)
|
2025-02-12 11:46:10 +00:00 |
|
Saul-Mirone
|
39eb8625d6
|
refactor(editor): remove block models global type (#10086)
|
2025-02-11 11:00:57 +00:00 |
|
Saul-Mirone
|
652865c7cf
|
refactor(editor): remove global types in model (#10082)
Closes: [BS-2249](https://linear.app/affine-design/issue/BS-2249/remove-global-types-in-model)
```ts
// before
matchFlavours(model, ['affine:page']);
// after
matchFlavours(model, [PageBlockModel]);
```
|
2025-02-11 08:18:57 +00:00 |
|
Saul-Mirone
|
17bf75e843
|
refactor(editor): remove dependency of command global types (#9903)
Closes: [BS-2216](https://linear.app/affine-design/issue/BS-2216/remove-global-types-in-command)
|
2025-01-27 12:28:46 +00:00 |
|
fundon
|
ffd54c6620
|
refactor(editor): use selected signal in block component (#9849)
|
2025-01-27 02:56:10 +00:00 |
|
Saul-Mirone
|
f744002808
|
refactor(editor): add schema on block model (#9815)
|
2025-01-21 03:56:10 +00:00 |
|
L-Sun
|
969ac30874
|
fix(editor): reactive heading icon (#9729)
Close [BS-2407](https://linear.app/affine-design/issue/BS-2407/[bug]-edgeless-里选中-title-后更改,hint-没有改变)
|
2025-01-16 08:32:15 +00:00 |
|
Saul-Mirone
|
d21ef47ae8
|
chore(editor): rename std.doc to std.store (#9596)
|
2025-01-09 04:16:28 +00:00 |
|
fourdim
|
ebaceb481d
|
fix(editor): enumerate ancestors (#9540)
|
2025-01-07 11:40:10 +00:00 |
|
Saul-Mirone
|
f778d1a28a
|
refactor(editor): move extension to store (#9552)
|
2025-01-06 15:15:14 +00:00 |
|
Saul-Mirone
|
fc863e484c
|
refactor(editor): remove selection global types (#9532)
Closes: [BS-2217](https://linear.app/affine-design/issue/BS-2217/remove-global-types-in-selection)
|
2025-01-06 03:45:11 +00:00 |
|
Saul-Mirone
|
dcf4993265
|
refactor(core): move block collection to affine and implement as doc (#9514)
|
2025-01-04 06:28:55 +00:00 |
|
Saul-Mirone
|
a9f890017e
|
fix(editor): missing dependencies (#9436)
|
2024-12-30 14:10:37 +00:00 |
|
Saul-Mirone
|
2b27d62b0e
|
refactor(editor): cleanup ts-expect-error (#9369)
|
2024-12-27 05:14:23 +00:00 |
|
Flrande
|
35f93b0535
|
fix(editor): some blocks can not be collapsed (#9325)
|
2024-12-26 06:40:11 +00:00 |
|
Flrande
|
052d74896e
|
fix: can not drag collapsed heading (#9272)
|
2024-12-24 12:58:39 +00:00 |
|
Flrande
|
43c20c4e05
|
fix: can not select all block when some block collapsed (#9248)
|
2024-12-23 09:09:54 +00:00 |
|
donteatfriedrice
|
a187f23452
|
chore: each block maintain its own adapter extension (#9224)
|
2024-12-23 07:54:59 +00:00 |
|
Saul-Mirone
|
3a82da0e5b
|
chore: fix eslint in blocksuite (#9232)
|
2024-12-20 16:48:10 +00:00 |
|
Mirone
|
30200ff86d
|
chore: merge blocksuite source code (#9213)
|
2024-12-20 15:38:06 +08:00 |
|