Reed Esau
320c7fc284
Reprieve for original HardPencil and SoftPencil commands
...
PencilHard and PencilSoft benefited from autocomplete when you didn't know the commands, but they are awkward when you do know the commands.
So, there's PencilHard and HardPencil.
PencilSoft and SoftPencil
PencilToggle and TogglePencil
PencilOff and NoPencil
Additional blacklist adjustment for the plasticboy plugin, though I'll be doing more work in the coming weeks to get things tuned better.
2015-01-30 13:57:35 -07:00
Reed Esau
02283c81e6
Addl blacklist to better support plasticboy/markdown
2015-01-29 00:36:44 -07:00
Reed Esau
96546d4b17
minor rewording and formatting
2015-01-28 23:36:58 -07:00
Reed Esau
91dc000fb1
Minor rewording on enabling Vim's autoformat
2015-01-14 14:04:05 -07:00
Reed Esau
72d0a6d5f7
Additional tweaks for #25
...
Further improvements to README as well.
2015-01-10 12:58:15 -07:00
Reed Esau
ad195ab208
Added rough asciidoc support, per #25
...
See the ticket for current limitations.
Also improved README.
2015-01-10 01:48:07 -07:00
Reed Esau
b60e5ba728
Merge branch 'master' of https://github.com/reedes/vim-pencil
2014-11-12 14:35:42 -07:00
Reed Esau
9ec2c3cbea
Break out of whitelist loop; reword install docs
2014-11-12 14:35:27 -07:00
Reed Esau
626d3c0f7c
Fixed filetype on fenced code block
2014-11-10 14:39:28 -07:00
Reed Esau
6357ed94dc
Add saving of .vimrc to the install instructions
2014-11-07 01:12:51 -07:00
Reed Esau
5b1737f04e
Fix for missing footnote
2014-11-07 01:09:47 -07:00
Reed Esau
aebb45f187
Fix for missing footnote
2014-11-07 01:09:04 -07:00
Reed Esau
739b4d476e
Add better installation instructions
2014-11-06 04:01:14 -07:00
Reed Esau
3f111ca3f8
Add better installation instructions
2014-11-06 04:00:17 -07:00
Reed Esau
4d0a377928
more blacklist additions for #22
...
A couple of other blacklist changes for plasticboy/vim-markdown to match those added for tpope/vim-markdown
2014-11-05 05:34:29 -07:00
Reed Esau
e661e83bea
Fixes for #19 and #22
...
#19 Reorganized commands, making them prefix-oriented. (e.g., old: HardPencil, new: PencilHard). Legacy commands still enabled by default.
#22 Better support of inline syntax for PencilHard mode
2014-11-05 05:05:23 -07:00
Reed Esau
4cffe7021c
Improve example for status line and add ruler
2014-10-12 00:22:18 -06:00
Reed Esau
623088f6db
Switch to single-char indicators
...
There were problems with double-width indicator characters not displaying correctly when editing.
2014-10-07 01:47:07 -06:00
Reed Esau
3b08214bdc
Improve description of autoformat blacklist
2014-10-05 23:06:29 -06:00
Reed Esau
f2dcf5aa2d
Merge branch 'master' of https://github.com/reedes/vim-pencil
...
Conflicts:
README.markdown
2014-10-01 00:56:15 -06:00
Reed Esau
4e4ba394bc
Support two new filetypes: rst and tex
2014-10-01 00:53:40 -06:00
Reed Esau
04d10a2604
misc tweaks
2014-09-18 04:43:37 -06:00
Reed Esau
ca3f7f2daf
misc tweak
2014-09-17 09:12:32 -06:00
Reed Esau
b54232eace
Further tweaks to improve init() docs
2014-09-17 05:49:10 -06:00
Reed Esau
0d1a0686c6
Improve initialization recommendations further.
2014-09-17 05:30:29 -06:00
Reed Esau
47d3faef70
Experimenting with page-relative link
2014-09-16 04:56:16 -06:00
Reed Esau
81ddca0c85
Suggest user create buffer-specific key mappings
2014-09-16 04:51:49 -06:00
Reed Esau
5fdd5883a6
Added section on advance configuration
2014-09-16 04:40:00 -06:00
Reed Esau
1634224b35
Additional indicator tweaking for #6
2014-08-31 22:27:48 -06:00
Reed Esau
d494547e7a
Additional indicator tweaking for #6
2014-08-31 22:20:13 -06:00
Reed Esau
9797d30139
Additional updates to reflect char order
2014-08-31 04:02:28 -06:00
Reed Esau
676e72a793
Swapped order of indicator chars
...
To address a rendering problem in MacVim that required a screen redraw in some cases.
2014-08-31 03:58:44 -06:00
Reed Esau
a275f35c6f
New indicator for use in status line; fixes #6
2014-08-31 03:48:12 -06:00
Reed Esau
f18b74bac5
Ensure the global options have init() equivalents
2014-08-28 23:37:49 -06:00
Reed Esau
afbcf2bdff
Formatting fixes.
2014-08-27 11:20:37 -06:00
Reed Esau
2ce3af5fff
Formatting fixes
2014-08-27 10:46:26 -06:00
Reed Esau
0fc7d8caad
Additional blacklist items for links
...
Avoid entering autoformat when entering link definitions.
2014-08-27 05:40:14 -06:00
Reed Esau
14f49ac597
various naming/reliability
...
Added breakat chars to preserve footnote and email addresses.
Rename 'exclude' global to 'blacklist'
Removed formatoptions that were interfering with syntax module.
2014-08-27 04:34:01 -06:00
Reed Esau
82d39c442d
Misc improvements
2014-08-27 01:26:08 -06:00
Reed Esau
05f1296551
Rewrote conceal docs to disconnect from Markdown
2014-08-27 00:46:18 -06:00
Reed Esau
b7649a52a5
Added mention of alternative, vim-pandoc
2014-08-27 00:24:57 -06:00
Reed Esau
c69bf42543
Further clarification on avoiding autoformat
2014-08-26 11:40:16 -06:00
Reed Esau
dee1876905
Clarify code block autoformat behavior
2014-08-25 10:28:18 -06:00
Reed Esau
a7996a75b5
#7 fix - avoid enabling autoformat for code blocks
...
At least a partial fix for the problem of autoformat wreaking havoc on code blocks.
Couldn't find any highlighting groups for tables. If anybody can find them, we can add them to the exclude list.
2014-08-25 01:25:02 -06:00
Reed Esau
138a1c1dcf
Additional tweaks for docs for conceal feature
...
Among other overdue simplifications.
2014-08-25 00:10:51 -06:00
Reed Esau
72d617c482
Tweaking the conceal defaults
...
Not seeing the concealed markup in normal mode made for a poor experience.
2014-08-24 23:54:54 -06:00
Reed Esau
74e5b86409
Better docs and new defaults for Vim's conceal feature
2014-08-24 23:46:18 -06:00
Reed Esau
0b9b38e877
Improve docs for Conceal support
2014-08-22 00:34:37 -06:00
Reed Esau
72c8788b47
Disable new Conceal feature by default
...
For terminal users, the install is involved.
2014-08-21 23:29:57 -06:00
Reed Esau
a13bdd0bb0
Further improve wording on the new Conceal support
2014-08-21 22:28:19 -06:00