You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out the [complete code](https://github.com/AppFlowy-IO/AppFlowy/blob/main/frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/underscore_to_italic.dart) file of this example.
139
+
Check out the [complete code](https://github.com/AppFlowy-IO/AppFlowy/blob/main/frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart) file of this example.
@@ -180,7 +177,7 @@ We'll use `network_image` in this case. And we add `network_image_src` to the `a
180
177
181
178
Then, we create a class that inherits [NodeWidgetBuilder](../lib/src/service/render_plugin_service.dart). As shown in the autoprompt, we need to implement two functions:
182
179
1. one returns a widget
183
-
2. the other verifies the correctness of the [Node](../lib/src/document/node.dart).
180
+
2. the other verifies the correctness of the [Node](../lib/src/core/document/node.dart).
184
181
185
182
186
183
```dart
@@ -308,7 +305,7 @@ return AppFlowyEditor(
308
305
309
306
Check out the [complete code](https://github.com/AppFlowy-IO/AppFlowy/blob/main/frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/network_image_node_widget.dart) file of this example.
310
307
311
-
## Customizing a Theme (New Feature in 0.0.5, Alpha)
308
+
## Customizing a Theme (New Feature in 0.0.7)
312
309
313
310
We will use a simple example to illustrate how to quickly customize a theme.
0 commit comments