From 5e1d9bd8837e577eacb971d42da71ef3deeef36b Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 27 Jul 2023 23:37:52 +0200 Subject: [PATCH] add todos --- .../capabilities-template.jinja | 37 +++++++++++++++++++ doc/user/available-profiles.rst | 7 ++-- 2 files changed, 41 insertions(+), 3 deletions(-) diff --git a/doc/capability_templates/capabilities-template.jinja b/doc/capability_templates/capabilities-template.jinja index dc10cbf..ab46816 100644 --- a/doc/capability_templates/capabilities-template.jinja +++ b/doc/capability_templates/capabilities-template.jinja @@ -17,4 +17,41 @@ Media width (mm) {{ escape_rst(printer.media.width.mm|default('Unknown')| Media width (pixels) {{ escape_rst(printer.media.width.pixels|default('Unknown')|string) }} DPI {{ escape_rst(printer.media.dpi|default('Unknown')|string) }} ====================== ================================================================ + +Fonts +^^^^^ + +.. todo:: list supported fonts (ID, Name, Columns) + +Colors +^^^^^^ + +.. todo:: list supported colors (ID, Name) + +Feature support +^^^^^^^^^^^^^^^ + +.. todo:: list features (parse table) + +================ ======= +barcodeA check +barcodeB check +bitImageColumn check +bitImageRaster check +graphics check +highDensity check +paperFullCut check +paperPartCut check +pdf417Code check +pulseBel clear +pulseStandard check +qrCode check +starCommands clear +================ ======= + +Text code pages +^^^^^^^^^^^^^^^ + +.. todo: list code pages (ID, Encoding, link to Encoding list) + {% endfor %} \ No newline at end of file diff --git a/doc/user/available-profiles.rst b/doc/user/available-profiles.rst index 7144491..2c795ba 100644 --- a/doc/user/available-profiles.rst +++ b/doc/user/available-profiles.rst @@ -2,9 +2,10 @@ Available profiles ------------------ :Last Reviewed: 2023-07-27 -* todo explain capabilities -* todo explain usage -* todo give hints on how to sideload and improve profiles (profile that is bundled with release can be replaced) +.. todo:: explain capabilities +.. todo:: explain usage +.. todo:: give hints on how to sideload and improve profiles (profile that is bundled with release can be replaced) +.. todo:: Idea: move this to another chapter and create for each printer a page? .. datatemplate:json:: ../../capabilities-data/dist/capabilities.json :template: capabilities-template.jinja