lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 1 forks source link

Custom codemirror status bar should maybe be plugin #84

Open lukashornych opened 6 months ago

lukashornych commented 6 months ago

The https://codemirror.net/docs/guide/ chapter "Affecting the view" there is example plugin that display document size. Our status bar should maybe be done similarly instead of custom component outside of codemirror.

lukashornych commented 6 months ago

https://codemirror.net/examples/panel/