Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/17/24
    Hey fellas, I am exploring at a project which involves migration from Madcap Flare which is the current documentation platform to AEM Guides.I have not worked on a DITA based migration project before so would appreciate your inputs as to the pitfalls and things to consider. Also, has anyone worked o...

    Views

    878

    Likes

    0

    Replies

    3
  • 10/16/24
    In the settings of a template in Native PDF, AEM Guides Cloud there are a number of standard pages: TOC, Glossary, Citations, Empty Pages, Chapters & Topics.These are referred to by the bookmap in the following way:​​  <booklists>     <glossarylist></glossarylist>     <toc></toc></booklists> I want ...

    Views

    742

    Likes

    0

    Replies

    2
  • 10/14/24
    Hello all,We have httpd.conf file added to the dispatcher codebase base and the changes are not updating through code pipeline.  All the files are updated through code pipeline except httpd.conf file. Please find below file updated dates, also the user rights also same as other files.  Please sugges...

    Views

    608

    Likes

    0

    Replies

    3
  • 10/3/24
    I want to keep the page numbers in the TOC except for what is in Backmatter.I do want the Headings in Backmatter to appear in TOC... but again, not the "...... " and not the page number. How to accomplish this? Something to go into CSS like this? .toc-level-1.back-matter { ?????????}

    Views

    531

    Likes

    0

    Replies

    1
  • 9/30/24
    I have an image in the resources folder in AEM called 'warning_triangle.png'.I want to include this using JavaScript.In the temporary files folder, the image is exported to:publish\templates\dita-templates\pdf\PRESET_NAME\warning_triangle.pngThe JavaScript runs on ‘mergedHTML.htm’ which exists at th...

    Views

    637

    Likes

    0

    Replies

    2
  • 9/26/24
    Using JavaScript I would like to find out what the 'lang' attribute variable is set to. I have used:document.getAttribute('lang').value;document.head.parentNode.getAttribute('lang').value;document.body.parentNode.getAttribute('lang').value;document.querySelector('html').getAttribute('lang').value;wi...

    Views

    635

    Likes

    0

    Replies

    2
  • 9/26/24
    For the standard note types the language variable text is set successfully so it appears in the prefix-content: <div class="note note" data-attr-type="note"><span class="prefix-content">Note: </span>This is a note of type 'note'</div> But for @TyPe=other  @othertype I get: <div class="other note" da...

    Views

    795

    Likes

    0

    Replies

    3
  • 9/25/24
    My 2 appendices are <topicref>'s in backmatter. <backmatter>     <topicref href="A.dita" type="topic"></topicref>     <topicref href="B.dita" type="topic"></topicref></backmatter> Appendix A      I want the page numbering to show in the footer "A-1, A-2, A-3..." for appendix AAppendix B      and "B-...

    Views

    516

    Likes

    0

    Replies

    1
  • 9/25/24
    Open in FrameMaker" option exists when a a dita asset is check marked. We don't want that option to be enabled, so we have unchecked this option in configMgr. I have also tried cycling the setting on my instance but it has no impact on the behavior. Do we have any other workaround to get this option...

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 9/24/24
    Where PDFs will be printed there is a requirement to generate output PDFs with a page count which is a multiple of 4. Is there a way to count and add pages, if required? I know we can run a JavaScript script post pagination  - does this give us access to the page information which would allow us to ...

    Views

    618

    Likes

    0

    Replies

    1