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

Add Multi-line Dictionary Definition (<dd>) rows. #3129

Merged
merged 62 commits into from
Mar 14, 2024

Commits on Nov 7, 2023

  1. Add Multi-line Dictionary Definition (<dd>) rows.

    Expands the existing syntax to allow/expect the option of multiple
    definitions by adding any number of ``` :: Definition``` to an a DT/DD
    set.
    dbolacksn committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ce1ba82 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update Editor highlighting for Definition Lists

    Fixes syntax highlighting to account for multiple definitions on a
    definition list.
    dbolacksn committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e6428a3 View commit details
    Browse the repository at this point in the history
  2. Add Change log

    dbolacksn committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d1152dc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    1c5c21d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    b561f69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ecec4 View commit details
    Browse the repository at this point in the history
  3. REmove a console message.

    dbolacksn committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    827fdd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Remove Line-break

    Remove the linbreak between the </dt> and the first <dd>
    dbolacksn committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c78dcbf View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    0624f8a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    eeba037 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Updated and reworked to handle more definition*

    Updated to allow multiple definition terms and definitions per term
    
    <Term>::<definition>
    <Term>::<definition1>::<definition2>
    ::<definition3>
    
    ```
    **Example** ::
    ::V3 uses HTML *definition lists* to create "lists" with hanging indents.
    ::Three
    I'm a term::Four
    
    **<u>Hello</u>**::I\'m a different
    ::List
    :
    ```
    dbolacksn committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    96d9735 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    dfd5b22 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    993ae29 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Fix issue when pattern matches a DD without DT

    ```
    Test
    ::One
    ```
    
    WOuld previously break the browser.
    dbolacksn committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    20b76bd View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    d076d6c View commit details
    Browse the repository at this point in the history
  2. Updated rendering to follow input line breaks

    Updated and additional tests.
    dbolacksn committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    4c2211c View commit details
    Browse the repository at this point in the history
  3. The remainder of the tests

    dbolacksn committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    d09dc11 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Add optimized NC logo

    G-Ambatte authored and dbolacksn committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0470d13 View commit details
    Browse the repository at this point in the history
  2. New file was unnecessary

    G-Ambatte authored and dbolacksn committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    fe0cfcb View commit details
    Browse the repository at this point in the history
  3. Add Credits styling to 5ePHB theme

    G-Ambatte authored and dbolacksn committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c9c5176 View commit details
    Browse the repository at this point in the history
  4. Add HB Credit snippet

    G-Ambatte authored and dbolacksn committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2f383d5 View commit details
    Browse the repository at this point in the history
  5. Capitalize C in NaturalCrit.com

    G-Ambatte authored and dbolacksn committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d0ccc4a View commit details
    Browse the repository at this point in the history
  6. Change the text to include URL link

    G-Ambatte authored and dbolacksn committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0337761 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e56ff93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0cabbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce8cbba View commit details
    Browse the repository at this point in the history
  10. Add PANdoc style lists ( using :: not : )

    Includes new tests and fixes broken old tests
    dbolacksn committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c747c55 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    faba9f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    7782e20 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    8ab2733 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    46140e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4324f3 View commit details
    Browse the repository at this point in the history
  3. Solve regression with monster template.

    Was not handling "weak" Definition list endings well ( places were it
    was \n<something> instead of \n\n.
    dbolacksn committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e1ad05e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    265e997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29dc1e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Empty Tag multiline input

    dbolacksn committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    283c2b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. I think I have all the desired modes in place.

    I feel like this is ugly code and maybe there are prettier ways to do
    it, but it functions as I *believe* is currently desired.
    dbolacksn committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    703e207 View commit details
    Browse the repository at this point in the history
  2. Update tests.

    Prune no lionger valid cases.
    dbolacksn committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3ee9fe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43b9f3d View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    13fbcd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    ea320e0 View commit details
    Browse the repository at this point in the history
  2. Fix Syntax Highlighting

    Update changelog to match PR target shifts.
    dbolacksn committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f3148ed View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Working, but ugly

    dbolacksn committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2b81c26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67b11d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    84d5b26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1d28ac View commit details
    Browse the repository at this point in the history
  3. Extended Definition List cleanup

    Remove redundant inlineBlock extension
    Add missing trim on multiline definitions
    Fix editor regex for colon terminated terms.
    dbolacksn committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    05f88df View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    3734c9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f16da1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15f95dd View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    4f4b43f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    8c773ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab91c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd537f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Simplification of CSS

    calculuschild committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f6c0b0d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Add more tests

    calculuschild committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    e36a638 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    ed6718e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e6f2e View commit details
    Browse the repository at this point in the history
  3. Fix bad merge

    dbolacksn committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    f3b17f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6aa013 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. More tests. Split into two extensions

    Split into two extensions as single-line and multiline are different syntaxes. Simplified a lot of logic and probably cleaner as their own NPM packages (eventually).
    calculuschild committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d775623 View commit details
    Browse the repository at this point in the history
  2. lint

    calculuschild committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f37da19 View commit details
    Browse the repository at this point in the history