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

Control over line trimming and indent in the output #26

Open
pchemguy opened this issue May 5, 2024 · 1 comment
Open

Control over line trimming and indent in the output #26

pchemguy opened this issue May 5, 2024 · 1 comment

Comments

@pchemguy
Copy link

pchemguy commented May 5, 2024

I am trying to use TreeLine to develop a Markdown formatted text. For proper formatting, it is sometimes desirable to have two trailing spaces at the end of a paragraph. However, due to automatic line trimming this is practically impossible.

A second problem occurs when I try to created a bulleted list with additional text under individual bullets. I used the bulleted type from the TreeLine help file and added an additional text field. I placed this new field under the bullet text field in the output format. Now, in the generated output, the added field is indented by four spaces, which does not work for Markdown, where I need exactly two spaces to properly align the extra text from the added field with its bullet.

Is possible to add a flag to stop line trimming and a setting for default indent for bulleted items?

@doug-101
Copy link
Owner

Regarding your second problem, where are you seeing the four spaces? In some type of text export? Please provide more details.

Thanks,
Doug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants