Thanks a lot! The test step is:
1. git pull 2. @bool vr3-asciidoctor-nofooter=True in myLeoSettings.leo 3. run reload-settings 4. Not input :nofooter: below @language asciidoc in body panel. Result: VR3 panel does not show the footer. *So the code run ok.* 在2022年11月26日星期六 UTC+8 21:15:20<[email protected]> 写道: > This change has been merged and is now available in the *devel* branch. > > On Friday, November 25, 2022 at 7:16:44 PM UTC-5 Thomas Passin wrote: > >> 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/a035b024-c6f1-4319-bb53-071026d2864en%40googlegroups.com.
