BoostNote-App icon indicating copy to clipboard operation
BoostNote-App copied to clipboard

Exporting PDF does not add page-break nor text alignment

Open Komediruzecki opened this issue 4 years ago • 3 comments

Current behavior

  • There is no support for custom HTML rendering in the exported document
  • There is no support for page-break in the exported document
  • There is no support for alignment of text in the exported document

Expected behavior

  • There should be a way to add page-break in the rendered document
  • There should be a way to align text in the rendered document

Steps to reproduce

  1. Open a new document
  2. Add following Markdown:
<p style="text-align: right">Should be aligned right, not even rendered in cloud but is in local app PDF export</p>

# This content is on the first page


- This is still the same page


<div style="page-break-after: always;"></div>


# This content is the second page

- This below should render nice admonitions
  1. Export document
  2. Page break not affecting the content
  3. Alignment not affecting the content

Environment

Desktop

  • Boost Note.next version: 0.14.1(cloud app but this won't even work in boost note local app)
  • OS version and name: All platforms (tested on Ubuntu 20.04)

Komediruzecki avatar Mar 16 '21 17:03 Komediruzecki

There should be a way to align text in the rendered document

Configuring markdown sanitizer should work.

There should be a way to add page-break in the rendered document @Komediruzecki I'm not sure how can I add them. Do you know any nice articles about this? I'd like to learn more.

Rokt33r avatar Aug 20 '21 08:08 Rokt33r

@Rokt33r Can this issue also be copied to the local space repo?

Komediruzecki avatar Aug 20 '21 15:08 Komediruzecki

@Komediruzecki Please do.

Rokt33r avatar Aug 22 '21 23:08 Rokt33r