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/mixedtypographyUnordered 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:
Inline image uploads
Code syntax highlight
Autosave as you type