App to manage personal notes
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.
 
 
 
 
Luis Del Águila c4aee26267 Rename trash bin querystring and add to swagger 1 week ago
libs Allow to indent with tab 3 weeks ago
public Rename trash bin querystring and add to swagger 1 week ago
server Rename trash bin querystring and add to swagger 1 week ago
tests/server/controllers Rename trash bin querystring and add to swagger 1 week ago
.gitignore Integrate CodeMirror editor 3 weeks ago
.nycrc.json Update line coverage threshold after TS migration 3 weeks ago
README.md Rename trash bin querystring and add to swagger 1 week ago
package-lock.json Minify and gzip CodeMirror bundle 3 weeks ago
package.json Bypass unsaved changes check on valid scenarios 3 weeks ago
tsconfig.json Migrate to TypeScript 3 weeks ago
types.d.ts Migrate to TypeScript 3 weeks ago

README.md

App to manage personal notes

API Docs

https://mdnote.delaguilaluis.com/api/

Nice to have

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