Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seblemaguer/org-roam-project-dashboard

An helper to list my projects based on org-roam and some tags
https://github.com/seblemaguer/org-roam-project-dashboard

org-mode org-roam project-management

Last synced: 3 days ago
JSON representation

An helper to list my projects based on org-roam and some tags

Awesome Lists containing this project

README

        

# A dashboard summarizing org-roam projects

A small helper to organize my project using the ORG ROAM structure.

![The mandatory screenshot](./org-roam-project-dashboard.png)

## How to install

```elisp
(use-package org-roam-project-dashboard
:ensure (org-roam-project-dashboard :type git :host github :repo "seblemaguer/org-roam-project-dashboard")
:commands (org-roam-project-dashboard-show)
:custom
(org-roam-project-dashboard-list-tags '("research" "tools" "duties" "application" "perso"))
(org-roam-project-dashboard-threshold-tasks 5))
```

## How to use

Simply call the function `org-roam-project-dashboard-show`.