xcaeag / MenuFromProject-Qgis-Plugin

Build layers shortcuts menus based on QGis projects
8 stars 9 forks source link

using dash at beginning of layer name #16

Closed Gustry closed 5 years ago

Gustry commented 5 years ago

I didn't read carefully the code but I noticed this line: https://github.com/xcaeag/MenuFromProject-Qgis-Plugin/blob/master/menu_from_project/menu_from_project.py#L339

I didn't see this tip in the documentation. Is-it to put a layer in bold if it starts by a dash? I tried, it didn't work.

xcaeag commented 5 years ago

For exemple (a folder named "-XXX") :

menu

Gustry commented 5 years ago

Your bold is on a "group", right?. And you make an empty group with bold to build a kind of header?

I tried the dash on a layer, I think I didn't see the difference. Docs needs some update on the area.

xcaeag commented 5 years ago

Yes that's it. A small gif shows this in the wiki.

Gustry commented 5 years ago

I never noticed the wiki. There is a few documentation : readme.md, HTML pages in the git repo and wiki. Can we maybe just make one documentation? and add links to the main unique documentation?

It's difficult to maintain 3 of them and I never notice the wiki. Can we switch to markdown file in git?

Gustry commented 5 years ago

I noticed you removed the documentation in the readme.

Thanks for your work.