dec0dOS/standard-notes-ultimate-editor

[Feature suggestion] Task progress preview

bgervan opened this issue · 1 comments

Hi,

Great editor,
it would be awesome, if we have a preview of completed tasks progress in the notes.

Resource in task extension:
https://github.com/standardnotes/simple-task-editor/blob/abe68f04226f60503d59f6c71dc3a25283702ea9/app/lib/tasksManager.js#L219

note.content.preview_html = this.buildHtmlPreview();
note.content.preview_plain = this.buildPlainPreview();

Task extension generate this:
image

Hello! Thanks for your feedback. It is a valuable suggestion. I'd like to look for it when I have some spare time.