Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrym0 committed Jul 18, 2024
1 parent 22dca9d commit 62641ab
Show file tree
Hide file tree
Showing 6 changed files with 779 additions and 593 deletions.
13 changes: 11 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



* org-hyperscheduler
* org-hyperscheduler

** What is Hyperscheduling
#+begin_quote
Expand Down Expand Up @@ -103,14 +103,24 @@ See ~org-hyperscheduler-exclude-from-org-roam~ through ~M-x customize-group org-

** Development

There are two components to org-hyperscheduler:

- Emacs Code (elisp)
- web component (javascript)

*** Running tests


1. Install [[https://github.com/cask/cask][cask]] (~brew install cask~).
2. Run ~cask~ to install dependencies.
3. Run ~cask exec buttercup -L .~


*** Javascript
1. Install vite.js
2. Run the dev version (in =calendar-react/org-hyperscheduler=):
=npm run dev=


*** See also
**** org-roam-ui
Expand All @@ -120,4 +130,3 @@ org-hyperscheduler was heavily inspired by [[https://github.com/org-roam/org-roa
**** calfw

[[https://github.com/kiwanami/emacs-calfw][calfw]] is a (textmode) calendaring framwork for emacs. I found it somewhat late into the development of org-hyperscheduler. If I found it earlier, I may have skipepd developing this.

Loading

0 comments on commit 62641ab

Please sign in to comment.