Skip to content
Snippets Groups Projects
Commit d529dc42 authored by chris's avatar chris
Browse files

ignore readme

parent 23d61793
No related branches found
No related tags found
No related merge requests found
......@@ -23,3 +23,4 @@ yarn-debug.log*
yarn-error.log*
yarn.lock
package-lock.json
README.md
\ No newline at end of file
......@@ -26,7 +26,6 @@ import { QuestionsService } from 'wax-questions-service';
import 'wax-questions-service/dist/index.css'
```
### Tools
```
......
......@@ -23,3 +23,4 @@ yarn-debug.log*
yarn-error.log*
yarn.lock
package-lock.json
README.md
\ No newline at end of file
## Wax Table package
Wax Table Package is a fork of [prosemirror-tables](https://github.com/ProseMirror/prosemirror-tables) with added Table Caption
Wax Table Package is a fork of [prosemirror-tables](https://github.com/ProseMirror/prosemirror-tables) with added Table Caption
funcionality
## How to use
......@@ -17,7 +17,6 @@ import { TablesService, tableEditing, columnResizing } from 'wax-table-service';
import 'wax-table-service/dist/index.css'
```
### Tools
```
......@@ -35,6 +34,7 @@ MenuService: [
### ProseMirror Plugins
In case you need tableEditing or columnResizing plugins add the to the array of `PmPlugins` in your editor's config
```
PmPlugins: [
tableEditing(),
......@@ -49,5 +49,3 @@ In case you need tableEditing or columnResizing plugins add the to the array of
new TablesService(),
]
```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment