Commit Graph

18 Commits

Author SHA1 Message Date
Alex Vear
92bab89063 Change log entry for v1.4 and removed some old TODOs 2020-08-24 22:11:56 +01:00
Alex Vear
263d073f41 Minor wording update to README 2020-08-24 20:54:03 +01:00
Alex Vear
510b749e45 Write change log for version 1.3 of org.vim 2020-05-02 21:14:47 +01:00
Alex Vear
9b329f456b Remove "basic syntax" (Org mode syntax intro) section from docs 2020-03-09 00:39:13 +00:00
Alex Vear
b0b0a13e06 Add v1.2 entry to change log + minor README content updates 2020-02-15 20:25:43 +00:00
Alex Vear
6a29a2e961 Better Org mode hyperlink syntax highlighting and disabled link conceal
Org mode hyperlinks are now fully syntax highlighted (similar to
Markdown links).

The `org_conceal_links` option has been removed in favour of using
built-in Vim options to enable concealing (with a short section in the
`doc/org.txt` file on how to do this).  This was done because concealed
text makes navigating "hard-wrapped" documents difficult (especially
when the concealed text is as long as most URLs).
2020-02-15 03:17:49 +00:00
Alex Vear
a956c48e9c Add change log and fix minor mistakes in docs 2020-01-05 00:52:02 +00:00
Alex Vear
ebbc3efac2 Add org_clean_folds option 2020-01-04 20:11:52 +00:00
Alex Vear
0a98223c0b Fix in-line verbatim and code delimiters 2019-12-06 22:19:45 +00:00
Alex Vear
b8eb8a82d0 Enable italic text rendering by default 2019-10-05 16:59:55 +01:00
Alex Vear
898e8b8763 Add basic overview of Org mode syntax to the Vim doc 2019-09-28 17:34:56 +01:00
Alex Vear
f7e1410f09 Remove org_clean_folds' and org_highlight_table_background' options
Both of these options were pointless and
`org_highlight_table_background' had visual issues.
2019-09-22 22:58:54 +01:00
Alex Vear
9e067addad Improve Vim start-up time and allow buffer specific state keywords 2019-09-22 22:15:28 +01:00
Alex Vear
c5113592c2 Update README and Vim doc introduction 2019-09-22 21:53:27 +01:00
Alex Vear
8f83aae020 Add configuration option to conceal links and enabling cleaner folds 2019-09-22 19:25:25 +01:00
Alex Vear
c47ffd4ec6 Relicence under the Vim licence, add legal info and update file headers 2019-09-22 18:01:36 +01:00
Alex Vear
6c1bd97a04 Allow configuring TODO state keywords 2019-02-25 21:12:17 +00:00
Alex Vear
d17d769966 Add the initial version of the Vim help doc 2019-02-24 15:04:37 +00:00