docs: update content

This commit is contained in:
Philipp Kühn
2021-04-21 12:11:56 +02:00
parent 36bf546c2d
commit c8a7735d05
2 changed files with 1 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
This extension will make a contextual menu appear near a selection of text. Use it to let users apply [marks](/api/marks) to their text selection.
As always, the markup and styling is totally up to you. The menu is positioned absolute and requires a wrapper with `position: relative`, thats basically the only requirement though.
As always, the markup and styling is totally up to you.
## Installation
```bash

View File

@@ -22,8 +22,6 @@ The [bubble menu](/api/extensions/bubble-menu) appears when selecting text. Mark
hide-source
/>
Itll get an absolute position near the text selection. Make sure to add `position: relative` to the wrapper.
### Floating menu
The [floating menu](/api/extensions/floating-menu) appears in empty lines. Markup and styling is totally up to you.