Most wanted! #219
Pinned
mkoskim
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features, that I would really need some help.
CI/CD
I am not too familiar with GitHub Actions, and even less I am familiar to specify a CI/CD pipeline for ElectronJS projects. What I would like to have are:
Some kind of test automation for all commits. One of the most important things are that file saving really works every time. Because how the editor is built, you probably encounter an error very early, if there is something really wrong in the tree. If the editor can handle the tree, it is close good for saving: but we could be a bit paranoid, and ensure that file saves always work.
Some kind of build automation - targets are Linux, Windows and Mac - for releases.
Related issues and discussions:
Safety features
These are very high on my list. For example, warn if you try to discard a story that is not saved.
Project: https://github.com/users/mkoskim/projects/4
Import, Export, Migration and Interoperability
Importing: I can very well do imports from text files. But I have no stories in e.g. RTF and .docx formats, so I don't have any good files for testing importing. If you have used to write your stories as .docx files, you could really help me just sharing your .docx with me! Even better, if you are bit familiar with parsing .docx files, and sketch an importer.
Project: https://github.com/users/mkoskim/projects/8
Issues:
Interoperability: There are several very interesting writer's editors that could have native support. I know yWriter file format somewhat, and if I had a yWriter story project, I could examine it, and write code to load & save yWriter projects directly! The other possible tools are Manuskript and Scrivener.
Issues:
Beta Was this translation helpful? Give feedback.
All reactions