
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@yookue/typedoc-plugin-raw-content
Advanced tools
Generates extra raw html contents during typedoc compilation
š Generates extra raw html contents during typedoc compilation š
ā
Support hooking head.begin
event
ā
Support hooking head.end
event
ā
Support hooking body.begin
event
ā
Support hooking body.end
event
ā
Support hooking content.begin
event
ā
Support hooking content.end
event
ā
Support hooking sidebar.begin
event
ā
Support hooking sidebar.end
event
ā
Support hooking pageSidebar.begin
event
ā
Support hooking pageSidebar.end
event
ā
Support hooking footer.begin
event
ā
Support hooking footer.end
event
ā
Support hooking comment.beforeTags
event
ā
Support hooking comment.afterTags
event
You can install this package in your typescript project as follows:
$ npm install @yookue/typedoc-plugin-raw-content --save-dev
Enjoy your coding journey with typedoc-plugin-raw-content
āļø
$ typedoc [TARGET] --plugin @yookue/typedoc-plugin-raw-content
typedoc.json
{
"plugin": [
"@yookue/typedoc-plugin-raw-content"
]
}
Here are the available options, specified them in typedoc.json
:
Option Name | Value Type | Render Event |
---|---|---|
rawHeadBegins | string[] | head.begin |
rawHeadEnds | string[] | head.end |
rawBodyBegins | string[] | body.begin |
rawBodyEnds | string[] | body.end |
rawContentBegins | string[] | content.begin |
rawContentEnds | string[] | content.end |
rawSidebarBegins | string[] | sidebar.begin |
rawSidebarEnds | string[] | sidebar.end |
rawPageSidebarBegins | string[] | pageSidebar.begin |
rawPageSidebarEnds | string[] | pageSidebar.end |
rawFooterBegins | string[] | footer.begin |
rawFooterEnds | string[] | footer.end |
rawCommentBeforeTags | string[] | comment.beforeTags |
rawCommentAfterTags | string[] | comment.afterTags |
Take rawFooterEnds
option as an example in typedoc.json
:
{
"hideGenerator": true,
"rawFooterEnds": [
"<div style='text-align: center'>Copyright © 2024 Yookue Ltd. All rights reserved</div>"
]
}
Other options are all similar to the sample above.
Beijing Yookue Network Technology Ltd.
This project is under the MIT License.
FAQs
Generates extra raw html contents during typedoc compilation
The npm package @yookue/typedoc-plugin-raw-content receives a total of 0 weekly downloads. As such, @yookue/typedoc-plugin-raw-content popularity was classified as not popular.
We found that @yookue/typedoc-plugin-raw-content demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Ā It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.