https://github.com/peter88213/aeon3md
Markdown export for Aeon Timeline 3
https://github.com/peter88213/aeon3md
Last synced: 8 days ago
JSON representation
Markdown export for Aeon Timeline 3
- Host: GitHub
- URL: https://github.com/peter88213/aeon3md
- Owner: peter88213
- License: mit
- Created: 2023-03-22T18:25:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T18:57:00.000Z (11 months ago)
- Last Synced: 2024-06-02T20:47:03.276Z (11 months ago)
- Language: Python
- Homepage: https://peter88213.github.io/aeon3md/
- Size: 663 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The aeon3md Python script: Convert Aeon Timeline 3 project data to Markdown
For more information, see the [project homepage](https://peter88213.github.io/aeon3md) with description and download instructions.
## Development
*aeon3md* is organized as an Eclipse PyDev project. The official release branch on GitHub is *main*.
## Important
Please note that this script has not yet been extensively tested. To me, it's actually just a proof of concept. I probably won't develop the script further. Feel free to copy the project and modify it to your own liking.
**According to recent user feedback, the Aeon Timeline 3 file format has been changed, so this script might not work for you.**
### Conventions
See https://github.com/peter88213/PyWriter/blob/main/docs/conventions.md
Exceptions:
- No localization is required.
- The directory structure is modified to minimize dependencies:```
.
└── aeon3md/
├── src/
│ ├── pywriter/
│ ├── aeon3ywlib/
│ └── aeon3mdlib/
├── test/
└── tools/
├── build_aeon3md.py
├── build.xml
└── inliner.py
```### Development tools
- [Python](https://python.org) version 3.10.
- [Eclipse IDE](https://eclipse.org) with [PyDev](https://pydev.org) and EGit.
- Apache Ant is used for building the application.## License
*aeon3md* is distributed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).