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

📥 Load TOC from toc entry #1188

Merged
merged 44 commits into from
May 28, 2024
Merged

Commits on May 23, 2024

  1. feat: load TOC

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fe7148c View commit details
    Browse the repository at this point in the history
  2. chore: appease linter

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    807fa6e View commit details
    Browse the repository at this point in the history
  3. feat: enable glob

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cd23aec View commit details
    Browse the repository at this point in the history
  4. docs: drop JB toc

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f6b33f2 View commit details
    Browse the repository at this point in the history
  5. docs: wip

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    510ea64 View commit details
    Browse the repository at this point in the history
  6. feat: add --write-toc support

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    951c484 View commit details
    Browse the repository at this point in the history
  7. docs: drop reference to _toc.yml`

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    053710b View commit details
    Browse the repository at this point in the history
  8. fix: improve warning for non-files

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    059d9d2 View commit details
    Browse the repository at this point in the history
  9. test: fix test

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2498904 View commit details
    Browse the repository at this point in the history
  10. chore: appease linter

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a1d88c1 View commit details
    Browse the repository at this point in the history
  11. chore: use main package-lock

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    dce3dbf View commit details
    Browse the repository at this point in the history
  12. chore: update lockfile

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5ba8c4c View commit details
    Browse the repository at this point in the history
  13. fix: add missing file

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    aee0012 View commit details
    Browse the repository at this point in the history
  14. feat!: drop URL entry type

    This doesn't make sense for a table of contents
    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ff7dcfb View commit details
    Browse the repository at this point in the history
  15. test: add single end-to-end test

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bb2b584 View commit details
    Browse the repository at this point in the history
  16. Revert "feat!: drop URL entry type"

    This reverts commit 26413eb.
    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f2ef55d View commit details
    Browse the repository at this point in the history
  17. chore: add top-level attribute

    agoose77 authored and fwkoch committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b68cffc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0303fbc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    31aa783 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c8504b9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4a9fd75 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c643735 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2382b59 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1b15d33 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    586cb70 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8eeb770 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    817ef38 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    53ff9e1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    023e473 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    40486e9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    812d900 View commit details
    Browse the repository at this point in the history
  2. fix: restore old link

    agoose77 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    987a3f3 View commit details
    Browse the repository at this point in the history
  3. docs: move @choldgraf changes

    agoose77 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e8a20c5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Update docs/table-of-contents.md

    Co-authored-by: Rowan Cockett <rowanc1@gmail.com>
    agoose77 and rowanc1 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    aa7aaa6 View commit details
    Browse the repository at this point in the history
  2. chore: improve error message

    agoose77 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    55fe407 View commit details
    Browse the repository at this point in the history
  3. chore: drop vitest coverage

    agoose77 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    7ed16d8 View commit details
    Browse the repository at this point in the history
  4. Update docs/table-of-contents.md

    Co-authored-by: Rowan Cockett <rowanc1@gmail.com>
    agoose77 and rowanc1 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e620d77 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'refs/remotes/origin/agoose77/feat-load-…

    …toc-from-frontmatter' into agoose77/feat-load-toc-from-frontmatter
    agoose77 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    921adfc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. test: add tests

    agoose77 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    240417f View commit details
    Browse the repository at this point in the history
  2. docs: restore legacy section

    agoose77 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9070a22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87e54bd View commit details
    Browse the repository at this point in the history
  4. Relax some changes to introduce new toc more gently (#1242)

    * #️⃣ Comment out unused myst toc properties
    
    * 🧘‍♀️ Relax some new toc opinions
    
    * 🔧 Resolve extension for toc pages
    
    * Update packages/myst-cli/src/project/load.ts
    
    * warn -> warning
    
    ---------
    
    Co-authored-by: Angus Hollands <goosey15@gmail.com>
    fwkoch and agoose77 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5afe685 View commit details
    Browse the repository at this point in the history
  5. fix: comma

    agoose77 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3a6ace7 View commit details
    Browse the repository at this point in the history
  6. test: fix test cases

    agoose77 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fc5fc6b View commit details
    Browse the repository at this point in the history