Zoomicon / READCOM_App

READ-COM: Reading Communities App
MIT License
12 stars 5 forks source link

Allow to wrap pasted clipboard content (text/image) as StoryItem #136

Closed birbilis closed 2 years ago

birbilis commented 2 years ago

Version: 0.4.2

Currently can paste text in .readcom text-based serialization (not the condensed binary form) from clipboard into a new child StoryItem. That is Delphi serialization text that starts with "object" (any spaces before it are trimmed)

But can't paste any other text or image to generate a new appropriate StoryItem (similar to how "+" button to add assets works).

Instead the BitmapImageStoryItem allows to Paste an image from clipboard to replace its current image.

However, should only add children with Paste to be consistend and find some other way to replace current content via Paste (e.g. via a Load popup that has Load from File/URL/Clipboard/etc - see this discussion )