https://github.com/renardeinside/strophe
Strophe - minimalistic newtab extension for Chrome
https://github.com/renardeinside/strophe
chrome-extension note-taking
Last synced: about 2 months ago
JSON representation
Strophe - minimalistic newtab extension for Chrome
- Host: GitHub
- URL: https://github.com/renardeinside/strophe
- Owner: renardeinside
- License: mit
- Created: 2024-11-17T12:14:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T22:30:25.000Z (over 1 year ago)
- Last Synced: 2025-03-15T05:24:12.094Z (over 1 year ago)
- Topics: chrome-extension, note-taking
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/strophe/nfeehfdifaamihffeabhamemjjgnfnkp?authuser=0&hl=en-GB
- Size: 3.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strophe - minimalistic newtab extension for Chrome
Strope is a simple yet functional newtab extension for Chrome.
It features nothing but a single-page note page on your default new tab, where you can write down your thoughts, ideas, or anything you want to remember.
Note is only saved in the local `indexedDB`. No server is involved in the process.
## Installation
Please follow standard Chrome extension installation procedure [here](https://chromewebstore.google.com/detail/strophe/nfeehfdifaamihffeabhamemjjgnfnkp?authuser=0&hl=en-GB)
## Caveats
`Strophe` is not working in `Arc` browser. This is due to the fact that `Arc` browser does not support `newtab` extensions.
## Example

## Support
If you really like Strophe, you can support me by buying me a coffee.
[](https://buymeacoffee.com/renardeinside)
## Technologies used
- [Vite](https://vitejs.dev/) - build tool
- [React](https://reactjs.org/) - UI library
- [TypeScript](https://www.typescriptlang.org/) - language
- [Tailwind CSS](https://tailwindcss.com/) - CSS framework
- [shadcn/ui](https://ui.shadcn.com) - UI components
- [TipTap](https://www.tiptap.dev/) - rich text editor
- [Y.js](https://yjs.dev/) and [y-indexeddb](https://docs.yjs.dev/getting-started/allowing-offline-editing) - real-time sync between tabs