docsifyjs / docsifyjs/docsify

I hope the screen reader software doesn't read 'link' when it reads the title

Open
#1,222 4 comments 0 reactions 0 assignees View on GitHub
accessibility enhancement wait for information
Dominant language
JavaScript
Stars
31.5k
Forks
5.8k
Avg merge
9d 8h
Merged PRs (30d)
2

Description

## 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.