https://github.com/peter88213/scappex
Generate a yWriter 7 project from a Scapple outline.
https://github.com/peter88213/scappex
Last synced: 8 days ago
JSON representation
Generate a yWriter 7 project from a Scapple outline.
- Host: GitHub
- URL: https://github.com/peter88213/scappex
- Owner: peter88213
- License: mit
- Created: 2021-08-02T06:56:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T19:34:51.000Z (over 1 year ago)
- Last Synced: 2023-12-16T20:30:53.179Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scappex
Generate a yWriter 7 project from a Scapple outline.For more information, see the [project homepage](https://peter88213.github.io/scappex) 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.
## Development
### 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](https://www.eclipse.org/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
scappex is distributed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).