noyainrain / listling

Web app to make and edit lists collaboratively.
https://listling.org/
GNU Affero General Public License v3.0
34 stars 8 forks source link

Recognize URL in item title #49

Closed noyainrain closed 5 years ago

noyainrain commented 5 years ago

Generate a preview not only if a URL is detected in the text area, but also in the title input.

To achieve this, only minor adjustments to listling.ItemElement.edit() should be necessary.

noyainrain commented 5 years ago

Closed in 991a5e7.