Overview incelemeleri
Overview geliştiren: Damien Cassou
Damien Cassou adlı kullanıcının yanıtı
Geliştiricinin yanıtı
gönderilme: 8 yıl önce> I would like the level of heading to be displayed
this can easily be done by replacing
anchor.textContent = heading.text
by
anchor.textContent = `${heading.tag.substring(1)} - ${heading.text}`
in main.js.
> I wish the actual heading could be highlighted
You mean in the website?
this can easily be done by replacing
anchor.textContent = heading.text
by
anchor.textContent = `${heading.tag.substring(1)} - ${heading.text}`
in main.js.
> I wish the actual heading could be highlighted
You mean in the website?
8 inceleme
- 5 üzerinden 5 puanyazan: emvaized, 2 yıl önceGreat idea overall! However, I think it makes more sense to add extension popup functionality, which will reveal headers list on click, rather than having constant sidebar on the left. Also, it doesn't adapt to browser theme and oftenly picks wrong headers (for example, page footer's buttons).
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 11741070, 4 yıl önceAt first the addon didn't work for me.
I got this error message :
"missing host permission for the tab"
When I restarted Firefox (go to about:profiles), a nice overview of the page structure appears in the sidebar
I think I'll find this a really useful add-on.
>> Oh Yess ! It is REALLY useful. Can I give it 6 stars please !
Thank you Damien for your work. - 5 üzerinden 4 puanyazan: Hector, 5 yıl önceUnusable in dark theme (official firefox ones), since text color matches so much with background color. Should have default theme sets for this extension, or even better, allow user configuration for colors of elements or css customization.
- 5 üzerinden 5 puanyazan: Peter Lyons Kehl, 6 yıl önceThank you Damien. Please consider applying Firefox Dark Theme: https://gitlab.com/DamienCassou/overview/-/issues/3.
- 5 üzerinden 5 puanyazan: Stephane Deschamps, 8 yıl önceYay! Exactly what I was looking for as a replacement for HeadingsMap (that was discontinued after the transition to Web Extensions). Thanks a lot for taking the time to make this!
- 5 üzerinden 4 puanyazan: Édouard Lopez, 8 yıl önceLove it!
I'm a user of Headings Map extension which is not compatible with Firefox anymore and I was looking to fill this void.
I would recommend to add 2 features:
* allow to copy anchor link (e.g. link to the id attribute if present)
* add shortcut to toggle visibilityGeliştiricinin yanıtı
gönderilme: 8 yıl önceThank you very much for your review. Regarding your recommendations:
* copy link: you mean to share it? That's indeed a nice feature I would sometime use.
* shortcut: Alt+O should just work - 5 üzerinden 3 puanyazan: Sebastien Billard, 8 yıl önceAs an SEO, I would like the level of heading to be displayed. For example the text "xyz" in tag could be displayed like this : "1 - xyz". Also I wish the actual heading could be highlighted when I click on it in the extension interface.
Geliştiricinin yanıtı
gönderilme: 8 yıl önce> I would like the level of heading to be displayed
this can easily be done by replacing
anchor.textContent = heading.text
by
anchor.textContent = `${heading.tag.substring(1)} - ${heading.text}`
in main.js.
> I wish the actual heading could be highlighted
You mean in the website? - 5 üzerinden 4 puanyazan: freaktechnik, 8 yıl önceHaving an outline of long documents like specifications or manuals is certainly very useful. It is also a valuable tool to a web developer to see your heading structure.
It doesn't support the html5 section algorithm (yet?!), but the dev is very helpful, responds fast and seems to be interested in improving the extension further.Geliştiricinin yanıtı
gönderilme: 8 yıl önceThank you for your kind words. This add-on is still marked experimental. I would like to work on supporting html5 sections.