[READ-ONLY] Mirror of https://github.com/probablykasper/taskler. Simple text editor for your New Tab page taskler.kasper.space
browser-extension chrome chrome-extension editor extension firefox firefox-addon firefox-extension notes
0

Configure Feed

Select the types of activity you want to include in your feed.

125 2 22

Clone this repository

https://git.vm.fail/kasper.space/taskler https://git.vm.fail/did:plc:ableovb7b2x35tx5uutnylev
ssh://git@knot1.tangled.sh:2222/kasper.space/taskler ssh://git@knot1.tangled.sh:2222/did:plc:ableovb7b2x35tx5uutnylev

For self-hosted knots, clone URLs may differ based on your setup.


README.md

Taskler

Quill Logo

Taskler is a simple text editor web page. It's available as a website, Chrome extension and a Firefox extension.

You can use shortcuts like cmd+B for bold, cmd+I for italics, cmd+U for underline and cmd+K for links.

Dev Instructions#

Setup#

  1. Install Node.js
  2. Run npm install to install dependencies

Commands#

  • npm run start: Same as npm run website.
  • npm run website: Build /src in website mode, watch for changes and start dev server at http://localhost:3000.
  • npm run extension: Build /src in extension mode, watch for changes and start dev server at http://localhost:3000.
  • npm run website:deploy: Build /src in website mode and deploy to /docs folder (GitHub Pages).
  • npm run extension:zip: Build /src in extension mode and create a zip in /dist, ready to be uploaded to Chrome Web Store and such. You'll be prompted to type in a new version.