jaredreich/pell sits at 12.0k stars on GitHub, written primarily in JavaScript. 📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
import { init } from 'pell'
import Turndown from 'turndown'
const { turndown } = new Turndown({ headingStyle: 'atx' })
init({
element: document.getElementById('editor'),
actions: ['bold', 'italic', 'heading1', 'heading2', 'olist', 'ulist'],
onChange: html => {
document.getElementById('markdown-output').innerHTML = turndown(html)
}
})
Frameworks
React
Vue
Custom Styles
SCSS
$pell-content-height: 400px;
// See all overwriteable variables in src/pell.scss
// Then import pell.scss into styles:
@import '../../node_modules/pell/src/pell';
CSS
/* After pell styles are applied to DOM: */
.pell-content {
height: 400px;
}
The most recent commit recorded on jaredreich/pell was 2.3 years ago, based on the GitHub push timestamp. The repository has 548 forks — one of the better signals of community interest.
How many stars does jaredreich/pell have?
jaredreich/pell has 12.0k GitHub stars — refresh the page for the live number, or check github.com/jaredreich/pell. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
What else is in the Frontend space?
jaredreich/pell is tracked by TopGit under the Frontend category, alongside 8 GitHub-tagged topics. Trending and Topics pages list peer repositories of comparable stars and language.
What language is jaredreich/pell written in?
jaredreich/pell is written primarily in JavaScript. GitHub's language field is based on the largest share of bytes in the default branch.
What topics is jaredreich/pell associated with?
GitHub's repository topics for jaredreich/pell: "contenteditable", "editor", "javascript", "rich-text-editor", "text-editing", "text-editor", "wysiwyg", "wysiwyg-editor". TopGit's editorial category is Frontend.
Where do I read more about jaredreich/pell?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/jaredreich/pell is the definitive source.
Why is jaredreich/pell categorized under Frontend?
TopGit places jaredreich/pell in the Frontend category based on its GitHub topics and description (tagged: "contenteditable", "editor", "javascript"). Categories are assigned from real repository metadata, not editorial guesswork.
Read full README in the tab above.
Want a second opinion on pell?
Ask an AI that can read this page — one click and you get its take on pell.