scribe/src/classes
Edward Loveall cef1bc256d
Add unique ID to headings
The `name` field on the `paragraph` type contains a unique ID for the
paragraph. It's not guaranteed to be there, on images for example like
in the `fd8d091ab8ef` post, but it's there for everything else I can
find.

This enables deep linking. There's no way to get to the deep link other
than opening up the web console. I wanted to link every heading, but
you can actually have links in part of a heading so that's not tenable.
Maybe a "permalink" link next to every heading?
2023-03-25 11:20:14 -04:00
..
article_id_parser.cr Fix viewing articles if the URL has a trailing slash 2022-11-04 18:20:00 -04:00
embedded_converter.cr Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
gist_scanner.cr Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
gist_store.cr Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
markup_converter.cr Fix markup errors caused by UTF-16/8 differences 2022-01-30 11:53:22 -05:00
page_converter.cr Add support for missing posts 2022-06-17 16:00:01 -04:00
paragraph_converter.cr Add unique ID to headings 2023-03-25 11:20:14 -04:00
rate_limited_gist_store.cr Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00