krushndayshmookh / krushndayshmookh/markdown-tools

Auto-Save Markdown to LocalStorage

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

**Description:**
Add an auto-save feature that stores the user’s Markdown text in the browser’s localStorage every few seconds (or on input).

When the user returns to the page, the last text should automatically load.

Add a small toast message: “Draft auto-saved!”

**Expected result:**
The user never loses unsaved markdown text after reloading the page.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the page containing the Markdown text input and identify where its value is read on input and initialized when the page loads. Done means the text is saved to browser localStorage, restored after reload, and the “Draft auto-saved!” toast appears.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.