Usage: const editor = new RibbitEditor({ themes: [ { name: 'dark', features: { sourceMode: false } }, { name: 'minimal', tags: minimalTags }, ], currentTheme: 'dark', }); The built-in theme is 'ribbit-default' and is always available. Additional themes from the themes array are registered on top.
Zero-dependency WYSIWYG markdown editor for the browser, extracted from the ttfrog wiki engine. Initial commit.