diff --git a/docs/_static/images/features_table_widget.png b/docs/_static/images/features_table_widget.png new file mode 100644 index 000000000..32da9b536 Binary files /dev/null and b/docs/_static/images/features_table_widget.png differ diff --git a/docs/howtos/layers/points.md b/docs/howtos/layers/points.md index b3790d826..88674a987 100644 --- a/docs/howtos/layers/points.md +++ b/docs/howtos/layers/points.md @@ -313,6 +313,15 @@ of the points (e.g., face color or border color). To see the points features in action, please see the [Point annotation tutorial](annotating-points). +You can also use the builtin Features Table Widget to select, visualize, edit, +or save the contents of the `features` table. + +![image: Features Table Widget](../../_static/images/features_table_widget.png). + +To open it, go to `Layer -> Visualize -> Features Table Widget` or press +{kbd}`Command/Ctrl+Shift+P` to open the command palette and search for "features". +To see it in action, see the {ref}`sphx_glr_gallery_features_table_widget.py` gallery example. + ### Non-editable mode