You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	This commit is contained in:
		| @@ -30,6 +30,14 @@ | ||||
| 				background: #CF3F00; | ||||
| 				color: white; | ||||
| 			} | ||||
| 			 | ||||
| 			/* | ||||
| 				Adds support for RTL text in the note body. It automatically detects the direction using the content. | ||||
| 				Issue: https://github.com/laurent22/joplin/issues/3991 | ||||
| 			*/ | ||||
| 			.CodeMirror-line  { | ||||
| 				unicode-bidi: plaintext; | ||||
| 			} | ||||
| 		</style> | ||||
| 	</head> | ||||
| 	<body> | ||||
|   | ||||
| @@ -80,6 +80,12 @@ export default function(theme: any) { | ||||
| 		p, h1, h2, h3, h4, h5, h6, ul, table { | ||||
| 			margin-top: .6em; | ||||
| 			margin-bottom: .65em; | ||||
|  | ||||
| 			/* | ||||
| 				Adds support for RTL text in the note body. It automatically detects the direction using the content. | ||||
| 				Issue: https://github.com/laurent22/joplin/issues/3991 | ||||
| 			*/ | ||||
| 			unicode-bidi: plaintext; | ||||
| 		} | ||||
| 		h1, h2, h3, h4, h5, h6 { | ||||
| 			line-height: 1.5em; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user