MycroftAI / mycroft-gui

The Graphical User Interface used by the Mycroft Mark II and more
Apache License 2.0
167 stars 57 forks source link

Fix regexps to read the README files correctly #60

Closed tcanabrava closed 4 years ago

tcanabrava commented 4 years ago

The hints are generated via parsing the README.md files, but the regexp was too restrictive (around 10 skills show the hints for me, but I have around 25 skills) and while developing the skill is really good to be able to quickly look for them.

tcanabrava commented 4 years ago

@notmart @AIIX ping?

See the difference:

This is master without this patch: Screenshot_20200722_174016

This is master with this patch: Screenshot_20200722_174123

See the different size of the Scroll Bar - We are missing tons of hints & documentation.