You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joplin version: 1.0.178
Platform: Windows
OS specifics: Windows 8.1(.1)
Steps To Reproduce
Paste text that has tab character(s), from some other editor to a codeblock in Joplin.
= Joplin rendered view shows 1 tab char as 8 characters long in the codeblock.
Describe what you expected to happen:
The rendered view should show a tab char exactly the same length (but do not convert to spaces) as when a tab key is pressed in Joplin (inserts 4 space chars, not a tab char). The 8 characters long indentation becomes a problem when inserting code that has nested indentations.
Here's a link to a text file that can be used for this test: Paste code test.txt
Few pictures:
The text was updated successfully, but these errors were encountered:
* Add renderer plugin to handle tabs in code blocks.
* Add plugin to renderer package list.
* Attempt to fix unrelated linter issues.
* Fix unrelated linter problems.
The problems exist on master prior to the branch.
* Fix more inherited linter problems.
lockbot
locked and limited conversation to collaborators
Feb 13, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment
Joplin version: 1.0.178
Platform: Windows
OS specifics: Windows 8.1(.1)
Steps To Reproduce
= Joplin rendered view shows 1 tab char as 8 characters long in the codeblock.
Describe what you expected to happen:
The rendered view should show a tab char exactly the same length (but do not convert to spaces) as when a tab key is pressed in Joplin (inserts 4 space chars, not a tab char). The 8 characters long indentation becomes a problem when inserting code that has nested indentations.
Here's a link to a text file that can be used for this test: Paste code test.txt
Few pictures:
The text was updated successfully, but these errors were encountered: