Skip to content

imchenmin/workflowy-calendar-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简体中文版

Workflowy Calendar Chrome Extension

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

截屏2024-07-04 00 51 12

Features

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

Installation

From Source

To install this extension from source, follow these steps:

  1. Clone the Repository

    Clone this repository to your local machine using:

    git clone https://github.com/imchenmin/workflowy-calendar-chrome.git
  2. Open Chrome Extensions Page

    Open Chrome and navigate to chrome://extensions/.

  3. Enable Developer Mode

    Enable Developer Mode by toggling the switch in the top right corner of the page.

  4. Load Unpacked Extension

    Click on the "Load unpacked" button and select the directory where you cloned the repository.

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

Usage

  1. Open the Extension

    Click on the Workflowy Calendar icon in the Chrome toolbar to open the popup.

  2. View Tasks and Events

    The popup will display your Workflowy tasks and events in a calendar view. Today's date will be highlighted.

  3. Navigate to Workflowy

    Click on any event in the calendar to navigate to the corresponding page in Workflowy within the current tab.

Development

To contribute to the development of this extension, follow these steps:

  1. Fork the Repository

    Fork this repository to your GitHub account.

  2. Clone the Fork

    Clone your forked repository to your local machine.

  3. Create a Branch

    Create a new branch for your feature or bugfix:

    git checkout -b feature/your-feature-name
  4. Make Changes

    Make your changes to the code.

  5. 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
  6. Submit a Pull Request

    Open a pull request on GitHub from your branch to the main repository.

License

This project is licensed under the MIT License.

Contact

If you have any questions, feel free to open an issue or contact the repository owner.

About

Chrome extension for visualize your workflowy data into calendar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published