8000 WIP: Cleandone by Nudin · Pull Request #4 · Nudin/vimwiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

WIP: Cleandone #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 378 commits into
base: beta
Choose a base branch
from
Open

WIP: Cleandone #4

wants to merge 378 commits into from

Conversation

Nudin
Copy link
Owner
@Nudin Nudin commented Sep 16, 2017

No description provided.

ranebrown and others added 29 commits March 17, 2019 22:24
This PR optimizes large table reformatting to only look at a subset of
rows.
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 vimwiki#528.
This commit reverses a change to s:get_cell_aligns introduced by
bdcfca1.
Allow customization of header level of TOC
…_ext

Add support for Markdown link extensions!!!
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.
The missing 'T' character was causing strikethrough ~ characters to be
hidden within tables which is not the desired behavior. Closes vimwiki#404.
…e last cells in order to avoid large, useless wraps
Add option : g:vimwiki_table_reduce_last_col to not expand the last column of a table.
Adjust generated header behavior for TOC, links, tags, and diary (oh my!)
Add an option for setting the format of the links in the Table of Contents:
- Extended (the current and default)
- Brief (new format for the Vimwiki markup)
tinmarino and others added 17 commits May 13, 2020 22:43
Preciser and easier understandable description for VimwikiGenerateLinks.
The following commands have been renamed to better describe their
function and avoid confusion.
:VimwikiDeleteLink → :VimwikiDeletePage
:VimwikiRenameLink → :VimwikiRenamePage
:VimwikiGenerateTags → :VimwikiGenerateTagLinks (was already renamed in 3b5537f)

Calling the old commands still works but displays a warning message.
- Format Changelog
- Update version number in docs
- Update list of Contributers
- Update version number in tests
- Update link in README
Nudin and others added 6 commits June 7, 2020 18:31
From user perspective there is no reason why this should be two
commands. Since the "<range>" keyword is only available for newer versions
of vim for older versions there is no way to distinguish between no
range being used and an inline range. This edge case is however not
relevant since the function works line based anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0