mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
* core: generate headline title until user edit && update headline extraction * when title format is set to $, keep generating headline title until user manually edits the title * extract headline from first html tag with content rather than first paragraph Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> * core: extract headline up to 150 chars regardless of html tag Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> * core: improve note headline title code quality Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> * core: remove HEADLINE_CHARACTER_LIMIT constant Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> * web: only update title input if note title changes --------- Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>