Replies: 2 comments 8 replies
-
There is no hidden feature for import/export. So far, there is only one developer that provides a tool for converting projects between novelWriter and yWriter formats. I'm working on a new system for building manuscripts from novelWriter projects, and I could possibly add an interface/API for importing them too. Since novelWriter's source code is very modular, and even more so in 2.0, you can in principle write a Python script that builds a project in memory from any data source and spit out a complete project. I basically do this on the fly in the test suite. It isn't particularly complicated, but it is undocumented: Lines 157 to 212 in 4371d12 |
Beta Was this translation helpful? Give feedback.
-
On this occasion I notice that NovelWriter does not seem to handle any import from foreign formats. I can think of a way using existing Python scripts, but it is a bit cumbersome and has some limitations. One important requirement: there are three levels (part, chapter, scene). Then you can export a novel outline as ODT from Freemind. Note texts on all levels are taken over as synopses. From the ODT document you can create a yWriter project as an intermediate file with yW2OO, which can be transferred into a NovelWriter project with yw2nw. Now the catch:
If you want to run yW2OO on Linux, please make sure the tk support for Python is installed. UPDATE: |
Beta Was this translation helpful? Give feedback.
-
I'm using Freeplane (yes, it's their website, and it's open source) to create a mind map of my story, after figuring out that just jumping in doesn't work out for me.
It is a nice tool for mind mapping. It outputs an XML file which is stored on the local drive (no fancy cloud support). What would be really cool if I could take what I created in Freeplane and convert it to a novel structure, including all the right note folders, subfolders, tags, and synopsis readily provided from my mind map.
Is anybody willing to create a bash/python script in order to do what I want? Or is there a hidden feature in NW, kept away from us by a dark and evil conspiracy :D , to import such mind maps and convert them to NW projects?
Beta Was this translation helpful? Give feedback.
All reactions