Kai O'Reilly
Kai O'Reilly
I implemented scrolling on mobile web a while ago, but zooming is still not implemented.
Path handling has already been improved on web.
Here is a key potential innovation: once we implement a reasonable HTML generator for SEO purposes, we could also easily use the same HTML as a preview for apps before...
Thank you for filing this. The source for the docs is in the [docs](https://github.com/cogentcore/core/tree/main/docs) directory, mainly the [docs/content](https://github.com/cogentcore/core/tree/main/docs/content) directory. It is built using pages, which you can read about [here](https://www.cogentcore.org/core/widgets/other/pages)....
Yes, we are overriding default os behaviors, which is necessary for the event system to work correctly. We just need to improve text selection (#1051).
Yes, I will also work on fixing that.
#666 is somewhat related.
We also need to determine how punctuation should be handled during word navigation.
Also, we need to resolve our line based navigation and deletion structure.
There are also some problems with word based navigation not working at all and triggering nil key funs.