99dc186df0
Possible fix for #642 .
...
When using a custom Wiki2HTML on Windows the normalized paths caused the
closing quote to be escaped and not pass the correct arguments to the
system call. This fix removes the trailing slash for Windows while
leaving the default behavior the same.
2019-03-28 22:56:01 -06:00
e56c26c7ba
Add an option to conceal preformatted text blocks
...
This merges PR #641 .
2019-03-28 14:50:25 -07:00
f5cf991115
Merge pull request #634 from sstallion/sstallion/headers
...
Adjust generated header behavior for TOC, links, tags, and diary (oh my!)
2019-03-26 11:57:24 -06:00
6c2f9f999d
Adjust generated header behavior for TOC, etc.
2019-03-26 12:03:09 -05:00
cdc9940887
Fix spelling per comment in #637
2019-03-25 08:44:59 -06:00
a013e8b1b5
Merge pull request #637 from tinmarino/dev
...
Add option : g:vimwiki_table_reduce_last_col to not expand the last column of a table.
2019-03-24 21:40:27 -06:00
dfccfb1951
Add option : g:vimwiki_table_reduce_last_col. Used to not expand table last cells in order to avoid large, useless wraps
2019-03-23 11:23:58 -03:00
32c7f289b7
Fix missing 'T' in syntax definition of VimwikiDelTextT
...
The missing 'T' character was causing strikethrough ~ characters to be
hidden within tables which is not the desired behavior. Closes #404 .
2019-03-21 22:26:42 -06:00
ae365a8b8f
Merge branch 'master' into dev
2019-03-21 23:21:32 +01:00
8f5d38365b
Added optional extra caption levels to diary index.
...
Added the option 'diary_caption_level', which controls the presence of
captions in the diary index linking to headers within the diary pages.
Possible values:
-1: No headers are read from the diary page.
0: The first header from the diary page is used as the caption.
There are no sub-captions.
1: Captions are created for headers of level 1 in the diary page.
2: Captions are created for headers up to level 2 in the diary page.
etc.
When the value is >= 1, the primary caption of each diary page is set to
the first header read from that page if it is the unique lowest-level
header.
2019-03-20 14:09:57 -07:00
a5ef478750
Improverize issue template per #513
2019-03-20 06:24:16 -06:00
7d82c7541d
Merge pull request #529 from sstallion/sstallion/markdown_link_ext
...
Add support for Markdown link extensions!!!
2019-03-19 21:54:32 -06:00
9964026586
Don't override existing mappings
2019-03-19 22:03:50 +00:00
eb00d30d9b
Initial commit
2019-03-19 10:33:08 -05:00
c8d09d7c9e
Merge pull request #629 from gpanders/dev
...
Allow customization of header level of TOC
2019-03-18 17:20:30 -06:00
e0f4ab8c5e
Revert implementation of function s:get_cell_aligns()
...
This commit reverses a change to s:get_cell_aligns introduced by
bdcfca1e5c
.
2019-03-18 14:43:43 -07:00
ad8e1d30bf
Add g:vimwiki_create_link option to prevent link creation.
...
Adds a new global option named create_link, which allows the user to
control :VimwikiFollowLink behavior when attempting to follow a
non-existent link. The original behavior of creating a new link is
preserved. However, by setting this option to 0, new links will not be
created when pressing return over regular text. Closes #528 .
2019-03-18 14:37:12 -07:00
c4b21b498e
Convert DesignNotes to Markdown to fix display in GitHub.
2019-03-18 11:46:52 -07:00
bdcfca1e5c
Merge branch 'lyokha-dev' into dev. Closes #47 .
...
This PR optimizes large table reformatting to only look at a subset of
rows.
2019-03-18 11:33:11 -07:00
ad6a3bceb6
the cause of the linear slowing down was fixed
2019-03-18 17:49:13 +03:00
1f4fb8ca58
notes on the newer table formatting algorithm
2019-03-18 16:02:52 +03:00
0c82d9dcb8
Merge remote-tracking branch 'upstream/dev' into dev
2019-03-18 13:13:30 +03:00
605604fc23
Create an issue template
2019-03-17 22:24:51 -06:00
7f98bfbe4b
Create a pull request template.
2019-03-17 22:06:10 -06:00
efcc3f1fa5
Merge branch 'wiki-path' into 'dev'. Closes #573 .
...
Introduce a `%wiki_path%` variable which can be used in HTML template
files to output the path of the wiki file being converted to HTML.
2019-03-17 18:19:49 -07:00
e6d6830db7
Merge branch 'colorcodes' into 'dev'. Closes PR #616 .
...
This colors all CSS color codes found alone in inline code blocks to the
color they mention.
2019-03-17 18:09:06 -07:00
da52523710
Add documentation for colorcodes.
2019-03-17 22:50:56 +01:00
2f87f92060
Better foreground for colorcodes.
2019-03-17 22:40:34 +01:00
6f687aff52
Move location of %wiki_path% documentation.
2019-03-17 22:22:55 +01:00
8941508e35
Allow AddHeaderLevel and RemoveHeaderLevel to take counts
2019-03-17 10:43:42 -07:00
b4c9a4f028
Add DesignNotes.wiki, a place for internal documentation
2019-03-17 10:43:12 -07:00
88a6820e9e
updated for the new aligns feature
2019-03-15 16:07:52 +03:00
fa6342c454
Merge branch 'dev' into dev
2019-03-15 15:38:22 +03:00
5e4a89c898
faster table format on InsertLeave; faster s:get_rows()
2019-03-15 15:31:28 +03:00
f40f054441
Merge branch 'md_bold_italics' into dev
...
This fixes Markdown syntax for bold, italic, and bold_italic. With these
changes **bold** and __bold__, *italic* and _italic_, and
***bold_italic*** and ___italic_bold___ are shown correctly.
This closes #23 , closes #189 , closes #318 , and closes #576 .
2019-03-15 06:25:01 -06:00
1f1966a4f6
Add description of markdown specific text decorators
2019-03-15 06:12:35 -06:00
abd12d4479
Merge PR #377 from https://github.com/schmeisers/vimwiki
2019-03-14 18:08:27 -07:00
6b29b6604c
Fix bold_italic and italic_bold markdown syntax.
2019-03-14 15:21:04 -06:00
e26d9fdb8e
Fix bold and italic markdown syntax
2019-03-14 14:03:42 -06:00
bb40826def
Allow customization of header level of TOC
...
Instead of forcing the TOC to always be at header level 1, allow the
user to specify via the option g:vimwiki_toc_header_level what level
they want.
This defaults to 1, so if the user does nothing then the old behavior
will remain the same.
2019-03-14 08:34:52 -06:00
07ba7339f1
added docs about new commands gq1 and gw1
2019-03-14 14:44:08 +03:00
30c0bdffaa
synced README.md with the remote dev branch (3)
2019-03-14 14:25:35 +03:00
7e176c659b
synced README.md with the remote dev branch (2)
2019-03-14 14:24:13 +03:00
bfbfa2783e
synced README.md with the remote dev branch
2019-03-14 14:21:28 +03:00
af8cdc4d62
Merge branch 'dev' into dev
2019-03-14 14:09:30 +03:00
a74e0821b0
resolved conflicts in tbl.vim
2019-03-14 13:36:51 +03:00
54d1a997d9
Update Contributing.md
2019-03-11 21:24:19 +01:00
5ab8f8672e
Add call for help and note about Riot
2019-03-09 14:49:01 +01:00
08ec02a755
Alternative where text color is inverse of background.
2019-02-19 21:04:57 +01:00
21f5069e48
Code-blocks auto-color.
2019-02-19 20:45:10 +01:00