
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
@appthen/tiptap-extended
Advanced tools
🚀 扩展版 Tiptap 编辑器 - 包含常用扩展的 Tiptap React 编辑器包
# npm
npm install @appthen/tiptap-extended
# yarn
yarn add @appthen/tiptap-extended
# pnpm
pnpm add @appthen/tiptap-extended
import { useEditor, EditorContent, StarterKit, Underline, Superscript, Subscript } from '@appthen/tiptap-extended';
function MyEditor() {
const editor = useEditor({
extensions: [
StarterKit,
Underline,
Superscript, // 上标 H²O
Subscript, // 下标 CO₂
],
content: '<p>水的化学式是 H<sup>2</sup>O,二氧化碳是 CO<sub>2</sub></p>',
});
return <EditorContent editor={editor} />;
}
FAQs
Extended Tiptap editor with additional extensions for React
The npm package @appthen/tiptap-extended receives a total of 5 weekly downloads. As such, @appthen/tiptap-extended popularity was classified as not popular.
We found that @appthen/tiptap-extended demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.