Codeberg README 목차

Codeberg의 README에 목차를 추가합니다.

코드가 업데이트된 버전 목록입니다. 모든 버전 보기

  • v0.1.7 2025-12-15

    Claude Sonnet 4.5 made the following adjustments:

    1. Right column less wide: Changed from 30% to 25% width
    2. Left column wider: Changed from 65% to 72% to balance the layout
    3. Less gap on right side: Added padding-right: 0px to both the TOC container and the scrollable list to reduce the space between the content and the right boundary

    The layout now has a narrower table of contents column with less padding on the right side, giving you more reading space for the main content.

  • v0.1.6 2025-12-15

    Add // @exclude url patterns

  • v0.1.5 2025-12-15

    Claude Sonnet 4.5 created a clean production version with all debug code removed.

  • v0.1.4 2025-12-15

    Claude Sonnet 4.5 fixed the anchor issue.

    Key Changes Made:

    1. Stored heading elements: Modified getToc() to store a reference to the actual heading DOM element in each TOC item, not just the URL.

    2. Custom click handler: Added handleTocClick() function that:

      • Prevents default link behavior
      • Uses scrollIntoView() with smooth scrolling directly on the heading element
      • Updates the URL hash for proper browser history
    3. Updated Toc component: Modified to use the custom click handler with onClick event instead of relying solely on href navigation.

    This approach ensures that clicking TOC items will properly scroll to the headings even within the two-column layout structure, because we're directly targeting the DOM elements rather than relying on anchor link navigation which can be affected by layout changes.

  • v0.1.3 2025-12-15

    i18n support

  • v0.1.2 2025-12-15
  • v0.1.1 2025-12-15