This repository was archived by the owner on Mar 25, 2023. It is now read-only.
Processor to get list of internal links/ids and theirs title ($processor$: page-headings
)
#484
Arpita-Jaiswal
started this conversation in
Ideas & RFC
Replies: 3 comments 4 replies
-
We def need this one! @Arpita-Jaiswal Can we reuse the toc-item instead of creating a new record? Also the table of content should be nested, it should show each hearing and sub heading in a tree format. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Output by
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Discussion (30th September)
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Status: In Progress
Owner: @Heulitig
Started On: 8th Sept 2022
Discord Thread
@Heulitig
TODO:
13 October
Auto numbering of headings fastn#448
minor adjustments #560
12 October
11 October
no duplicate headings with different numbering from the same component
10th October
Page heading processor fastn#439,
adjustments based on page headings processor #549
6th October
4th October
3rd October
30th September
29th September
28th September
@AviralVerma13
PR
22nd September:
$processor$: internal-link
-> trying to use fetch_id_from_doc to get document id, and then update global ids of the document using global_ids function from config.rs18th September:
$processor$: internal-link
-> it can now return a list of ToC Items in the current document with their correct ids and anchor links. (but without nesting)14th September:
$processor$: internal-link
-> return a list of ToC Items in the current document with their anchor links. (without nesting)10th September:
30th Aug 2022
We need to have a processor that fetches all the internal-links/ids of a page with their title. For instance:
In the above case, the
page-headings
processor would give output something like thisThis processor can help us to create a
toc
for page-headings.Examples:
Beta Was this translation helpful? Give feedback.
All reactions