Revamp of docsify-glossary project#21
Open
stijn-dejongh wants to merge 18 commits intoTheGreenToaster:masterfrom
Open
Revamp of docsify-glossary project#21stijn-dejongh wants to merge 18 commits intoTheGreenToaster:masterfrom
stijn-dejongh wants to merge 18 commits intoTheGreenToaster:masterfrom
Conversation
Create github workflow to deploy the example site
* Package lock updates after build * Bump loader-utils from 1.2.3 to 1.4.2 Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.2.3 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.2.3...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Merge upstream dependabot/npm_and_yarn/terser-4.8.1 into mainline * Update documentation, structure and node configuration * Fix structure and add test runner * Linting and such * Fire commit -- WIP * Fix packaging and update structure * Update documentation and authoring information * Add TODO list for the repository revamp * Add GlossaryConfigurationBuilder - remove hardcoding of expected file name - remove hardcoding of expected terminology definition heading - add test for dictionary parsing * Start implementation of configurable plugin - Add happy flow test for configuration - Add Debug mode - Add default values - Update README with previously completed work * DEVOPS: added project static analysis and github workflow * Update test + implement config loading happy flow * Finalize configurable Glossary plugin * Update work log in README Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix issue with multiple occurences and delimiters * Fix sonar indicated issues see issue TheGreenToaster#13 : TheGreenToaster#13
Resolve issue with replacements in title sequences mentioned in issue #6. * Add test + naive fix for title spacing issue * Update readme to reflect the current version * Add option to disable header word replacement
* Fix README typos * Add failing test for code-block text replacement behaviour * Change implementation to make test pass * Update the example to demonstrate the bug fix * Add screenshot to the readme
- Fix issue with words in a concatenation being replaced - Fix issue with alternate glossary location not being respected in the link genration
Author
|
@TheGreenToaster : If you ever get around to accepting this PR, you will want to update the If you do: I would appreciate a co-author mention ;) |
* BUGFIX: link behaviour with relative glossary path - Add failing test to illustrate the problem (RED) - Add configuration parameter to set replacement link prefixes - for use with custom set-ups (such as c4builder variant of docsify) * Implement bugfix [GREEN]
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
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.
Resolved existing bugs
New features
Additional changes