dec0dOS / standard-notes-ultimate-editor

A mobile-friendly and high-performance editor for https://standardnotes.org/
https://listed.to/p/j0np6lx87n
GNU Affero General Public License v3.0
17 stars 3 forks source link

[Feature suggestion] Task progress preview #2

Open bgervan opened 3 years ago

bgervan commented 3 years ago

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

dec0dOS commented 3 years ago

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