Documentation
See original GitHub issueDescription
Currently, the individual package documentation is lacking.
Each package should include the following
- Badges for build size, latest version, downloads / month, open pull requests by label, open issues by label, close prs by label, license, stars
- Integrate lgtm
- Logo on all readme.md pages
- Code examples for each package
- Include
/packages
with each package documented as a path in docs.remirror.org/packages/<package-name> - Getting started guide i.e. by building an editor example
- Build an example extension guide
Example usage for:
- Twitter UI
- GitHub UI
- Floating Menu
User requested documentation
- [RenderTree] document how to configure RenderTree if Remirror has user-defined extensions like new marks or nodes #66
- [Remirror] document how to hook into Remirror events / prosemirror events
- Is the way to do this by configuring proseMirror
EditorProps
on<Remirror>
instance, i.e. something like<Remirror handleTripleClick={(view, pos, event) => { someCallback() }} />
? - Or by configuring a Remirror extension - see @remirror/ui-twitter/src/components/ui-twitter.tsx#L84
- Is the way to do this by configuring proseMirror
- [tutorial] demonstrate how to set up Remirror editor that can toggle between markdown editing and toolbar editing just like https://prosemirror.net/examples/markdown/
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Documentation - Wikipedia
Documentation is any communicable material that is used to describe, explain or instruct regarding some attributes of an object, system or procedure, ...
Read more >Documentation Definition & Meaning - Merriam-Webster
1 · the act or an instance of furnishing or authenticating with documents ; 3 · information science ; 4 · the usually...
Read more >Importance of Documentation | The Workstream - Atlassian
Effective documentation collects all of the must-know information about a task, project, or team (from account logins to step-by-step instructions) in a ...
Read more >DOCUMENTATION definition | Cambridge English Dictionary
official or legal documents that are needed in order to prove something: provide/produce documentation Many lenders are now requiring borrowers ...
Read more >3.11.1 Documentation
This is the official documentation for Python 3.11.1. Parts of the documentation: What's new in Python 3.11? or all "What's new" documents since...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Small piece of feedback, that could be an easy todo:
It seems like headers in the docs are a bit inconsistent. It seems like we’d want to make sure each page has a similar title just to help users navigate and keep things looking clean.
For example: a page with a large title (h1)
For example: a page without a title
@charlex I’ll get started on this probably towards the backend of this week.