This Chrome extension integrates with Workflowy to display your tasks and events in a calendar format. The extension fetches data from Workflowy and presents it in an easy-to-use calendar view within the popup.
workflowy-calendar-demo.mp4
- Display Workflowy tasks and events in a calendar format.
- Highlight the current date.
- Click on events to navigate to the corresponding Workflowy page within the current tab.
To install this extension from source, follow these steps:
-
Clone the Repository
Clone this repository to your local machine using:
git clone https://github.com/imchenmin/workflowy-calendar-chrome.git
-
Open Chrome Extensions Page
Open Chrome and navigate to
chrome://extensions/. -
Enable Developer Mode
Enable Developer Mode by toggling the switch in the top right corner of the page.
-
Load Unpacked Extension
Click on the "Load unpacked" button and select the directory where you cloned the repository.
-
Use the Extension
The Workflowy Calendar extension should now be loaded and ready to use. Click on the extension icon in the Chrome toolbar to open the calendar.
-
Open the Extension
Click on the Workflowy Calendar icon in the Chrome toolbar to open the popup.
-
View Tasks and Events
The popup will display your Workflowy tasks and events in a calendar view. Today's date will be highlighted.
-
Navigate to Workflowy
Click on any event in the calendar to navigate to the corresponding page in Workflowy within the current tab.
To contribute to the development of this extension, follow these steps:
-
Fork the Repository
Fork this repository to your GitHub account.
-
Clone the Fork
Clone your forked repository to your local machine.
-
Create a Branch
Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-name
-
Make Changes
Make your changes to the code.
-
Commit and Push
Commit your changes and push them to your fork:
git add . git commit -m "Description of your changes" git push origin feature/your-feature-name
-
Submit a Pull Request
Open a pull request on GitHub from your branch to the main repository.
This project is licensed under the MIT License.
If you have any questions, feel free to open an issue or contact the repository owner.
