I hope the screen reader software doesn't read 'link' when it reads the title
- Lenguaje dominante
- JavaScript
- Estrellas
- 31.5k
- Forks
- 5.8k
- Merge medio
- 9 d 8 h
- PR fusionados (30 d)
- 2
Descripción
## Feature request
I hope to add a feature that the md file title does not read out the link.
#### What problem does this feature solve?
Friendly for some people who use screen reader software
#### What does the proposed API look like?
just like
```
window.$docsify = {
readLink: false,
}
```
#### How should this be implemented in your opinion?
I don't think this should be hard to implement, e.g. generating html for md files without a tag.
#### Are you willing to work on this yourself?
I'm afraid I can't.
Guía de contribución
Línea de trabajo
En el issue no se nombran archivos ni tests. Empieza rastreando cómo los títulos de Markdown se convierten en HTML y cómo se leen las opciones de window.$docsify; el trabajo estará terminado cuando el comportamiento configurado de los títulos ya no haga que los lectores de pantalla lo anuncien como un enlace, manteniendo la navegación existente por títulos.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript
- Área
- accessibility, documentation
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 38/100