diff --git a/content/Pasted image 20251123220725.png b/content/attachments/Pasted image 20251123220725.png similarity index 100% rename from content/Pasted image 20251123220725.png rename to content/attachments/Pasted image 20251123220725.png diff --git a/content/Pasted image 20251125093128.png b/content/attachments/Pasted image 20251125093128.png similarity index 100% rename from content/Pasted image 20251125093128.png rename to content/attachments/Pasted image 20251125093128.png diff --git a/content/Pasted image 20251125120137.png b/content/attachments/Pasted image 20251125120137.png similarity index 100% rename from content/Pasted image 20251125120137.png rename to content/attachments/Pasted image 20251125120137.png diff --git a/content/Pasted image 20251125132516.png b/content/attachments/Pasted image 20251125132516.png similarity index 100% rename from content/Pasted image 20251125132516.png rename to content/attachments/Pasted image 20251125132516.png diff --git a/content/Pasted image 20251125133543.png b/content/attachments/Pasted image 20251125133543.png similarity index 100% rename from content/Pasted image 20251125133543.png rename to content/attachments/Pasted image 20251125133543.png diff --git a/content/Pasted image 20251125135429.png b/content/attachments/Pasted image 20251125135429.png similarity index 100% rename from content/Pasted image 20251125135429.png rename to content/attachments/Pasted image 20251125135429.png diff --git a/content/Pasted image 20251127131807.png b/content/attachments/Pasted image 20251127131807.png similarity index 100% rename from content/Pasted image 20251127131807.png rename to content/attachments/Pasted image 20251127131807.png diff --git a/static.py b/static.py index ec00e5c..c859fa2 100644 --- a/static.py +++ b/static.py @@ -1,4 +1,5 @@ from obsidian_parser import Vault v = Vault("content") -v.get_note(None) \ No newline at end of file +for note in v.notes: + print(note.reading_view) \ No newline at end of file