diff --git a/README.org b/README.org index 0b1e3bf..93ea448 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,9 @@ #+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 -[[https://www.vim.org][Vim]] providing only syntax highlighting and folding. +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 [[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]] 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]] (highly recommended) without worrying about Emacs lock-in. -*Notice*: this project is considered complete by the author. You can still -report bugs and request additional features, however it is unlikely that new -features will be added. +*Note*: this project is considered /feature complete/ by the author, so the +addition of new features will be unlikely. ** Licence diff --git a/TODO b/TODO index 5ab5d5b..f3bd624 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,7 @@ MAYBE: - Syntax highlight checkboxes and checkbox cookies - - Different syntax group for heading delimiters + - Separate syntax group for heading delimiters + - Syntax highlight and indent properties 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. '\') diff --git a/doc/org.txt b/doc/org.txt index e4e0991..cdc61b0 100644 --- a/doc/org.txt +++ b/doc/org.txt @@ -197,10 +197,20 @@ To disable italics only in a single buffer, use this instead: ============================================================================== 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]~ * 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. * Various minor documentation fixes. * Rewrote README in Org mode.