trucke / para-workflower

Helpful commands for starting and working in your vault with the PARA method.
The Unlicense
5 stars 0 forks source link

PARA Workflower

PARA Workflower is an Obsidian plugin to make managing your Vault using the PARA Method, by Tiago Forte, a lot easier.
This plugin offers you a handful of very useful commands to

Changelog v0.1.5

[!warning] THIS VERSION MAY CONTAINS BREAKING CHANGES

All projects created w/o a project folder (flat) will still be handled as flat projects (single file). This might be changed in the future.

To see all changes to the plugin, go to https://github.com/trucke/para-workflower/releases.


What is the PARA Method?

A full article on the PARA method and its benefits can be found on this blog post by Tiago Forte.

Installation

Dataview is required, please install it first.

Enable core plugin Templates and configure the templates folder to Templates

Recommended

PARA Workflower is available in the Obsidian community plugin browser!

  1. Search for "PARA Workflower" in Obsidian's community plugins browser
  2. Enable the plugin in your Obsidian settings (find "PARA Workflower" under "Community plugins").
  3. Check the settings (You can customize the directory of your PARA notes and more)

Manual

Go to the releases and download the latest main.js and manifest.json files. Create a folder called para-workflower inside .obsidian/plugins and place both files in it.

Commands

Open command palette (default): CTRL+p or CMD+p

Command Description
Initialize vault Initialize your vault by creating PARA folder structure and generate Templates for project, area, resource
Create new project Opens a modal to speed up creating a new Project, puts the new project under your Projects folder and sets the status of the project to draft
Create new area Opens a modal to speed up creating a new Area, puts the new area under your Areas folder and also creates an companion folder for the new area
Create new resource Opens a modal to speed up creating a new Resource, puts the new resource under your Resources folder
Move to archive Moves the current PARA item (Project, Area, Resource) to your archive. If current item is a project the status will be changed to aborted
Restore from archive Restores the currently opened and archived PARA item or opens a search modal
Complete project Set current open and active project as completed, set completed to true, set status to done and move to archive

Tips

For a better UX consider to configure the following settings:

Tags i use for project status

Status Description
draft Project created or initialized; has to be defined or needs some more specification
pending Project is specified and ready to go
in_process Project is currently under development
postprocessing Project is mostly done but needs some additional documentation or other post processing (this step is optional)
done Project is done and documented

Acknowledgements

Big shout out, to the following amazing projects i relied on:

Further Improvements & Support

Feel free to contribute.

Contributors are very welcome and I appreciate every input.

You can create an issue to report a bug, suggest an improvement for this plugin, ask a question, etc.

You can make a pull request to contribute to this plugin development.