couple years ago i wrote a small tool to help manage webhooks for @fluxcd — one hook to reconcile sources across your fleet instead of per-cluster hooks.
it only supported OCIRepository until now, but i’ve finally added GitRepository support! github.com/codex-team/flux-w…
The day has come. We’ve merged Nested List, List, and Checklist into a single super tool: meet List 2.0! Enjoy more intuitive keydown behavior, configurable nesting levels, start numbers and counter types. Nested checklists are also available.
codex.so/list-2
The new version of Editor.js is ready. New Inline Toolbar, nested menu support, separators in toolbars, new placeholders behavior, new API features and various improvements. Time to update.
codex.so/editorjs-2-30
Editor.js 2.29 is here! Meet Slash. We made Tab free (and great again) — use it for inputs/block navigation. Many other updates are included. Read a whole changelog here: codex.so/editor-js-2-29
This week we run a traditional autumn admission campaign. It's a good way to join CodeX this year. Join us in building worldwide open-source products.
codex.so/join
Editor.js 2.27 released. OnChange callback got many improvements including batching. And we also refactored a lot of code properly. Bundle size decreased, performance increased. Just like we love.
github.com/codex-team/editor…
Introducing CodeX Icons — pack of open source icons we are using at Editor.js and tools. You can use them for your Editorjs plugins, or any other product, especially content-related. 😎😎😎
producthunt.com/posts/codex-…
With the new patch, Editor.js MenuConfig allows to create toggle groups. You're switching on one item, others are switching off. Now it's super-easy to create Block Tunes like Ordered/Unordered list types, Heading levels, and so on 😍
codex.so/toggle-groups
The new Editor.js version allows to create Block Tunes in a new straightforward way. Just specify the icon, title, and callback — no need to create a custom HTML element anymore. Feature overview:
codex.so/editorjs-menu-confi…
Editor.js 2.26 arrived. Vertical Block Tunes, brand new icons, the new Menu Config feature, and many improvements in this really huge update.😎
github.com/codex-team/editor…
CodeX Docs v2 released🤩. Now you can use remote storage: MongoDB for documents and S3 for uploads. This release also introduces a new configuration file format via YAML. docs.codex.so
How to implement a max-length in Editor.js? Hmm... How about adding the onChange callback, saving the content, calculating a text length through the blocks, and updating the working block to the limit? Not so hard, isn't it? 👻
codex.so/editorjs-max-length