emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-remark 41a615c9f8: bump: v1.1.0


From: ELPA Syncer
Subject: [elpa] externals/org-remark 41a615c9f8: bump: v1.1.0
Date: Sat, 20 May 2023 03:58:20 -0400 (EDT)

branch: externals/org-remark
commit 41a615c9f865c4c192d074f95b88cf2290cbc971
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    bump: v1.1.0
---
 NEWS                |  2 +-
 README-elpa         | 96 ++++++++++++++++++++++++++++++++++++++++++-----------
 README.org          |  3 +-
 docs/org-remark.org |  6 ++--
 org-remark.el       |  4 +--
 5 files changed, 84 insertions(+), 27 deletions(-)

diff --git a/NEWS b/NEWS
index 38deb4e40d..c03df4851a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.1.0-rc -- Current development version
+Version 1.1.0
 
   Features:
 
diff --git a/README-elpa b/README-elpa
index 96e311513b..b16206c716 100644
--- a/README-elpa
+++ b/README-elpa
@@ -8,9 +8,11 @@ Table of Contents
 _________________
 
 1. Introduction
-2. Installation
-3. Contributing and Feedback
-4. License
+2. Features
+3. Installation
+4. Contributing and Feedback
+5. Contributors
+6. License
 
 
 
@@ -19,11 +21,10 @@ _________________
 1 Introduction
 ==============
 
-  Org-remark lets you highlight and annotate any text file with using
-  Org mode.
+  Org-remark lets you highlight and annotate text files and websites
+  with using Org mode [1].
 
-  A user manual is available [online] (Info node will be available when
-  Org-remark is added to ELPA/MELPA) or Emacs in-system as an Info node
+  A user manual is available [online] or Emacs in-system as an Info node
   `(org-remark)': (`C-h i' and find the `Org-remark' node).
 
   For installation and minimum configuration, refer to [Installation]
@@ -41,7 +42,7 @@ _________________
 
 [online] <https://nobiot.github.io/org-remark/>
 
-[Installation] See section 2
+[Installation] See section 3
 
 [online] <https://nobiot.github.io/org-remark/#Installation>
 
@@ -52,7 +53,28 @@ _________________
 [introductory video] <https://youtu.be/c8DHrAsFiLc>
 
 
-2 Installation
+2 Features
+==========
+
+  - Highlight and annotate any text file. The highlights and notes are
+    kepted in an Org file as the plain text database. This lets you
+    easily manage your marginal notes and use the built-in Org
+    fecilities on them -- e.g. create a sparse tree based on the
+    category of the notes
+
+  - Have the same highlighting and annotating functionality for websites
+    when you use EWW to browse them (new in latest [GNU-devel ELPA] and
+    is planned to be part of v1.1.0.)
+
+  - Create your your own highlighter pens with different colors, type
+    (e.g. underline, squiggle, etc. optionally with Org's category for
+    search and filter on your highlights and notes)
+
+
+[GNU-devel ELPA] <https://elpa.gnu.org/devel/org-remark.html>
+
+
+3 Installation
 ==============
 
   This package is available on:
@@ -61,22 +83,24 @@ _________________
   - [GNU-devel ELPA] (unreleased development branch; equivalent to
     MELPA)
 
-
   GNU ELPA should be already set up in your Emacs by default. If you
   wish to add GNU-devel ELPA, simply add its URL to `package-archives'
   like this:
 
   ,----
   | (add-to-list 'package-archives
-  |         '("gnu-devel" . "https://elpa.gnu.org/devel/";) :append)
+  |              '("gnu-devel" . "https://elpa.gnu.org/devel/";) :append)
   `----
 
   After installation, we suggest you put the setup below in your
   configuration.
 
   ,----
-  | (require 'org-remark-global-tracking)
   | (org-remark-global-tracking-mode +1)
+  | 
+  | ;; Optional if you would like to highlight websites via eww-mode
+  | (with-eval-after-load 'eww
+  |   (org-remark-eww-mode +1))
   `----
 
   Unless you explicitly load `org' during Emacs initialization, I
@@ -108,17 +132,17 @@ _________________
 [GNU-devel ELPA] <https://elpa.gnu.org/devel/org-remark.html>
 
 
-3 Contributing and Feedback
+4 Contributing and Feedback
 ===========================
 
   Create issues, discussion, and/or pull requests in the GitHub
   repository. All welcome.
 
-  Org-remark is planned to be submitted to GNU ELPA and thus copyrighted
-  by the [Free Software Foundation] (FSF). This means that anyone who is
-  making a substantive code contribution will need to "assign the
-  copyright for your contributions to the FSF so that they can be
-  included in GNU Emacs" ([Org Mode website]).
+  Org-remark is available on GNU ELPA and thus copyrighted by the [Free
+  Software Foundation] (FSF). This means that anyone who is making a
+  substantive code contribution will need to "assign the copyright for
+  your contributions to the FSF so that they can be included in GNU
+  Emacs" ([Org Mode website]).
 
   Thank you.
 
@@ -128,7 +152,32 @@ _________________
 [Org Mode website] <https://orgmode.org/contribute.html#copyright>
 
 
-4 License
+5 Contributors
+==============
+
+  New features
+
+
+        `echo-text' update from the marginal notes to the source buffer
+        by marty hiatt (@mooseyboots)
+
+        Support for websites with `eww-mode' by Vedang Manerikar
+        (@vedang)
+
+  Bug fixes
+  Nan Jun Jie (@nanjj), @sgati-bodhi
+
+  Documentation (including README, NEWS, CHANGELOG)
+  @randomwangran, marty hiatt (@mooseyboots)
+
+  All the comments, issues, and questions on GitHub
+  @randomwangran, @karthink, @holtzermann17, @shombando, @magthe,
+  @linwaytin, @rtrppl, @ryanprior, @ericsfraga, @darcamo, @zhewy,
+  @QMeqGR, @Vidianos-Giannitsis, @AtomicNess123, @mooseyboots, @ouboub,
+  @dian-yu-luo, @SylvianHemus, @basaran, @Ypot, @oatmealm, @sati-bodhi
+
+
+6 License
 =========
 
   This work is licensed under a GPLv3 license. For a full copy of the
@@ -136,3 +185,12 @@ _________________
 
 
 [LICENSE] <./LICENSE>
+
+
+
+Footnotes
+_________
+
+[1] : Feature to highlight and annotate websites is new in the latest
+[GNU-devel ELPA] (<https://elpa.gnu.org/devel/org-remark.html>) and is
+part of v1.1.0.
diff --git a/README.org b/README.org
index 87ad5d35d2..6066ada9f2 100644
--- a/README.org
+++ b/README.org
@@ -23,7 +23,7 @@ For customization, refer to the customization group 
`org-remark' or user manual:
 
 An [[https://youtu.be/c8DHrAsFiLc][introductory video]] (8 minutes) is 
available on YouTube.
 
-[fn:1]: Feature to highlight and annotate websites is new in the latest 
[[https://elpa.gnu.org/devel/org-remark.html][GNU-devel ELPA]] and is planned 
to be part of v1.1.0.
+[fn:1]: Feature to highlight and annotate websites is new in the latest 
[[https://elpa.gnu.org/devel/org-remark.html][GNU-devel ELPA]] and is part of 
v1.1.0.
 
 * Features
 
@@ -54,7 +54,6 @@ This package is available on:
 - [[https://elpa.gnu.org/packages/org-remark.html][GNU-ELPA]] (releases only; 
equivalent to MELPA-Stable)
 - [[https://elpa.gnu.org/devel/org-remark.html][GNU-devel ELPA]] (unreleased 
development branch; equivalent to MELPA)
 
-
 GNU ELPA should be already set up in your Emacs by default. If you wish to add 
GNU-devel ELPA, simply add its URL to ~package-archives~ like this:
 
 #+BEGIN_SRC elisp
diff --git a/docs/org-remark.org b/docs/org-remark.org
index 61d0f9999b..a4ecd6cd47 100644
--- a/docs/org-remark.org
+++ b/docs/org-remark.org
@@ -1,7 +1,7 @@
 #+title: Org-remark User Manual
 #+author: Noboru Ota <me@nobiot.com>
 #+macro: version 1.0.x
-#+macro: modified 14 January 2023
+#+macro: modified 20 May 2023
 #+language: en
 #+export_file_name: org-remark.texi
 #+texinfo_dir_category: Emacs
@@ -85,7 +85,7 @@ Below are example keybindings you might like to consider:
     (define-key org-remark-mode-map (kbd "C-c n r") #'org-remark-remove))
 #+end_src
 
-[fn:1]: Feature to highlight and annotate websites is new in the latest 
[[https://elpa.gnu.org/devel/org-remark.html][GNU-devel ELPA]] and is planned 
to be part of v1.1.0.
+[fn:1]: Feature to highlight and annotate websites is new in the latest 
[[https://elpa.gnu.org/devel/org-remark.html][GNU-devel ELPA]] and is part of 
v1.1.0.
 
 * Getting Started
 :PROPERTIES:
@@ -246,7 +246,7 @@ Org-remark displays the marginal notes buffer narrowed to 
the highlight the curs
 
 After all the properties, you can freely write your notes for the highlight. 
Once you save the notes buffer, an excerpt of the text (currently up to 200 
characters) gets updated back onto the highlight in the source buffer. You can 
hover your mouse over the highlight to see the excerpt displayed in the echo 
area (bottom of the screen) of Emacs. If you have ~tooltip-mode~ mode turned 
on, the excerpt is displayed as a took tip for the highlight [fn:2].
 
-[fn:2]: Feature to display an excerpt of the body of marginal notes is new in 
latest [[https://elpa.gnu.org/devel/org-remark.html][GNU-devel ELPA]] and is 
planned to be part of v1.1.0.
+[fn:2]: Feature to display an excerpt of the body of marginal notes is new in 
latest [[https://elpa.gnu.org/devel/org-remark.html][GNU-devel ELPA]] and is 
part of v1.1.0.
 
 *** How to Change Where Marginal Notes File is Saved
 :PROPERTIES:
diff --git a/org-remark.el b/org-remark.el
index 3039f81465..20ef4069f6 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -4,9 +4,9 @@
 
 ;; Author: Noboru Ota <me@nobiot.com>
 ;; URL: https://github.com/nobiot/org-remark
-;; Version: 1.0.5
+;; Version: 1.1.0
 ;; Created: 22 December 2020
-;; Last modified: 29 January 2023
+;; Last modified: 20 May 2023
 ;; Package-Requires: ((emacs "27.1") (org "9.4"))
 ;; Keywords: org-mode, annotation, note-taking, marginal-notes, wp,
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]