Plan InPlace IntroductionPlan InPlace is a lightweight, open-source planner for agile projects.
Kanban view:
Table view:
InstallationVS Code: Install via the VS Code Marketplace. Web app: Launch the app at planinplace.netlify.app. Quick Start (VS Code)
The extension provides two interfaces:
Using the VS Code Sidebar
Using the Main UICreate a plan
Add a task
Kanban board and table viewsSwitch between views using the toggle in the sidebar:
You can order the tasks or move tasks between status/priority categories by drag-and-drop in the board view. Customize task fieldsGo to Plan Settings to define task metadata (e.g., add new fields). These are stored in To customize the order or visibility of table columns, or how tasks are grouped on Kanban, go to Active Tasks and press Table Settings or Board Settings. FAQWhere is my plan stored? In the folder you picked during plan creation. It is located at Can I move the Yes. You can move the folder to any location, but the app won't know the folder's new location and you won't be able to open it from the Recent Plans list. Simply press Open a Plan to open it and add it back to the Recent Plans list. Can I track my plan with Git or cloud services? Yes. Since the data is stored in standard JSON format, you can initialize a Git repository in the plan folder or save the plan inside a cloud folder (e.g., Google Drive) for syncing. Can I share my plan and collaborate with others? Yes. Multiple users can edit the same plan if they have shared access to the filesystem (e.g., via a shared cloud folder or Git). AboutSource: github.com/manhowong/plan-inplace Developer: @manhowong License: Apache License 2.0 Support: |