NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
985 stars 608 forks source link

#106 Formatting fixes #121

Closed derekdkim closed 6 years ago

derekdkim commented 6 years ago

Purpose / Goal

A fix for some formatting issues introduced in the previous PR. Sorry about the sloppy job last time.

Type

amitguptagwl commented 6 years ago

I was wondering if we should move How to use guide to some other page like: GUIDE.md or separate page for each guide. And link the topics on README.md. Eg

How to use

We still should have some featured animations on README.

In this way, we can control the length of README.md.

derekdkim commented 6 years ago

@amitguptagwl I personally feel that most of these demo GIFs would be best served in the features tab (right before other features, as most of these are core features of the app), and each heading can be a link for more information. Some of the smaller features could still have a link but no GIF on the README if it's a smaller feature. That way, how to use can be limited to keyboard shortcuts for convenience and link to the guide and tutorial video for more complicated operations.

derekdkim commented 6 years ago

I made a mock-up based on your suggestions. I used anchor tags to link to different tabs in guide and it sort of like an all-in-one user guide. I've only added some of the features that I'm familiar with. The order of the content presented in the guide could also be changed around to make it more intuitive if you were to read it from top to bottom. It's currently pushed onto my test branch.

https://github.com/derekdkim/imglab/tree/test

Let me know what you think.

amitguptagwl commented 6 years ago

It looks perfect. Though some additions are required, they can be added later.

derekdkim commented 6 years ago

Sorry about the inflated commit counts, I was rebasing my fork and it somehow came into the PR.

amitguptagwl commented 6 years ago

Thanks for your effort. I believe you've become the 3rd highest contributor to this app.

derekdkim commented 6 years ago

Thanks. I didn't actually do much, but I learned a lot from getting exposure to the project.