Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seblemaguer/org-roam-project-dashboard
- Owner: seblemaguer
- Created: 2024-08-24T05:34:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T16:13:16.000Z (6 days ago)
- Last Synced: 2025-01-07T17:30:02.615Z (6 days ago)
- Topics: org-mode, org-roam, project-management
- Language: Emacs Lisp
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.