You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
libs | 3 weeks ago | |
public | 1 week ago | |
server | 1 week ago | |
tests/server/controllers | 1 week ago | |
.gitignore | 3 weeks ago | |
.nycrc.json | 3 weeks ago | |
README.md | 1 week ago | |
package-lock.json | 3 weeks ago | |
package.json | 3 weeks ago | |
tsconfig.json | 3 weeks ago | |
types.d.ts | 3 weeks ago |
README.md
App to manage personal notes
API Docs
https://mdnote.delaguilaluis.com/api/
Nice to have
- Log out to home page based on https://github.com/passport/todos-express-password/
Next Steps
- Check TODO comments
- Allow to backup notes
- Sanitize Marked output HTML
- Add Undo CTA when sending a note to the trash bin
- Allow to search in notes
- Allow users to change their time zone (or use ip geolocation maybe?)
- Go in the no-js route? How to achieve things like "undo" actions?
- Logout option
- Redirect to previous page after login
- Add loading feedback
- Check if the
const exports = {}
hack can be removed from the edit template - Progressive Enhancement while CodeMirror loads?
- Check what's the minimal config we can use for CodeMirror
- Add Open Graph tags
- Add Share Button to logged-in view of public notes