diff --git a/README.md b/README.md index de43bd6e..1dd16e23 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,11 @@ The form is self-explanatory, but here is some key points you need to keep in mi ![form editor/creator](media/editor.png) + +#### Dataview integration + +![dataview](media/dataview.png) + #### Inline forms The plugin also supports inline forms, which are forms that are defined when you call the openForm method. This is useful when you want to create a form that is only used in one place and it is simple enough. However, note the format is a bit verbose for typing it manually and it is error prone, so unless it is a very small form, you will most likely prefer to use a named form. diff --git a/media/dataview.png b/media/dataview.png new file mode 100644 index 00000000..956bfcec Binary files /dev/null and b/media/dataview.png differ