https://github.com/ethanbaker/notion
All of my notion embeds/integrations
https://github.com/ethanbaker/notion
angular go golang integration notion ticktick widget
Last synced: 9 months ago
JSON representation
All of my notion embeds/integrations
- Host: GitHub
- URL: https://github.com/ethanbaker/notion
- Owner: ethanbaker
- License: apache-2.0
- Created: 2022-07-19T03:57:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T18:25:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T10:53:04.100Z (10 months ago)
- Topics: angular, go, golang, integration, notion, ticktick, widget
- Language: Go
- Homepage:
- Size: 2.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Table of Contents
## About
This project contains a collection of widgets and integrations I use for my
Notion workspace. So far, the following widgets and integrations have been
developed.
Static Widgets:
* Stock Widget
Encapsulated widget from [tradingview](https://www.tradingview.com/widget/market-overview/) to show market holdings.
* Stipend Estimation Widget
Estimate stipend refund based on set income categories and estimated expenses.
* Calendar Widget (WIP)
Link calendar URLs and render a small monthly calendar that can show events.
Integrations:
* Recurring Integration
Reset the 'Last Completed' date for habit tracking.
* TickTick Integration
Sync Notion and TickTick tasks.
### Built With
* [Golang](https://go.dev/)
* [Angular](https://angular.io/)
## Getting Started
To get started with a given integration, view that integration's
subdirectory and follow the steps provided in a README.
To use a given widget, either visit the site listed in that widget's
subdirectory or clone this project and host the widget's code.
## Usage
Usage information can be gathered or extrapolated from each
widget/integration.
## Roadmap
- [x] Stipend Widget
- [ ] Calendar Widget
See the [open issues][issues-url] for a full list of proposed features (and known issues).
## Contributing
For issues and suggestions, please include as much useful information as possible.
Review the [documentation][documentation-url] and make sure the issue is actually
present or the suggestion is not included. Please share issues/suggestions on the
[issue tracker][issues-url].
For patches and feature additions, please submit them as [pull requests][pulls-url].
Please adhere to the [conventional commits][conventional-commits-url]. standard for
commit messaging. In addition, please try to name your git branch according to your
new patch. [These standards][conventional-branches-url] are a great guide you can follow.
You can follow these steps below to create a pull request:
1. Fork the Project
2. Create your Feature Branch (`git checkout -b branch_name`)
3. Commit your Changes (`git commit -m "commit_message"`)
4. Push to the Branch (`git push origin branch_name`)
5. Open a Pull Request
## License
This project uses the Apache 2.0 license.
You can find more information in the [LICENSE][license-url] file.
## Contact
Ethan Baker - contact@ethanbaker.dev - [LinkedIn][linkedin-url]
Project Link: [https://github.com/ethanbaker/notion][project-url]
[contributors-shield]: https://img.shields.io/github/contributors/ethanbaker/notion.svg
[forks-shield]: https://img.shields.io/github/forks/ethanbaker/notion.svg
[stars-shield]: https://img.shields.io/github/stars/ethanbaker/notion.svg
[issues-shield]: https://img.shields.io/github/issues/ethanbaker/notion.svg
[license-shield]: https://img.shields.io/github/license/ethanbaker/notion.svg
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?logo=linkedin&colorB=555
[contributors-url]:
[forks-url]:
[stars-url]:
[issues-url]:
[pulls-url]:
[license-url]:
[linkedin-url]:
[project-url]:
[product-screenshot]: path_to_demo
[documentation-url]:
[conventional-commits-url]:
[conventional-branches-url]: