Ionaru / Ionaru/easy-markdown-editor

Custom autosave handler

Open
#42 3 comments 7 reactions 0 assignees View on GitHub
Improvement
Dominant language
JavaScript
Stars
3.1k
Forks
363
PR merge metrics
No merged PRs in 30d

Description

### I'm submitting a...
- [ ] Bug report
- [x] Feature request

The current autosave feature periodically stores contents to the local storage. It would be great if a function for autosave can be passed to option so that the autosave handler may be overridden for feature like server-side autosave,

Contributor guide

Open the contributing guide

Research direction

Start by locating the existing autosave option and the code that periodically writes editor contents to local storage. Add support for a caller-provided autosave function while preserving the current behavior when none is supplied; done means a custom handler can support server-side autosaving.

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.