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

Work In Progress - Toc v5.3.x rewrite #7961

Draft
wants to merge 94 commits into
base: master
Choose a base branch
from

Commits on Feb 1, 2024

  1. replace <$qualify name="toc-state" title={{{ xxx filter }}} > with

    \function makeTocState() [[$:/state/toc]addsuffix<__path__>addsuffix[/]addsuffix<currentTiddler>]
    
    <$qualify name="toc-state" title=<<makeTocState>> >
    pmario committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    625d029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb97287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20c043e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b0a461 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    955d5a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b322a70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0639c0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84167ed View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    745c7fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39f3c4b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    f3a314a View commit details
    Browse the repository at this point in the history
  2. add new classes toc-item-included and toc-item-excluded, simplify cod…

    …e using more functions
    pmario committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    e1a42eb View commit details
    Browse the repository at this point in the history
  3. show chevron if toc-included is the only "child" of a node. some code…

    … restructuring for better readability
    pmario committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    51aa7a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    141f802 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e884c11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e1e875 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    9de43ba View commit details
    Browse the repository at this point in the history
  2. fix typo in class function

    pmario committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d8662d4 View commit details
    Browse the repository at this point in the history
  3. add global field names

    pmario committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4486c3f View commit details
    Browse the repository at this point in the history
  4. add global field names

    pmario committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    13c1aff View commit details
    Browse the repository at this point in the history
  5. Merge branch 'toc-v5.3.x-rewrite' of github.com:pmario/TiddlyWiki5 in…

    …to toc-v5.3.x-rewrite
    pmario committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    eb7c603 View commit details
    Browse the repository at this point in the history
  6. fix Second

    pmario committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b7197c7 View commit details
    Browse the repository at this point in the history
  7. remove test-files

    pmario committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    eecb7b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    f953c75 View commit details
    Browse the repository at this point in the history
  2. add viewField instead of captions, use viewFieldTemplate if defined t…

    …o show item-link text. It always uses field:text
    pmario committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    59b8264 View commit details
    Browse the repository at this point in the history
  3. fix let syntax

    pmario committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dbb27b5 View commit details
    Browse the repository at this point in the history
  4. remove itemClassFilter from macro-calls, but leaf them alone in the p…

    …rocedure definitions. So parameter order is kept intakt
    pmario committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5510e22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7771383 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    655f961 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    a2afdc8 View commit details
    Browse the repository at this point in the history
  2. rename toc-captionField to toc-defaultItemTemplate and lists call toc…

    …-itemTemplate which is a new proc
    pmario committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9b53df0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58c8159 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce0df07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0d7c8b View commit details
    Browse the repository at this point in the history
  6. improve inline docs

    pmario committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2967436 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9aee7da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fa310c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bce803a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    6ce2eaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13be3c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e23d8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    291e3a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. updated inline docs

    pmario committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    cf35a26 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. change inline docs. Move \function tf.toc-stateTitle() up in the code…

    … near it's first use
    pmario committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    0bedb46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0c7d7e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. remove draft tiddler

    pmario committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    c187137 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    7812139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    780cf03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55d0979 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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

Commits on May 11, 2024

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

Commits on May 12, 2024

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

Commits on May 13, 2024

  1. update test tiddlers

    pmario committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2198177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63fc0bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9d009a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. add tf.toc-getTooltip function

    pmario committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9cace15 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    e1c7e4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd75750 View commit details
    Browse the repository at this point in the history
  3. new test tiddlers

    pmario committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    231864e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f07477 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jul 23, 2024

  1. fix TAG-LIKE functionality

    pmario committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8297e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c7633f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    172d955 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00cc08d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bed6eaf View commit details
    Browse the repository at this point in the history
  6. make template a link

    pmario committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e77ea76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e909295 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b6c940 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

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

Commits on Jul 25, 2024

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

Commits on Jul 28, 2024

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

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    55b0909 View commit details
    Browse the repository at this point in the history
  2. merge master

    pmario committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8ea0290 View commit details
    Browse the repository at this point in the history
  3. update examples

    pmario committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    aef54cb View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    0b8d3e6 View commit details
    Browse the repository at this point in the history
  2. add new-child core image

    pmario committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9c32e53 View commit details
    Browse the repository at this point in the history
  3. update some ecampel test-cases

    pmario committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f895496 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    4d66f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d89d42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcfb846 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

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

Commits on Aug 4, 2024

  1. fix typo textcase -> testcase

    pmario committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    9594f41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847c009 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. rename story-river template

    pmario committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    83be357 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. merge master

    pmario committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c7c895b View commit details
    Browse the repository at this point in the history
  2. remove obsolete code

    pmario committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    218cf9d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Oct 8, 2024

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

Commits on Oct 23, 2024

  1. remove redundant comment

    pmario committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    476902e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

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

Commits on Nov 13, 2024

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