[GH-ISSUE #13] Improve the performance of Markdown preview #11

Closed
opened 2026-03-03 00:17:37 +03:00 by kerem · 0 comments
Owner

Originally created by @Sarah-Seo on GitHub (Dec 12, 2016).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/13

Current markdown preview will try to render again every time contents changed. This would be critical if users write a huge document.

Solution

  1. Make a queue rendering(Dispatch 500ms later)
  2. Render via web worker
  3. Terminate the worker if the content changed while rendering and make another queue again
Originally created by @Sarah-Seo on GitHub (Dec 12, 2016). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/13 Current markdown preview will try to render again every time contents changed. This would be critical if users write a huge document. ## Solution 1. Make a queue rendering(Dispatch 500ms later) 2. Render via web worker 3. Terminate the worker if the content changed while rendering and make another queue again
kerem closed this issue 2026-03-03 00:17:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#11
No description provided.