All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- #60: Only process string symbols for markdown headers
- Also change svg origins in README.md from https://vsmarketplacebadge.apphb.com to https://vsmarketplacebadges.dev to keep vsce happy
- #40: check if a header is ignored or not
- #35: implement a new algorithm to ignore title of Github markdown style
- #8: reserve underscore
- use VSCode API to get header list
- improve performance
- #33: whitespace will be replaced with "-" in anchors
- #30: remove extra line in bitbucket style
- Re-package to target linux inconsistency on file naming case.
- #21: now option can contains special characters
- Potential fix for #26, #25, #14: working on linux.
- #20: orderedlist option not working as expected when disable
- Set default detecting and auto insert section number to FALSE
- Ignore 'header' in code block
- Custom options for each document is now working as expected.
- When anchor mode is bitbucket, the anchor will be rendered above the header.
- Error when markdown document is not ending with a newline.
- Conditions for key bindings.
- Ordered number is wrong.
- Some typo in readme and changelog.
- Header with anchor now rendered with colors as default of vscode
- Source code break down to functions and classess for easy maintainance and extension.
- Custom bullet character for TOC using markdown-toc.bulletCharacter setting.
- All TSLINT errors now fixed and (hopfully) working as original code.
- EOL (End of line) now respect the auto setting by roborourke
- A way to ignore certain headings.
- Fixed anchors may have invalid chars that break the links.
- Fixed wrong section number.
- Fixed depthTo option is not recognized.
- Fixed code block using tildes is not in code (kentakei's code).
- Fixed section header numbering not resetting (CapitalistHippie's code).
- This is a error commit.
- Using
tabSize
andinsertSpaces
from[markdown]
configuration (junian's code). - Only display right click menus when editing markdown files (junian's code).
- Inserted anchor is correct.
- Insert / Delete header number sections.
- Keyboard shortcuts.
- Editor context menus.
- Can't remove all custom option.
- Anchor mode is not support nodejs.
- Identical headers will link to first occurrence in text.
- OrderedList option should reset sub-order.
- Decode Unicode for anchor.
- Support header lines with trailing slashes (MarioSchwalbe's code).
- Modify Dependencies.
- Modify Dependencies.
- Add anchor mode, you can use anchor in other site.
- Based on GitHub markdown anchor generation (chriscamicas's code).
- Use Workspace Settings for Tabs and EOL (kevindaub's code).
- Auto remove extra space when depthFrom is not startFrom.
- Error when none attributes.
- Just update document.
- Remove attributes in.
- DepthTo is not valid.
- Load default config from vscode settings.
- Codeblock error.
- Recognized code to header list.
- Delete anchor failed sometime.
- Just update document.
- Auto active extensions on markdown.
- Auto insert anchor for header.
- Update on save is valid on other language.
- All basic function.