zsiciarz / django-markitup

Markup handling (using Jay Salvat's MarkItUp! flexible universal markup editor) for Django
https://github.com/zsiciarz/django-markitup
BSD 3-Clause "New" or "Revised" License
47 stars 31 forks source link

Textile set: link title and image alt text should be optional (alt-click) #18

Open adam-iris opened 8 years ago

adam-iris commented 8 years ago

Currently, in Textile mode, clicking on the link button prompts for a title, and clicking on the image button prompts for alt text. Both of these should be optional. The convention in other places is to define optional components so that they are only included when alt-clicking the toolbar button, that should be the case here.