Search found 53 matches

by michal_novomesky
Fri Apr 12, 2024 12:33 pm
Forum: Help+Manual 8 Forum
Topic: IF_DEFAULT_PAGE?
Replies: 10
Views: 1669

Re: IF_DEFAULT_PAGE?

IF_ISDEFAULT_PAGE still not mentioned in documentation, can this be fixed?
by michal_novomesky
Fri Apr 05, 2024 8:32 am
Forum: H&M Wish List
Topic: AI or API integration
Replies: 1
Views: 183

AI or API integration

Hello, is there any plan to implement AI integration to Help&Manual? Use cases: 1. I am a techwriter and want to sent my H&M topic to chatbot for validation, using a H&M button, returning suggestions to H&M topic as <draft-comment> 2. Customize chatbot API URL and request scope due t...
by michal_novomesky
Thu Mar 28, 2024 9:37 am
Forum: Help+Manual 9 Forum
Topic: New scope attribute added in 9.4.2
Replies: 1
Views: 70

New scope attribute added in 9.4.2

It seems the reason of adding these attribute to tables is because of supporting more HTML5 and WCAG: https://www.w3.org/WAI/EO/Drafts/tutorials/tables/scope/ https://www.w3schools.com/tags/att_th_scope.asp Just mentioning this if anyone is searching for reasons, it's not mentioned in H&M releas...
by michal_novomesky
Mon Sep 18, 2023 10:47 am
Forum: Help+Manual 9 Forum
Topic: Automate Version Numbers on Publish
Replies: 6
Views: 2164

Re: Automate Version Numbers on Publish

How about having a "date" as a version of documentation?
Variables like VERSION_MAJOR, VERSION_MINOR sounds like to me as version for a product/software the documentation is intended for.
by michal_novomesky
Thu Sep 14, 2023 11:00 am
Forum: Help+Manual 9 Forum
Topic: Correct form of using ELSE in conditional output?
Replies: 1
Views: 1316

Correct form of using ELSE in conditional output?

What is correct usage of ELSE statements in H&M?

A/
[IF]Text 1[ENDIF][ELSE]Text 2[ENDIF]

B/
[IF]Text 1[ELSE]Text 2[ENDIF]

The documentation states that B is correct:
https://www.helpandmanual.com/help/hm_r ... dtext.html

It seems also A variant works for me. Just asking.
by michal_novomesky
Tue Aug 22, 2023 7:40 pm
Forum: Help+Manual 9 Forum
Topic: Custom TOC and nav icons in modified H+M skin?
Replies: 4
Views: 1650

Re: Custom TOC and nav icons in modified H+M skin?

Another way of customizing TOC is just to echo <%TABLE_OF_CONTENTS%> (inline a .html file or in an <iframe>), then apply you own CSS and JavaScript. As we do. But you have to be fully familiar with web front-end development.
by michal_novomesky
Tue Apr 25, 2023 8:11 am
Forum: Help+Manual 9 Forum
Topic: Adding an ID to a heading
Replies: 2
Views: 1963

Re: Adding an ID to a heading

We use a dynamic approach, i.e. a custom javascript code to add unique ID based on heading title (if title in different heading is the same, add -2, etc.). As well as a copy icon showed on hover for each heading element. jQuery part of the code: $("#topicText h2, #topicText h3").each(funct...
by michal_novomesky
Mon Apr 03, 2023 4:14 pm
Forum: H&M Wish List
Topic: Lazy loading images
Replies: 2
Views: 93938

Lazy loading images

Hello. Is there a possibility to add a a/ checkbox somewhere to HTML Export Options to add the loading="lazy" attribute for larger images inside topic contents b/ possibility to set the "loading" attribute for each image in the Open Image editor? https://www.w3schools.com/tags/at...
by michal_novomesky
Wed Feb 15, 2023 12:53 pm
Forum: Help+Manual 8 Forum
Topic: No "Number of heading columns" in H&M?
Replies: 1
Views: 1933

No "Number of heading columns" in H&M?

Hello.
There's Number of heading rows setting in H&M table properties, but how can I define a table with vertical heading column?

Example:
https://www.w3schools.com/html/tryit.as ... le_headers
by michal_novomesky
Wed Dec 07, 2022 12:18 pm
Forum: Programmers' Corner
Topic: Searching for all snippets in .xml topic (recursive)
Replies: 1
Views: 101432

Searching for all snippets in .xml topic (recursive)

I made a .ps1 script to help identifying all snippets. param( [Parameter()] [string]$topicFile ) # Check if topicFile exists if (!(Test-Path $topicFile -PathType Leaf)) { Write-Host "Document $topicFile in Topics does not exist" -ForegroundColor Red Exit } function Snippets { param ( [Para...
by michal_novomesky
Tue Aug 30, 2022 7:10 am
Forum: Help+Manual 8 Forum
Topic: H & M 8.5 a secret?
Replies: 3
Views: 1435

Re: H & M 8.5 a secret?

We use Sourcetree for GIT integration with the H&M source, helpful for users who don't like command line.
by michal_novomesky
Tue Aug 23, 2022 9:44 am
Forum: Help+Manual 8 Forum
Topic: Horizontal rule in the ordered list? bug or feature?
Replies: 6
Views: 1562

Re: Horizontal rule in the ordered list? bug or feature?

Thanks Tim and developers for the fast fix!
Works perfectly.

Also, I understand that priority for RTL languages like Arabic and Hebrew has lower priority than other important features of the product.
by michal_novomesky
Mon Aug 22, 2022 1:13 pm
Forum: Help+Manual 8 Forum
Topic: Horizontal rule in the ordered list? bug or feature?
Replies: 6
Views: 1562

Re: Horizontal rule in the ordered list? bug or feature?

Tim, thanks for your fast reply. We prefer to have standard HTML lists, <ul> and <ol>, instead of having paragraphs with a beginning of a HTML bullet &#8226;. Having Export lists as text enabled works visually correctly in LTR languages but is buggy in RTL languages. Where did you learn that <hr...
by michal_novomesky
Mon Aug 22, 2022 10:26 am
Forum: Help+Manual 8 Forum
Topic: Horizontal rule in the ordered list? bug or feature?
Replies: 6
Views: 1562

Horizontal rule in the ordered list? bug or feature?

Preconditions: - Export Lists as Text (recommended) unchecked - H&M version 8.4.4 Problem: - Horizontal rule (hr) is inside the ordered list Expected behavior: - Horizontal rule should not be in the ordered list (see HTML output) H&M source: <list id="0" type="ol" listtyp...
by michal_novomesky
Wed Jun 29, 2022 9:20 am
Forum: H&M Wish List
Topic: <%PARENTTOPICTITLE%>
Replies: 3
Views: 100147

Re: <%PARENTTOPICTITLE%>

Also, if there is no parent topic, how it would look like?

"(empty) - Current topic title"