summaryrefslogtreecommitdiff
path: root/docs/theming-guide.adoc
AgeCommit message (Collapse)Author
2022-05-17prepare README for Asciidoctor PDF 2.0.0 release (PR #2188)Sarah White
2022-05-11minor revision to old theming guide page [no ci]Dan Allen
2022-05-11revise text on old theming guide page [no ci]Dan Allen
2022-05-10add docs link to theming guide and README [skip ci]Sarah White
2022-05-07remove trailing space in docs [no ci]Dan Allen
2022-05-02add extended converter use cases page and put extended converter code in ↵Dan Allen
examples folder
2022-05-02resolves #2125 remap table-caption-side theme key to table-caption-end (PR ↵Dan Allen
#2126)
2022-04-30change inscribe_ method prefix in converter to ink_ (PR #2113)Dan Allen
2022-04-28resolves #2099 change layout_ method prefix to inscribe_ in converter (PR #2100)Dan Allen
2022-04-24move custom role usage and creation to new pages (PR #2070)Sarah White
* move custom role usage and creation to new pages * apply revisions to custom role docs updates * use the phrase "paragraph and inline phrases" instead of "inline phrases and paragraphs" * show the definition of a custom role on the page that introduces the concept * bump the Custom Role entry in the nav under Customize the Theme * clarify when the lead role is applied and how it is defined by the built-in themes Co-authored-by: Dan Allen <dan.j.allen@gmail.com>
2022-04-19rename prose-inner-text-indent theme key to prose-text-indent-inner (PR #2057)Dan Allen
2022-04-19move code-callout-list-margin-top theme key to ↵Dan Allen
callout-list-margin-top-after-code (PR #2056)
2022-04-18resolves #1796 rename literal category to codespan in theme (PR #2045)Dan Allen
2022-04-18resolves #2052 rename key theme key to kbd (PR #2053)Dan Allen
* rename key key to kbd * introduce lookup map for deprecated keys * rename internal <key> element to <kbd>
2022-04-18add missing label key in admonition-label-padding example in theming guide ↵Dan Allen
[skip ci]
2022-04-18resolves #2034 only indent inner paragraph if prose-inner-text-indent key is ↵Dan Allen
set in theme (PR #2051)
2022-04-18resolves #1722 add callout-list category to theme for controlling font ↵Dan Allen
properties and item spacing of callout lists (PR #2047)
2022-04-18resolves #2013 allow location of anchor for block to be positioned relative ↵Dan Allen
to content using block-anchor-top key in theme (PR #2048)
2022-04-18remove obsolete vertical spacing category in theming guide [skip ci]Dan Allen
2022-04-17minor revision [skip ci]Dan Allen
2022-04-17add recommendation to specify font-size of literal as a relative value [skip ci]Dan Allen
2022-04-16resolves #2032 allow theme to control line height for blocks using ↵Dan Allen
line-height property where font properties are accepted (PR #2036)
2022-04-16resolves #1894 rename the outline-list category in the theme to list; remap ↵Dan Allen
deprecated keys (PR #2039)
2022-04-15resolves #2031 change lead category in theme to built-in role named lead (PR ↵Dan Allen
#2033)
2022-04-15resolves #483 support role on paragraph to allow theme to control font ↵Dan Allen
properties (PR #2030)
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space ↵Dan Allen
below blocks, particularly nested blocks (PR #2028)
2022-02-03clarify that code caption applies to listing, source, and literal blocks ↵Dan Allen
[skip ci]
2021-10-03clarify how to set the font properties of the doctitle when the doctype is ↵Dan Allen
article
2021-09-30improve explanation for how to properly size image in running contentDan Allen
2021-09-30use pdfwidth attribute instead of width attribute in image macro examples in ↵Dan Allen
theming guide
2021-09-01clarify the effect notitle has on non-book doctypesDan Allen
2021-08-23add more instructions for how to generate the font using FontForgeDan Allen
2021-08-12don't set outfilesuffix attribute in theming guide [skip ci]Dan Allen
2021-07-27document in theming guide that h1 is used for article doctype and book ↵Dan Allen
parts; h2 is used for book chapters [skip ci]
2021-05-07clarify the default image width setting in the README [skip ci]Dan Allen
2021-05-01Fix links in Extending Section in theming guide (PR #1920)Roland Fredenhagen
2021-04-15mention both cover attributes when explaining how to generate a coverless ↵Dan Allen
book for prepress in the theming guide [skip ci]
2021-04-15remove chapter-signifier and part-signifier from theme-related attributes ↵Dan Allen
table [skip ci] these attributes are now part of AsciiDoc itself
2021-04-15add header only column to theme-related attributes table in theming guide ↵Dan Allen
[skip ci]
2021-03-28resolves #1895 allow theme to control top margin of callout lists (PR #1896)Eiji Honjo
2021-03-04clarify how GEM_FONTS_DIR is handled in the default themes [skip ci]Dan Allen
2021-02-27prepare branch to be renamed from master to mainDan Allen
2021-02-27resolves #1880 allow theme to customize quotation mark characters (PR #1713)klonfish
Co-authored-by: Dan Allen <dan.j.allen@gmail.com>
2021-02-27document column rule keys for running content [skip ci]Dan Allen
2021-02-25resolves #1774 allow theme to control font properties of menu element (PR #1879)Dan Allen
2021-02-06resolves #1875 allow horizontal and vertical lines in table grid to be ↵Kjell Irgens
styled independently (PR #1874)
2021-01-27fix value of conum-guard in docs on GitHub [skip ci]Dan Allen
2020-11-20resolves #1827 drop support for deprecated pdf-style and pdf-stylesdir ↵Dan Allen
attributes (PR #1828)
2020-10-31document the index_columns key in the theming guide [skip ci]Dan Allen
2020-10-29add Font section under Keys in theming guide [skip ci]Dan Allen