Skip to content

Commit 1a877bb

Browse files
committed
Prep for public release
1 parent 78b8954 commit 1a877bb

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
Easily add notes to any record in WinterCMS through a Mac OS-like user experience.
44

5-
# Installation
5+
<p align="center">
6+
<img src="https://github.com/wintercms/wn-notes-plugin/raw/main/assets/images/screenshot.png?raw=true" alt="Screenshot of Notes FormWidget" width="100%" />
7+
</p>
68

7-
To install from the [Marketplace](https://wintercms.com/plugin/winter-notes), click on the "Add to Project" button and then select the project you wish to add it to before updating the project to pull in the plugin.
9+
# Installation
810

9-
To install from the backend, go to **Settings -> Updates & Plugins -> Install Plugins** and then search for `Winter.Notes`.
11+
To install it with Composer, run `composer require wintercms/wn-notes-plugin` from your project root.
1012

1113
To install from [the repository](https://github.com/wintercms/wn-notes-plugin), clone it into `plugins/winter/notes` and then run `composer update` from your project root in order to pull in the dependencies.
1214

13-
To install it with Composer, run `composer require wintercms/wn-notes-plugin` from your project root.
14-
1515
# Documentation
1616

1717
Simply add the `notes` MorphMany relationship to your model and add a field with a type of `notes` to your fields.yaml to get started.

assets/images/screenshot.png

51.5 KB
Loading

updates/version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
1.0.1:
1+
"1.0.1":
22
- 'Initial version'
3-
- create_notes.php
3+
- 'v1.0.1/create_notes.php'

0 commit comments

Comments
 (0)