1
0
Fork
You've already forked org-web
0
No description
  • Python 66.2%
  • HTML 24.7%
  • CSS 5.7%
  • Nix 3.4%
Find a file
2026年03月02日 12:35:43 -06:00
static Initial commit 2025年08月09日 04:32:31 +02:00
templates Initial commit 2025年08月09日 04:32:31 +02:00
.envrc Initial commit 2025年08月09日 04:32:31 +02:00
.gitignore Initial commit 2025年08月09日 04:32:31 +02:00
flake.lock fix: Change org dir 2026年03月02日 12:35:43 -06:00
flake.nix Initial commit 2025年08月09日 04:32:31 +02:00
main.py fix: Change org dir 2026年03月02日 12:35:43 -06:00
pyproject.toml Initial commit 2025年08月09日 04:32:31 +02:00
python-libs.nix now the real sha 2026年03月02日 12:09:06 -06:00
README.org add README.org 2025年08月09日 04:38:30 +02:00
utils.py fix: Change org dir 2026年03月02日 12:35:43 -06:00
xmpp_bot.py feat(xmpp_bot): Use task-only agenda parsing 2025年08月12日 10:12:13 +02:00

Current state on org-web

I am aware that there is already a project called org-web. However, it has not been actively developed for years. If anyone has a better name, feel free to suggest it to me :).

The following features are currently supported.

  • Get the status of the current agenda at a certain interval via XMPP

It is possible to enable and disable this feature.

  • Receive reminders as notifications for schedules.

Inspired by Thunderbird, where you receive a reminder 15 minutes before an appointment in your calendar.

  • Set an active time when you want to receive notifications

e.g. 08:00-22:00

  • Call up the current agenda via Org Web
  • Call up all existing Org files.
  • Edit and add headings/subheadings
  • First class support for git (automatic pull/push)
  • First class support for denote
  • Focus on HTML/CSS
  • Authentication system with a token
Will more features follow?

Yes, definitely. The whole project is very opinionated based on my personal workflow. However, I would like to expand the whole project in the future. For example, the ability to create a wiki or publish Org Notes as a kind of blog post, and much more.