Skip to content

Small enhancement of AsciiDoc features#252

Merged
juileetikekar merged 5 commits intomainfrom
MIHO/Post_SpecConf_AsciiDoc_Redo
Oct 9, 2024
Merged

Small enhancement of AsciiDoc features#252
juileetikekar merged 5 commits intomainfrom
MIHO/Post_SpecConf_AsciiDoc_Redo

Conversation

@MichaelHoffmeisterFesto
Copy link
Contributor

@MichaelHoffmeisterFesto MichaelHoffmeisterFesto commented Sep 30, 2024

This branch brings small enhancement of AsciiDoc features:

  • add a heading4 semanticId to allow deeper nested
    Submodel templates
  • add the ability for directory structures to be zipped
  • add the UI option to produce AsciiDoc for Antora
    (special directory structure)
  • arrange files in special directory structure
  • add a view post command to AsciiDoc, together with a
    small keyboard macro in the options, the currently
    edited SMT could be viewed immedeatily without
    any script file
  • replace the CountryFlags nuget with code already
    used by the BlazorExplorer project

This is the keyboard macro (in src/AasxPackageExplorer/options-debug.MIHO.json):

{
      "Name": "AsciiDoc - Export and view  (Ctrl+Shift+8)",
      "Lines": [
        "Tool(\"LocationPush\");",
        "Select(\"Submodel\", \"First\");",
        "Select(\"Submodel\", \"Next\");",
        "Tool(\"ExportSmtAsciiDoc\", \"File\", \"C:\\Users\\homi0002\\Desktop\\tmp\\new.zip\", \"ExportHtml\", \"true\", \"ExportPdf\", \"false\", \"AntoraStyle\", \"false\", \"ViewResult\", \"true\");",
        "Tool(\"LocationPop\");"
      ]
}

   CoundtryFlags nuget
   package.
* backported from Blazor
   AsciiDoc export
   AsciiDoc
* View command for AsciiDoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants