PlanBCode / hypha

1 stars 8 forks source link

Autosuggest excerpt in peer reviewed article #138

Open giplt opened 5 years ago

giplt commented 5 years ago

The abstract (or teaser) should move down on the form to prevent users from entering their main text in the abstract field. Furthermore the abstract field could auto-suggest a text using the first 100 characters or words form the article.

matthijskooijman commented 5 years ago

The first part of this issue seems to be a duplicate of #113.

matthijskooijman commented 5 years ago

I think this should always require an explicit action from the user, since the system cannot really know when the body text is finished enough to generate an excerpt from.

How would we implement this? In javascript, I suspect? Then you also have access to the current body text content (even when there are unsaved changes).