creating a post with bookmarklet does not open the editor and it directly triggers a translation #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
when creating a post via bookmarklet, the post editor does not open - the draft is created, the post activity is active, but the post editor does not open. also there is a direct translation via AI triggered, but that english version is actually empty. Translations must never be triggered by automatic saves, be it from creation of posts or auto-save. They are only to be done automatically with the very first manual save that happens on a post. Outside of that, only manual translation is acceptable.
Implemented in
fe6bf3e. Blogmark completion now uses the same tab-opening workflow as every other post, so the post editor is activated with preview synchronization, menu state, panel fallback, and semantic-tag loading. Regression coverage verifies preview-mode Blogmarks open visibly and that neither Blogmark creation/preview persistence nor timed autosave queues AI translation, even with an endpoint configured. Neutral review matched bDS2 editor activation and the Allium manual-save-only translation rules. Verified with cargo test --workspace and cargo build --workspace.