The aeon2obsidian Python script extracts the items of an Aeon Timeline 2 project and generates a set of Markdown documents.
Features
- Creates a page for each aeonzip event and entity.
- Creates links between the pages according to the relationships.
- Inserts tags, if any.
- Inserts date/time (Gregorian date, “A.D.” only) for the event-based pages.
- Inserts duration (as set in Aeon) for the event-based pages.
- The
__index.md
file holds the table of contents on the top level. - The
__events.md
file holds the table of contents of the events.
Requirements
- Python version 3.6+.
Aeon Timeline 3 users: A variant for Aeon Timeline 3 can be found here.
Download and install
Download the latest release (version 0.2.1)
- Unpack the zipfile and copy aeon2obsidian.py whereever you want.
Usage
aeon2obsidian.py Sourcefile
positional arguments:
Sourcefile The path of the .aeonzip file.
You can also drag an .aeonzip file and drop it on the aeon2obsidian.py icon.
The created Markdown files are placed in a subfolder, named after the aeon project.
License
This extension is distributed under the MIT License.