You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't require a title on creation. If no explicit title was set, extract the title from the first header in the body or the first line, if there is no header. Do this on creation and changes.
If the header was set explicitly, set a flag in the DB (exposed via the API), and never change it automatically.
Frontend
The title is not editable by default, it only turns into an input field on click.
If there is no title, use 'Note from YYYY-mm-dd' as title. (Depends on #150.)
The text was updated successfully, but these errors were encountered:
Backend
Don't require a title on creation. If no explicit title was set, extract the title from the first header in the body or the first line, if there is no header. Do this on creation and changes.
If the header was set explicitly, set a flag in the DB (exposed via the API), and never change it automatically.
Frontend
The title is not editable by default, it only turns into an input field on click.
If there is no title, use 'Note from YYYY-mm-dd' as title. (Depends on #150.)
The text was updated successfully, but these errors were encountered: