Updatify | Product Updates & News

Update Nov 3, 2024 by Alex Sinelnikov

Welcome to updatify.io

Initial release note

I'm proud to announce that initial updatify.io gets to the stage when I can post app updates through the update widget embedded on landing page!

As I'm going through development I'll put interesting things about platform as release notes and today its a bit of details about text editor because its one of core features of the updatify.io

Text editor features

  • H1/H2/H3 headings

  • Italic/bold/strikethrough/underscore/mixed typography

  • Unordered and ordered lists

  • updatify.io - custom links

  • Default Keybindings(cmd+b, etc)

Or even code blocks

onCreate({ editor }) {
  _this.updatedAt = Date.now();
  _this.updateHiddenInput(editor.getHTML());
}

One of few things I'm currently working on:

  1. Inline image uploads

  2. Code syntax highlight

  3. Autosave as you type