aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorThanh Vuong <thanhvg@gmail.com>2020-03-21 12:57:12 -0600
committerThanh Vuong <thanhvg@gmail.com>2020-03-21 12:58:58 -0600
commita693a310c9b51ec213bfe9bc57ea821f70df2869 (patch)
tree860605f0af4d9e01d645cb122ad70bcafa4d1067 /README.org
parent7e68beff596a7c67ff436be5cc29660acd46f5df (diff)
new command hnreader-org-insert-hn-link and hnreader-read-item
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.org b/README.org
index 446185e..c106bef 100644
--- a/README.org
+++ b/README.org
@@ -44,6 +44,10 @@ User must have ~org-mode~ 9.2 or later installed also.
- ~hnreader-newest~: Load new link page.
- ~hnreader-more~: Load more.
- ~hnreader-back~: Go back to previous page.
+- ~hnreader-read-item~: read an HN item url such as
+ https://news.ycombinator.com/item?id=1 this is handy when you have the link
+ and want to read it in emacs, takes url as param
+- ~hnreader-org-insert-hn-link~: insert hn link to org buffer, take url as param
* Remarks
Listing buffer is called ~*HN*~
Command buffer is called ~*HNComments*~
@@ -129,6 +133,3 @@ Hack to use `insert-sliced-image' to avoid jerky image scrolling."
(insert (or alt "")))))
#+end_src
-* Demo
-TBD
-