forked from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 26
How to create or edit a multi‐valued property in Obsidian?
SebastianMC edited this page Sep 19, 2023
·
4 revisions

The key information is that you use the shift+enter to insert a newline character when editing the properties.
* the shift+enter works on macOS. I need yet to confirm is the same works on Windows or if a different keys combination has to be used.
Highlights for the above movie:
- copy & paste of multi-line text unfortunately doesn't work in the Obsidian properties editor (video recorded on Obsidian 1.4.13)
- the multi-line text from clipboard is flattened after paste operation
- to (re)insert new lines use the
shift+enterinstead of theenterkey alone (cursor keys work normally and allow you to navigate)

The key information is that you use the shift+enter to insert a newline character when editing the properties.
* the shift+enter works on macOS. I need yet to confirm is the same works on Windows or if a different keys combination has to be used.
Highlights for the above movie:
- multi-line property value is shown partially, when inactive. Upon activation (click and the cursor appears) the property editor gets expanded automatically showing more of the multi-line content