obgnail/typora_plugin

Typora Plugin. Feature Enhancement Tool | Typora 插件,功能增强工具

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 7 minutes ago
Type:Plugin / ExtensionCategory(s):Editors & IDEsDeveloper Tools
Added to GitGenius on September 15th, 2026
Created on June 25th, 2023
Open Issues & Pull Requests: 37 (+0)
GitHub issues: Enabled
Number of forks: 253
Total Stargazers: 4,623 (+0)
Total Subscribers: 18 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.7 hours
Mean response time: 13.3 days
90th percentile: 22.3 days
Tracked items: 404

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 7% of issues opened in the past year have never received a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 89% of issues opened in the past year have been closed, leaving a working backlog. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 33
New in 7 days: 4
Closed in 7 days: 2
Avg open age: 329 days
Stale 30+ days: 28
Stale 90+ days: 27

Recent activity

Opened in 7 days: 2
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (58)
  • enhancement (53)
  • custom-plugin (1)
  • documentation (1)
  • good first issue (1)
  • not-plan (1)

Detailed Description

Typora Plugin is a feature enhancement tool that extends the Typora markdown editor with additional functionality through native plugin implementation.

The tool addresses the limitations of Typora's built-in capabilities by injecting custom JavaScript plugins that add new features without modifying the core application. It works by hooking into Typora's Electron-based architecture, allowing plugins to interact with the editor's DOM and internal APIs. The plugin system is designed to be modular, with individual plugins handling distinct concerns like window management, file searching, and workspace organization.

Developers working with Typora who need enhanced navigation, file management, or organizational features should consider this tool. It suits users managing large numbers of markdown files or those wanting features like multi-field search, cursor history navigation, bookmark management, and workspace organization. The tool provides a native implementation approach rather than relying on external wrappers, which means plugins integrate directly with Typora's interface. Installation is automated, with a one-click update mechanism for keeping plugins current. The project supports Windows and Linux platforms.

The project maintains active engagement with issue resolution and demonstrates ongoing refinement of its plugin ecosystem. Development shows consistent attention to expanding the plugin catalog with new capabilities. The codebase reflects a focus on native integration patterns rather than workarounds, suggesting deliberate architectural choices in how plugins interact with the host application.