marcusolsson / obsidian-projects

Plain text project planning in Obsidian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projects logo

Build Obsidian plugin Release Obsidian plugin Obsidian Downloads Buy me a coffee Maintenance Status

Projects is a plugin for Obsidian that lets you manage and visualize notes for project management.

  • Create projects from folders and Dataview queries.
  • Switch between four different views: Table, Board, Calendar, and Gallery.
  • Configure note templates for each project.

For example, if you're a content manager, Projects can help you manage your content calendar. Create drafts, keep track of their status, and when they are scheduled to be published.

If you have any questions, or want to stay updated, join our Discussions.

Installation

Note
You must turn off Restricted mode to use Projects.

  1. In Obsidian, open Settings.
  2. Under Community plugins, select Browse.
  3. Search for "Projects" by Marcus Olsson, and then select it.
  4. Select Install.

To get started using Projects, press Ctrl+P (or Cmd+P on macOS) to open the Command palette, and then select Projects: Show projects.

Design Philosophy

When developing any software, you are often faced with difficult choices. To help guide design decisions, this project adheres to the following principles:

  • Leave no trace: The plugin must not leave any plugin-specific configuration in the notes, such as custom front matter properties. Notes may be shared with colleagues and teams who don't use Obsidian. If the user stops using this plugin, they shouldn't have to clean up all their notes.
  • Keep it native: The plugin should look and feel like it's native to Obsidian. The plugin should also prefer native Web APIs over custom components whenever possible.
  • Stability over features: This plugin is geared towards professionals with high demands on reliability. Any bug reports and usability issues will be prioritized over new features.

Roadmap

If you're curious about what we're working on, check out the roadmap:

  • Active issues: Issues that are actively being worked on.
  • Prioritized backlog: Issues we'll be working on next.
  • Backlog: Issues anyone can start working on (please let us know before you do).
  • Ideas: Promising issues that haven't made it to the backlog yet.

To vote for a feature, react to the issue with a đź‘Ť.

Contribute

For more information on how to contribute to Projects, check out CONTRIBUTE.md.

Learn More

If you'd like to see Projects in action, check out any of these amazing resources made by users.

Videos

Articles

Did I miss any? Let me know and I'll add them to the list!

Support

If Projects has been useful to you, consider buying me a book to show your support.

License

Projects is distributed under Apache License 2.0.

About

Plain text project planning in Obsidian

License:Apache License 2.0


Languages

Language:Svelte 50.6%Language:TypeScript 48.0%Language:JavaScript 0.6%Language:SCSS 0.4%Language:Python 0.4%