Skip to content

Minimal Chrome new tab markdown editor, for quick notes. Inspired by Moment, by Siebe Van Dijck

Notifications You must be signed in to change notification settings

rustielin/Cadence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a094fd6 · May 2, 2020

History

38 Commits
Feb 24, 2020
Feb 26, 2020
Feb 25, 2020
May 2, 2020
Feb 25, 2020
Feb 25, 2020
Feb 25, 2020
Feb 25, 2020
Feb 25, 2020
Feb 25, 2020
Feb 25, 2020
Feb 24, 2020
Feb 16, 2020

Repository files navigation

Cadence

Live on the Chrome Web Store here!

cadence

Minimal Chrome new tab markdown editor. Images from Unsplash. Inspired by Moment, by Siebe Van Dijck.

Features:

  • Uses a new React markdown editor (simplemde)
  • New reactive UI features
  • Query strings for Unsplash in settings
  • Persistant view of the markdown editor changes

Development

Firstly, sign up for an Unsplash API key and put it in a file src/config.js as following:

module.exports = {
	unsplash: {
		apiKeys: ['<keys here>']
	}
}

You can also add multiple keys if you have them. Good for debugging and postponing the rate limiter. Ideally we'd have another service for that but yolo save dat $$$.

Start by using yarn. You can set up dev mode by using yarn start. Production builds are made using yarn build. You can then load the extension into Chrome by loading unpacked extension in the build directory.

About

Minimal Chrome new tab markdown editor, for quick notes. Inspired by Moment, by Siebe Van Dijck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published