[nb] Commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from pathlib import Path
|
||||
from pyomd import Notes
|
||||
from pyomd.metadata import MetadataType
|
||||
|
||||
path_dir = Path('/Users/oscarplaisant/devoirs/cours/')
|
||||
notes = Notes(path_dir)
|
||||
|
||||
notes.metadata.move(fr=MetadataType.INLINE, to=MetadataType.FRONTMATTER)
|
||||
notes.update_content(inline_position="top")
|
||||
print(notes)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user