logseq-to-org-roam/properties

6 lines
191 B
Text
Raw Permalink Normal View History

2024-04-20 09:49:30 +00:00
#!/bin/sh
# Move any property into a block, otherwise the pandoc org parser merges them
# all into a single line for some reason
sed -E -i 's/^[a-z]+::.*$/- !property-deleteme!\n \0/' "$1"