[GH-ISSUE #871] Exporting PDF does not add page-break nor text alignment #425

Open
opened 2026-03-03 00:21:04 +03:00 by kerem · 3 comments
Owner

Originally created by @Komediruzecki on GitHub (Mar 16, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/871

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)
Originally created by @Komediruzecki on GitHub (Mar 16, 2021). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/871 # 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 ``` 3. Export document 4. Page break not affecting the content 5. 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)
Author
Owner

@Rokt33r commented on GitHub (Aug 20, 2021):

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.

<!-- gh-comment-id:902519611 --> @Rokt33r commented on GitHub (Aug 20, 2021): > 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.
Author
Owner

@Komediruzecki commented on GitHub (Aug 20, 2021):

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

<!-- gh-comment-id:902790885 --> @Komediruzecki commented on GitHub (Aug 20, 2021): @Rokt33r Can this issue also be copied to the local space repo?
Author
Owner

@Rokt33r commented on GitHub (Aug 22, 2021):

@Komediruzecki Please do.

<!-- gh-comment-id:903348680 --> @Rokt33r commented on GitHub (Aug 22, 2021): @Komediruzecki Please do.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#425
No description provided.