Minor wording tweak and TODO file update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#+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
|
Org.vim is a minimal [[https://orgmode.org][Org mode]] and
|
||||||
[[https://www.gnu.org/software/emacs/manual/html_node/emacs/Outline-Mode.html][Outline mode]]
|
[[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
|
plugin for [[https://www.vim.org][Vim]] providing only syntax highlighting and
|
||||||
folding.
|
folding.
|
||||||
|
|||||||
21
TODO
21
TODO
@@ -1,12 +1,13 @@
|
|||||||
MAYBE:
|
* Future
|
||||||
- Highlight groups:
|
- Option to disable TeX highlighting.
|
||||||
- Syntax highlight checkboxes and checkbox cookies
|
- Syntax highlight checkboxes and checkbox cookies
|
||||||
- Separate syntax group for heading delimiters
|
- Separate syntax group for heading delimiters
|
||||||
- Syntax highlight and indent "properties"
|
- Syntax highlight and indent "properties"
|
||||||
- Inline blocks
|
|
||||||
- Try to get text attributes to stack (e.g. underlined text in bold text)
|
|
||||||
- Close inline block using same number of starting delimiters.
|
|
||||||
- Set a max number of lines to search for end delimiter for bold/italic/etc. to 3 (might not be possible)
|
|
||||||
|
|
||||||
UNLIKELY:
|
* Maybe
|
||||||
- Implement Emacs's abbreviations (e.g. '\<s<TAB>')
|
- Implement Emacs's abbreviations (e.g. '\<s<TAB>')
|
||||||
|
|
||||||
|
* Impossible?
|
||||||
|
- Try to get text attributes to stack (e.g. underlined text in bold text)
|
||||||
|
- Close inline block using same number of starting delimiters.
|
||||||
|
- Set a max number of lines to search for end delimiter for bold/italic/etc. to 3 (might not be possible)
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ Welcome to the org.vim user manual. *org* *org.vim* *vim-org* *out
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
1. INTRODUCTION *org-intro*
|
1. INTRODUCTION *org-intro*
|
||||||
|
|
||||||
Org.vim is a very minimal Org mode [2] and Outline mode [1] plugin for Vim
|
Org.vim is a minimal Org mode [2] and Outline mode [1] plugin for Vim
|
||||||
providing only syntax highlighting and folding.
|
providing only syntax highlighting and folding.
|
||||||
|
|
||||||
This plugin aims to replicate Vim's existing Markdown editing experience on
|
This plugin aims to replicate Vim's existing Markdown editing experience on
|
||||||
|
|||||||
Reference in New Issue
Block a user