mdx-editor / mdx-editor/editor
export SharedHistoryPlugin
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 307
- Avg merge
- 14h 22m
- Merged PRs (30d)
- 5
Description
We cannot reuse the same component when creating custom plugins, the issue is mostly historyState$ being internal.
Wouldnt it expected to be able to use it ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating SharedHistoryPlugin and the internal historyState$ entry point in the editor's plugin exports. Check how existing plugins are exposed and verify that custom plugins can import and reuse SharedHistoryPlugin without relying on an internal historyState$.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100