https://github.com/peter88213/mm2yw7
Generate a yWriter 7 project from a FreeMind outline.
https://github.com/peter88213/mm2yw7
Last synced: 8 days ago
JSON representation
Generate a yWriter 7 project from a FreeMind outline.
- Host: GitHub
- URL: https://github.com/peter88213/mm2yw7
- Owner: peter88213
- License: mit
- Created: 2023-06-04T12:16:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T10:24:10.000Z (8 months ago)
- Last Synced: 2024-08-18T16:48:15.774Z (8 months ago)
- Language: Python
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mm2yw7
Generate a yWriter 7 project from a FreeMind outline.For more information, see the [project homepage](https://peter88213.github.io/mm2yw7) with description and download instructions.
## Important
Please note that the program has not yet been extensively tested. To me, it's actually just a proof of concept. I probably won't develop the program further. Feel free to copy the project and modify it to your own liking.
### 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.### Development tools
- [Python](https://python.org) version 3.10
- [Eclipse IDE](https://eclipse.org) with [PyDev](https://pydev.org) and *EGit*.
- Apache Ant for building the application script## Credits
- Frederik Lundh published the [xml pretty print algorithm](http://effbot.org/zone/element-lib.htm#prettyprint).
## License
mm2yw7 is distributed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).