You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on use cases like #207 and similar ones that will appear in the future, at some time we'll want support for copying and editing coded posts. It could look like this:
Hooking into the Discourse code for moving posts to a different topic, and moving the annotations as well when that is done.
Installing a Discourse plugin for copying a post, and hooking its code to also copy the annotations.
Automatic adjustment ("re-anchoring") of annotations when editing coded posts.
Together, this allows splitting existing posts by copying them and editing the copies. No true copy&paste incl. annotations would have to be implemented, which would be much more complex to do.
The text was updated successfully, but these errors were encountered:
Based on use cases like #207 and similar ones that will appear in the future, at some time we'll want support for copying and editing coded posts. It could look like this:
Together, this allows splitting existing posts by copying them and editing the copies. No true copy&paste incl. annotations would have to be implemented, which would be much more complex to do.
The text was updated successfully, but these errors were encountered: