Done - there is a new setting @bool vr3-asciidoctor-nofooter = True (default: False) to suppress the footer. This only affects the external Asciidoctor processor.
The Pull Request for this change has been submitted. When accepted and merged, it will be available in the *devel* branch. On Friday, November 25, 2022 at 5:08:06 PM UTC-5 Thomas Passin wrote: > Thank you, that will be helpful. > > On Friday, November 25, 2022 at 11:38:12 AM UTC-5 [email protected] > wrote: > >> <https://docs.asciidoctor.org/asciidoc/latest/document/header-ref/> >> >> I think `nofooter` is a specific **Asciidoctor** head attribute. >> >> Asciidoc & Asciidoc3 don't suppor `nofooter` attribute after I had some >> test by change myLeoSettings.leo. >> >> Step1: use asciidoc3 >> ``` >> @@string vr3-prefer-external = asciidoctor >> @bool vr3-prefer-asciidoc3=True >> ``` >> Result: Not support :nofooter: >> >> Step2: use asciidoc >> ``` >> @@string vr3-prefer-external = asciidoctor >> @bool vr3-prefer-asciidoc3=False >> ``` >> Result: Not support :nofooter: >> 在2022年11月25日星期五 UTC+8 23:39:10<[email protected]> 写道: >> >>> I will look into it. This is for asciidoc, is it not? Do you happen to >>> know if this is a specific Asciidoctor directive, or do Asciidoc and >>> Asciidoc3 also support it? >>> >>> On Friday, November 25, 2022 at 3:26:50 AM UTC-5 [email protected] >>> wrote: >>> >>>> Now the footer is shown in VR3 panel always. So I have to set >>>> `:nofooter:` in each body text. Would you plan to add this attribute? >>>> >>>> Thanks for your help! >>>> >>> -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/704426b2-2be8-4961-a14e-2eb19f16d5abn%40googlegroups.com.
