My clients can enter text into textarea and have the option to use the markdown or textile filters for each textarea.
With some models (articles, newsletter, etc) they can upload images to associate with the model, which are displayed in a column next to the text of the text.
This worked fine for a while, but they have now told me that the want the ability to put the images INSIDE the text a specific positions.
What is the best way to go about this? I suppose I may have to use a wysiwyg for this, but would rather not. And how would this work for images which are not yet on the server, etc?
There are different directions you could go to:
This is my text. !image.png! The inline image shows ..., you will have a format that is understandable.!<filename>!will be mapped that is stored locally anyway.So the second one is the easiest, and the user knows how to do it. If they only decide that this is the solution they want to have 🙂