[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-real 8c032c1b9f 141/188: Updated readme
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-real 8c032c1b9f 141/188: Updated readme |
Date: |
Sun, 5 May 2024 22:56:03 -0400 (EDT) |
branch: externals/org-real
commit 8c032c1b9fa473ce19dda75cc55ba2e0756db8b1
Author: Amy Grinn <grinn.amy@gmail.com>
Commit: Amy Grinn <grinn.amy@gmail.com>
Updated readme
---
README.org | 40 +++++++++++++++++++----------------
demo/apply-changes.gif | Bin 753884 -> 452777 bytes
demo/edit-link.gif | Bin 791373 -> 476059 bytes
demo/headline-relationships.png | Bin 23455 -> 0 bytes
demo/headlines.gif | Bin 0 -> 651736 bytes
demo/insert-link-with-completion.gif | Bin 628057 -> 401659 bytes
demo/insert-link.gif | Bin 1106614 -> 649381 bytes
demo/org-real-mode.gif | Bin 435169 -> 535961 bytes
demo/projects.org | 18 ++++++++--------
9 files changed, 31 insertions(+), 27 deletions(-)
diff --git a/README.org b/README.org
index 24edefc49f..950e0f27ab 100644
--- a/README.org
+++ b/README.org
@@ -130,23 +130,10 @@ Keep track of real things as org-mode links.
=org-real-apply= with the cursor on top of the new link to apply
changes from that link to the buffer.
-** Org Real mode
-
+** Opening links
To open a real link, place the cursor within the link and press
=C-c C-o=. This will display a popup buffer in Org Real mode
- showing the location of the link. Use =S-TAB= to cycle the
- visibility level of all children or just =TAB= to toggle the
- visibility of children for a single box.
-
- In the org real diagram, emacs movement keys will navigate by boxes
- rather than characters. Each box in the diagram has these options:
-
- - =RET / mouse-1= Jump to first occurrence of link
- - =o= Cycle occurrences of links in other window
- - =M-RET= Open all occurences of links by splitting the current window
- - =r= Jump to the box directly related to the current box
-
- [[file:demo/org-real-mode.gif]]
+ showing the location of the link.
** =org-real-world=
@@ -178,11 +165,28 @@ Keep track of real things as org-mode links.
- to the right of
- to the left of
- [[file:demo/headline-relationships.png]]
-
-
The tooltip for each headline shows the values that would be
displayed if the org file was in org columns view.
+
+ [[file:demo/headlines.gif]]
+
+** Org Real mode
+
+ Once in Org Real mode, you can cycle the visibility level of all
+ children with =S-TAB= or use =TAB= to toggle the visibility of
+ children for a single box.
+
+ Emacs movement keys will navigate by boxes rather than
+ characters. Each box in the diagram has these keybindings:
+
+ - =RET / mouse-1= Jump to first occurrence of link
+ - =o= Cycle occurrences of links in other window
+ - =M-RET= Open all occurences of links by splitting the current window
+ - =r= Jump to the box directly related to the current box
+ - =TAB= expand/collapse children boxes
+
+ [[file:demo/org-real-mode.gif]]
+
* Development
** Setup
diff --git a/demo/apply-changes.gif b/demo/apply-changes.gif
index ca91af2b59..9053d06105 100644
Binary files a/demo/apply-changes.gif and b/demo/apply-changes.gif differ
diff --git a/demo/edit-link.gif b/demo/edit-link.gif
index 2f7c2587d5..e98b4dd8de 100644
Binary files a/demo/edit-link.gif and b/demo/edit-link.gif differ
diff --git a/demo/headline-relationships.png b/demo/headline-relationships.png
deleted file mode 100644
index 00d22e85f1..0000000000
Binary files a/demo/headline-relationships.png and /dev/null differ
diff --git a/demo/headlines.gif b/demo/headlines.gif
new file mode 100644
index 0000000000..654b5883d9
Binary files /dev/null and b/demo/headlines.gif differ
diff --git a/demo/insert-link-with-completion.gif
b/demo/insert-link-with-completion.gif
index 19d489b0d0..5919ccda05 100644
Binary files a/demo/insert-link-with-completion.gif and
b/demo/insert-link-with-completion.gif differ
diff --git a/demo/insert-link.gif b/demo/insert-link.gif
index f5bb53c4ac..fce8ee17a6 100644
Binary files a/demo/insert-link.gif and b/demo/insert-link.gif differ
diff --git a/demo/org-real-mode.gif b/demo/org-real-mode.gif
index 9e5ca7ee38..0a2cc1d105 100644
Binary files a/demo/org-real-mode.gif and b/demo/org-real-mode.gif differ
diff --git a/demo/projects.org b/demo/projects.org
index f5d06ee388..7df05a32d9 100644
--- a/demo/projects.org
+++ b/demo/projects.org
@@ -1,17 +1,17 @@
#+TITLE: Projects
-* Ideas
-** Keyboard pants
+* Ideas :leisure:tech:
+** TODO [#A] Keyboard pants
:PROPERTIES:
:REL: on top of
:END:
-** Org real
-* Personal
-** Banking
-** Healthcare
-* Work
-** Configure emacs
-** Install adobe illustrator
+** DONE [#B] Org real
+* Personal :personal:
+** TODO [#C] Banking
+** TODO [#C] Healthcare
+* Work :work:
+** DONE [#A] Configure emacs :productivity:
+** DONE [#C] Install adobe illustrator
:PROPERTIES:
:REL: in front of
:END:
- [elpa] externals/org-real 3b123018dd 078/188: Reuse window if org real diagram already visible, (continued)
- [elpa] externals/org-real 3b123018dd 078/188: Reuse window if org real diagram already visible, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real f24300e466 077/188: Complete redesign, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 199a3d2618 091/188: Auto-fill description when inserting link, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 5164b5eb0a 081/188: Org real headlines switched to add-next, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 3fb7433610 110/188: Updated customizations; color scheme, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real eec4aca3e8 127/188: Merge branch 'next' into 'main', ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 2d6e5e169a 132/188: Fixed hiding of rel-box border, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 3071147c1e 130/188: Allow boxes to not have location markers, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 2c716d3e54 134/188: Merge branch 'main' into next, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real f94678b0b4 138/188: Refactoring, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 8c032c1b9f 141/188: Updated readme,
ELPA Syncer <=
- [elpa] externals/org-real db9f38f413 142/188: Draw selected box last, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 760925984e 156/188: Changed cl-defmethod to defun; linting, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 668a60cb43 139/188: Merge display-rel-box, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real e7c6fb4c14 148/188: Add submodules during ci/cd pipeline, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real f93714689a 149/188: Regression: primary boxes should be highlighted, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 0eb43ca002 115/188: Redesigned tooltips, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 89a03be54a 119/188: Use original relationship for tooltip if changed, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real a325418d4a 122/188: Merge branch 'next' into 'main', ELPA Syncer, 2024/05/05
- [elpa] externals/org-real b9af670298 129/188: Added is-plural, ELPA Syncer, 2024/05/05
- [elpa] externals/org-real 4d6fbc4364 053/188: Removed existing containers from completion candidates, ELPA Syncer, 2024/05/05