set notetype to 'reference' and added 'sourcetext' to tags

This commit is contained in:
Richard Kranendonk 2026-05-07 14:12:28 +02:00
parent 2db580d0ee
commit 81d99248aa
221 changed files with 546 additions and 506 deletions

7
temp_script.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
for file in $(find Corpus/Standards/ISO27x/OST/27001/EN -name "*.md" -not -name "c-3-Terms-and-definitions.md"); do
sed -i '' 's/notetype: sourcetext/notetype: reference/' "$file"
sed -i '' '/status: active/i\
- sourcetext
' "$file"
done