forked from vimwiki/vimwiki
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Nudin
wants to merge
378
commits into
beta
Choose a base branch
from
cleandone
base: beta
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!)
This merges PR vimwiki#641.
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)
and not current file path as Issue vimwiki#802
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
Additionally clean up the code for more reuseability
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.