Skip to content
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

2 feature request option to exclude headings through a global setting #3

Conversation

iLiftALot
Copy link
Owner

Merge Overview Resulting from Issue #2

package.json, constants.ts, and main.ts

  • Enhanced merging logic with the mergician package for more reliable updates to local & global settings
  • Added a static method to main.ts in order to add more value to global variables by extracting them from the settings prior to plugin initialization
  • Fixed global setting merging issues (see above) where excluded characters would not update, and characters would duplicate within data.json

Settings.ts, SettingsTab.ts, validator.ts

  • Added excludedHeadingLevels to present an option to globally exclude specific heading levels
  • Added excludedHeadingText to present an option to globally exclude specific headings entirely

ManageToc.ts, validator.ts, types.ts, README.md

  • Added a boolean option, center, within the title object configurator (managed by the local file settings) to present an option to center the heading/name of the ToC

…pdates to local and global settings

- Added a static method to main.ts in order to add more usage by extracting global settings prior to initialization

- Fixed global settings merging issue (see above) where excluded characters would not update and duplicate within data.json
…ude specific heading levels

- Added `excludedHeadingText` to present an option to globally exclude specific headings entirely
… to present an option to center the heading/name of the ToC
… version upload scripts for direct push to master.

Signed-off-by: iLiftALot <[email protected]>
@iLiftALot iLiftALot linked an issue Dec 7, 2024 that may be closed by this pull request
@iLiftALot iLiftALot merged commit 96a7027 into master Dec 7, 2024
0 of 2 checks passed
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.

Feature request: option to exclude headings through a global setting
1 participant