mirror of
https://github.com/nickustinov/itsypad-macos.git
synced 2026-04-25 20:05:54 +03:00
[GH-ISSUE #54] [FR]: Table of Contents aka Index #47
Labels
No labels
bug
documentation
enhancement
help wanted
localization
pending release
pull-request
question
wip
wishlist
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/itsypad-macos#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AB-boi on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/nickustinov/itsypad-macos/issues/54
I was wondering if there any plans to implement a table of contents/index feature so that we can quickly get an overview and jump through the various sections of the text file, as seen here in CotEditor:
The logic for what gets added to the ToC can depend upon the file format, I guess. For example, in a shell script, each comment and the first line of each code section can be indexed; in a markdown file, all heading levels can be indexed.
@nickustinov commented on GitHub (Feb 25, 2026):
Thanks for the detailed suggestion! This is an interesting idea, but it's a bit outside the scope of what Itsypad aims to be – a lightweight scratchpad rather than a full-featured code editor.
That said, if this gets more interest and upvotes I'd be open to reconsidering. For now it's not on the roadmap though.
@AB-boi commented on GitHub (Feb 25, 2026):
No problem! Just a suggestion. I can manage without it too. Thank you for considering!