Overview incelemeleri
Overview geliştiren: Damien Cassou
1 inceleme
- 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?