mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	pretty print JSON into note content
This commit is contained in:
		| @@ -106,7 +106,7 @@ class Note extends Entity { | |||||||
|  |  | ||||||
|     /** @returns {Promise} */ |     /** @returns {Promise} */ | ||||||
|     async setJsonContent(content) { |     async setJsonContent(content) { | ||||||
|         await this.setContent(JSON.stringify(content)); |         await this.setContent(JSON.stringify(content, null, '\t')); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     /** @returns {boolean} true if this note is the root of the note tree. Root note has "root" noteId */ |     /** @returns {boolean} true if this note is the root of the note tree. Root note has "root" noteId */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user