mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-18 09:53:40 -05:00
fix(notes): preserve file encoding when writing to filesystem (#59)
This commit is contained in:
2
tests/fixtures/test_vault/sample_note.md
vendored
2
tests/fixtures/test_vault/sample_note.md
vendored
@@ -11,6 +11,7 @@ frontmatter2: ["bar", "baz", "qux"]
|
||||
# invalid:
|
||||
# - invalid
|
||||
# - invalid2
|
||||
french1: "Voix ambiguë d'un cœur qui, au zéphyr, préfère les jattes de kiwis"
|
||||
---
|
||||
|
||||
# Heading 1
|
||||
@@ -21,6 +22,7 @@ inline1::bar baz
|
||||
_inline3_:: value
|
||||
🌱::🌿
|
||||
key with space:: foo
|
||||
french2:: Voix ambiguë d'un cœur qui, au zéphyr, préfère les jattes de kiwis.
|
||||
|
||||
> inline4:: foo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user