Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting PDF does not add page-break nor text alignment #871

Open
Komediruzecki opened this issue Mar 16, 2021 · 3 comments
Open

Exporting PDF does not add page-break nor text alignment #871

Komediruzecki opened this issue Mar 16, 2021 · 3 comments
Labels
bug 🐛 Issue concerns a bug. help wanted 🆘 Pull request/issue requires extra help from the community. Check these out if you're new!

Comments

@Komediruzecki
Copy link
Contributor

Komediruzecki commented Mar 16, 2021

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 Komediruzecki added bug 🐛 Issue concerns a bug. feature request 🌟 Issue is a new feature request. labels Mar 16, 2021
@Rokt33r
Copy link
Member

Rokt33r commented 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.

@Komediruzecki
Copy link
Contributor Author

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

@Rokt33r
Copy link
Member

Rokt33r commented Aug 22, 2021

@Komediruzecki Please do.

@Rokt33r Rokt33r added help wanted 🆘 Pull request/issue requires extra help from the community. Check these out if you're new! and removed feature request 🌟 Issue is a new feature request. labels Aug 23, 2021
@kazup01 kazup01 added the hacktoberfest Contribute to the Boost Note and grab the swags! https://hacktoberfest.digitalocean.com/ label Oct 4, 2021
@kazup01 kazup01 removed the hacktoberfest Contribute to the Boost Note and grab the swags! https://hacktoberfest.digitalocean.com/ label Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Issue concerns a bug. help wanted 🆘 Pull request/issue requires extra help from the community. Check these out if you're new!
Projects
None yet
Development

No branches or pull requests

3 participants