From e1aaa3592429536de7bdc6fb454f4f74cefd2336 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 31 Dec 2018 18:14:36 +0000 Subject: move TODOs to their own file --- TODO.md | 12 ++++++++++++ org-d20.el | 7 ------- 2 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..fe05c25 --- /dev/null +++ b/TODO.md @@ -0,0 +1,12 @@ +Soon +---- + +Dice expression roller shows results for each die + +Maybe +----- + +Rewrite combat to use a data strcuture holding all data from the table +with functions to read, write and update an Org table. Then +e.g. taking damage is done by reading table, updating struct and +writing it back to the buffer diff --git a/org-d20.el b/org-d20.el index fe17c8b..397122e 100644 --- a/org-d20.el +++ b/org-d20.el @@ -42,13 +42,6 @@ ;;; ;;; # -*- mode: org; mode: org-d20; org-d20-party: (("Zahrat" . 0) ("Anca" . 1)) -*- -;;; TODO dice expression roller shows results for each die - -;;; TODO rewrite combat to use a data strcuture holding all data from -;;; the table with functions to read, write and update an Org table. -;;; Then e.g. taking damage is done by reading table, updating struct -;;; and writing it back to the buffer - ;;; Code: (require 's) -- cgit v1.2.3