Skip to content

ethanbaker/notion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0.0.0 Contributors Forks Stargazers Issues License LinkedIn




Logo

Notion

All things Notion: static widgets and functional integrations

Table of Contents
  1. About
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

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 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.

(back to top)

Built With

(back to top)

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.

(back to top)

Usage

Usage information can be gathered or extrapolated from each widget/integration.

(back to top)

Roadmap

  • Stipend Widget
  • Calendar Widget

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

For issues and suggestions, please include as much useful information as possible. Review the documentation and make sure the issue is actually present or the suggestion is not included. Please share issues/suggestions on the issue tracker.

For patches and feature additions, please submit them as pull requests. Please adhere to the conventional commits. standard for commit messaging. In addition, please try to name your git branch according to your new patch. These standards 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

(back to top)

License

This project uses the Apache 2.0 license.

You can find more information in the LICENSE file.

(back to top)

Contact

Ethan Baker - contact@ethanbaker.dev - LinkedIn

Project Link: https://github.com/ethanbaker/notion

(back to top)