Skip to content

Commit d349f67

Browse files
committed
0.6.8
1 parent 331552c commit d349f67

29 files changed

Lines changed: 56 additions & 60 deletions

docs/functions/Delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **Delete**(`editor`, `range?`): `void`
88
9-
Defined in: [commands.ts:21](https://github.com/inokawa/editate/blob/67dafbb210b8f5568792788537128c9e23f2a4cc/src/commands.ts#L21)
9+
Defined in: [commands.ts:21](https://github.com/inokawa/editate/blob/331552c72bf8fd93436719e1a6e937094f6fd4fa/src/commands.ts#L21)
1010

1111
Delete content in the selection or specified range.
1212

docs/functions/Format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **Format**\<`T`, `N`, `K`\>(`editor`, `key`, `value`, `range?`): `void`
88
9-
Defined in: [commands.ts:87](https://github.com/inokawa/editate/blob/67dafbb210b8f5568792788537128c9e23f2a4cc/src/commands.ts#L87)
9+
Defined in: [commands.ts:87](https://github.com/inokawa/editate/blob/331552c72bf8fd93436719e1a6e937094f6fd4fa/src/commands.ts#L87)
1010

1111
Format content in the selection or specified range.
1212

docs/functions/InsertNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **InsertNode**\<`T`\>(`editor`, `node`, `position?`): `void`
88
9-
Defined in: [commands.ts:42](https://github.com/inokawa/editate/blob/67dafbb210b8f5568792788537128c9e23f2a4cc/src/commands.ts#L42)
9+
Defined in: [commands.ts:42](https://github.com/inokawa/editate/blob/331552c72bf8fd93436719e1a6e937094f6fd4fa/src/commands.ts#L42)
1010

1111
Insert node at the caret or specified position.
1212

docs/functions/InsertText.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **InsertText**(`editor`, `text`, `position?`): `void`
88
9-
Defined in: [commands.ts:31](https://github.com/inokawa/editate/blob/67dafbb210b8f5568792788537128c9e23f2a4cc/src/commands.ts#L31)
9+
Defined in: [commands.ts:31](https://github.com/inokawa/editate/blob/331552c72bf8fd93436719e1a6e937094f6fd4fa/src/commands.ts#L31)
1010

1111
Insert text at the caret or specified position.
1212

docs/functions/Redo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **Redo**(`editor`): `void`
88
9-
Defined in: [plugins/history.ts:118](https://github.com/inokawa/editate/blob/67dafbb210b8f5568792788537128c9e23f2a4cc/src/plugins/history.ts#L118)
9+
Defined in: [plugins/history.ts:118](https://github.com/inokawa/editate/blob/331552c72bf8fd93436719e1a6e937094f6fd4fa/src/plugins/history.ts#L118)
1010

1111
Redos the last undone edit.
1212

docs/functions/Redoable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **Redoable**(`editor`): `boolean`
88
9-
Defined in: [plugins/history.ts:132](https://github.com/inokawa/editate/blob/67dafbb210b8f5568792788537128c9e23f2a4cc/src/plugins/history.ts#L132)
9+
Defined in: [plugins/history.ts:132](https://github.com/inokawa/editate/blob/331552c72bf8fd93436719e1a6e937094f6fd4fa/src/plugins/history.ts#L132)
1010

1111
Check if the history can be redone.
1212

docs/functions/ReplaceDoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **ReplaceDoc**\<`T`\>(`editor`, `fragment`): `void`
88
9-
Defined in: [commands.ts:67](https://github.com/inokawa/editate/blob/67dafbb210b8f5568792788537128c9e23f2a4cc/src/commands.ts#L67)
9+
Defined in: [commands.ts:67](https://github.com/inokawa/editate/blob/331552c72bf8fd93436719e1a6e937094f6fd4fa/src/commands.ts#L67)
1010

1111
Replace document in the editor.
1212

docs/functions/ReplaceText.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **ReplaceText**(`editor`, `text`): `void`
88
9-
Defined in: [commands.ts:57](https://github.com/inokawa/editate/blob/67dafbb210b8f5568792788537128c9e23f2a4cc/src/commands.ts#L57)
9+
Defined in: [commands.ts:57](https://github.com/inokawa/editate/blob/331552c72bf8fd93436719e1a6e937094f6fd4fa/src/commands.ts#L57)
1010

1111
Replace text in the selection or specified range.
1212

docs/functions/SetBlockAttr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **SetBlockAttr**\<`T`, `N`, `K`\>(`editor`, `key`, `value`, `offset?`): `void`
88
9-
Defined in: [commands.ts:136](https://github.com/inokawa/editate/blob/67dafbb210b8f5568792788537128c9e23f2a4cc/src/commands.ts#L136)
9+
Defined in: [commands.ts:136](https://github.com/inokawa/editate/blob/331552c72bf8fd93436719e1a6e937094f6fd4fa/src/commands.ts#L136)
1010

1111
Set attr to a block node at the caret or specified position.
1212

docs/functions/ToggleBlockAttr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **ToggleBlockAttr**\<`T`, `N`, `K`\>(`editor`, `key`, `onValue`, `offValue`, `offset?`): `void`
88
9-
Defined in: [commands.ts:153](https://github.com/inokawa/editate/blob/67dafbb210b8f5568792788537128c9e23f2a4cc/src/commands.ts#L153)
9+
Defined in: [commands.ts:153](https://github.com/inokawa/editate/blob/331552c72bf8fd93436719e1a6e937094f6fd4fa/src/commands.ts#L153)
1010

1111
Toggle attr of block node at the caret or specified position.
1212

0 commit comments

Comments
 (0)