docsifyjs / docsifyjs/docsify

Proposal: Add options to use pre-processed content with `beforeEach` function

Offen
#1,898 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
JavaScript
Sterne
31.5k
Forks
5.8k
Ø Merge
9 T. 8 Std.
Gemergte PRs (30 T.)
2

Beschreibung

## Feature request

#### What problem does this feature solve?
For plugins, we have to do some pre-processing tasks, for example, we always need to ignore the code blocks, then start the processing of our plugins.
If this function not provided by docsify itself officially, then each plugin need to handle it by themselves, for users who want included many plugins, those pre-processing tasks will be executed repeatedly, which will affect the performance for loading pages.

#### What does the proposed API look like?
Haven't yet considered welly, but might can consider adding something like `afterEachXXX` for each stage of processing the markdown content, like `afterEachCodeHandled`.
I hope it should be a “new feature”, rather than a “break change”.

#### How should this be implemented in your opinion?
Haven't yet considered welly, waiting for project members to discuss this proposal, since docsify does not handle the render stages by itself other than using Marked.

#### Are you willing to work on this yourself?
Might will have some time to do this, but need helps and advices.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.