Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small enhancement of AsciiDoc features #252

Merged
merged 5 commits into from
Oct 9, 2024

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
@juileetikekar juileetikekar merged commit 0d51ef1 into main Oct 9, 2024
4 of 7 checks passed
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