Feature

Rich text editor with TipTap

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

  • Strikethrough for corrections

  • Inline code for technical terms

  • Links 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+S to force an immediate save at any time.