Skip to content

Commit

Permalink
chore: 🤖 additional information about solid-adapter (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlroland authored Sep 18, 2024
1 parent 7547fca commit daaeba8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ You'll need this adapter if you want to use Prosemirror to build a rich text edi
- [x] [Vue](https://vuejs.org/)
- [x] [Svelte](https://svelte.dev/)
- [x] [Lit](https://lit.dev/)
- [x] [Solid](https://solidjs.com/)
- [ ] 🚀 coming soon...
- [x] Add out of box support for prosemirror features
- [x] [Prosemirror Node View](https://prosemirror.net/docs/ref/#view.NodeView)
Expand All @@ -50,6 +51,7 @@ So something out of this scope will not be considered. For example:
<th>vue</th>
<th>svelte</th>
<th>lit</th>
<th>solid</th>
</tr>
<tr>
<td>
Expand All @@ -72,6 +74,11 @@ So something out of this scope will not be considered. For example:
<img src="/assets/lit.svg" width="100" height="100" alt="lit">
</a>
</td>
<td>
<a align="center" title="solid" href="/packages/solid">
<img src="/assets/solid.svg" width="100" height="100" alt="solid">
</a>
</td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions assets/solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"type": "module",
"version": "0.2.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Saul-Mirone/prosemirror-adapter.git",
"directory": "packages/solid"
},
"keywords": [
"prosemirror-adapter",
"solid-js"
Expand Down

0 comments on commit daaeba8

Please sign in to comment.