* Information about add-on suggestion finder
Added information about the new add-on suggestion finder feature.
Note: I also changed one of the screenshot images; but am not sure if that is also automatically included in the merge.
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* Adopt reviwer suggestions.
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* Fix image location
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* Fix prior commit
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
---------
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* Getting Started Rules
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* Fixing build error
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* Correcting markdown linting errors
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* Fixing more md linting
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* More linting errors
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* Fixing links, minor edits
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* One sentence per line for ordered lists
* Apply suggestions from code review
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update tutorials/getting_started/tips-and-tricks.md
Use separate key repesentations instead of the combo as one key.
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Linting
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* Update model.md
Initial pr by @clinophobic
* Add original picture as file and replace the old one.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>