Provides a startpage with productivity tools!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- Journal
- Notes (textual or tabular)
- Tasks
- Display calendar
- Show bookmarks from selected folder
- Show future events from a caldav public link
Global shortcuts allow for keyboard-first usage.
It uses your browser sync storage, so that your data is safely backed-up, and can be shared between computers.
Firefox |
Chrome |
---|---|
Download | Download |
-
Customize colors
-
Improve calendar display
-
Handle multiple open tabs: data is not overriden
-
Select locale
-
Search journal
-
Browser sync storage
-
Tabular notes
-
Bookmarks
-
Show events from calDAV calendar
-
Short term:
- Display total space usage
- Reorder tasks
- Double click to delete entry
-
Long term:
- Rework journal:
- Allow to change date ?
- Integrate with calendar ?
- Sync data:
- Notion ?
- Nextcloud notes ?
- Rework journal:
See the open issues for a full list of proposed features (and known issues).
pnpm start
to run in develop mode (using localStorage instead of sync storage, because it cannot register as an extension this way)pnpm build:dev
to build development version of the extensionpnpm build
to build the production assets
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.
- Inspired by Elegant New Tab
- Default wallpaper from https://www.publicdomainpictures.net/fr/view-image.php?image=85030&picture=blue-sunset-wallpaper
- Readme template: https://github.com/othneildrew/Best-README-Template