Ofnotes
✏️ Notetaking app with support for markdown, tagging, and filtering
Install / Use
/learn @jhackshaw/OfnotesREADME
About
Ofnotes is a note taking application that is completely offline with support for live editing markdown and material-design. All notes are stored locally per browser.

Features
- Markdown: notes support github flavored markdown and are rendered using material design
- Tags: notes can be tagged to make categorizing and finding them quick and easy
- Indexeddb: never run out of storage space for notes
- Dark mode: essential
Built with
Continuous Integration
GitHub Actions is used for CI/CD and the site is deployed to netlify. CI configuration can be viewed at .github/workflows/ofnotes.yml. Every push to master triggers the following steps:
- Install nodejs and dependencies (npm ci)
- Ensure prettier code style (npm format:check)
- Run tests (npm run test -- --coverage)
- Upload test coverage to codecov
- Build production application (npm run build)
- Deploy application to netlify
development
- Clone repo:
git clone https://github.com/jhackshaw/ofnotes - Install dependencies:
npm install - Run tests:
npm run test - Run tests with code coverage:
npm run test -- --coverage - Run development server:
npm run start - Format source:
npm run format.
Pull requests welcome.
Related Skills
node-connect
338.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.4kCommit, push, and open a PR
