Add v1.2 entry to change log + minor README content updates

This commit is contained in:
Alex Vear
2020-02-15 20:25:43 +00:00
parent a65f2b1d98
commit b0b0a13e06
3 changed files with 19 additions and 11 deletions

View File

@@ -1,7 +1,9 @@
#+TITLE: Org mode and Outline mode syntax highlighting for Vim #+TITLE: Org mode and Outline mode syntax highlighting for Vim
Org.vim is a very minimal [[https://orgmode.org][Org mode]] and [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Outline-Mode.html][Outline mode]] plugin for Org.vim is a very minimal [[https://orgmode.org][Org mode]] and
[[https://www.vim.org][Vim]] providing only syntax highlighting and folding. [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Outline-Mode.html][Outline mode]]
plugin for [[https://www.vim.org][Vim]] providing only syntax highlighting and
folding.
This plugin aims to replicate Vim's [[https://github.com/tpope/vim-markdown/][existing Markdown]] This plugin aims to replicate Vim's [[https://github.com/tpope/vim-markdown/][existing Markdown]]
editing experience on Org mode (and Outline mode) files, rather than trying to editing experience on Org mode (and Outline mode) files, rather than trying to
@@ -12,9 +14,8 @@ files in Vim without any of /the bells and whistles/ of the original Emacs
implementation. It also allowed me use [[https://github.com/orgzly/orgzly-android/][Orgzly]] implementation. It also allowed me use [[https://github.com/orgzly/orgzly-android/][Orgzly]]
(highly recommended) without worrying about Emacs lock-in. (highly recommended) without worrying about Emacs lock-in.
*Notice*: this project is considered complete by the author. You can still *Note*: this project is considered /feature complete/ by the author, so the
report bugs and request additional features, however it is unlikely that new addition of new features will be unlikely.
features will be added.
** Licence ** Licence

7
TODO
View File

@@ -1,10 +1,7 @@
MAYBE: MAYBE:
- Syntax highlight checkboxes and checkbox cookies - Syntax highlight checkboxes and checkbox cookies
- Different syntax group for heading delimiters - Separate syntax group for heading delimiters
- Syntax highlight and indent properties
UNLIKELY: UNLIKELY:
- Add working links
- Maybe utilise Vim-Waikiki and override default Vim mappings
- Open man pages (use ':h :Man')
- Add 'org-store-link' and 'org-insert-link' implementations
- Implement Emacs's abbreviations (e.g. '\<s<TAB>') - Implement Emacs's abbreviations (e.g. '\<s<TAB>')

View File

@@ -197,10 +197,20 @@ To disable italics only in a single buffer, use this instead:
============================================================================== ==============================================================================
5. CHANGE LOG *org-changelog* 5. CHANGE LOG *org-changelog*
v1.2 [2020-02-15]~
* Improved syntax highlighting of links and turned off link concealing.
* Added |org_conceal_links| doc section on how turn on link concealing.
* Syntax highlight list item bullets and numbers.
* Make Vim correctly format lists without messing up indentation.
* Allow lower case in option keys and dynamic block markers.
* Remove a couple of unnecessary 'fillchars' rules.
* Minor README content update.
v1.1 [2020-01-05]~ v1.1 [2020-01-05]~
* Added documentation on folding configuration (|org-folding|). * Added documentation on folding configuration (|org-folding|).
* Added |'g:org_clean_folds'| option. * Added 'g:org_clean_folds' option.
* Improved accuracy of in-line delimiter matching. * Improved accuracy of in-line delimiter matching.
* Various minor documentation fixes. * Various minor documentation fixes.
* Rewrote README in Org mode. * Rewrote README in Org mode.