diff --git a/README.md b/README.md
index b13b81170db0857d797876b803a80787e66957cf..f783e51a4be02ccbbeeebd23eced0ddb9ff59fb3 100644
--- a/README.md
+++ b/README.md
@@ -140,3 +140,12 @@ Besides the [React](https://reactjs.org/) and [React Force Graph](https://github
 1. [KaTeX](https://katex.org/) to render LaTeX formulas.
 2. [Three-Fatline](https://github.com/vasturiano/three-fatline) to consistently display lines with thickness.
 3. [Three-Spritetext](https://github.com/vasturiano/three-spritetext) to easily convert text into 3d sprites.
+
+## Known issues and open features
+
+- Features
+  - Properly implement/fix the DateVisibilityInput and show it next to the other node properties. Currently already exists, but is not used, because it is not working reliably enough.
+  - Sidepanel tab to edit visibility dates grouped together, so that all nodes with the same date can be adjusted at once.
+- Bugs
+  - Cursor in reference textboxes always jumps to the end.
+  - DateVisibilityInput checkbox "flickers" on second/third click, something seem to not be setup correctly.