Our new editor is built on TipTap, giving you a powerful writing experience without the complexity.
Formatting options
Everything you need, nothing you don't:
Bold and italic text
Strikethroughfor correctionsInline codefor technical termsLinks to external resources
Code blocks
Share technical details with syntax-highlighted code blocks:
// Embed the Pushlog widget
const widget = new PushlogWidget({
projectId: 'your-project-id',
theme: 'auto',
position: 'bottom-right'
});
widget.mount();Auto-save
The editor saves your work every 3 seconds — you'll never lose a draft again. A small indicator in the corner shows the save status.
Pro tip: Use
Cmd+Sto force an immediate save at any time.