NovelWriterExtract is an application that pulls scene metadata from a novelWriter project and exports it to a spreadsheet (ODS or XSLX), a HTML page, or a CSV file. It pulls out NW’s references in scenes (@char, @location, @pov, and others) plus data in the upcoming story structure tags (see Issue 1784 for a full description).
NWE 1.0.0 is available as a PHP PHAR file; there are also executables for Linux, Mac, and windows (in the /bin folder)
Originally written as a Proof of Concept, this release introduces an extract format specification, which is written in JSON. The format file introduces some powerful formatting and filtering capabilities. A format can select specific columns and do things like bold the first occurrence of a character, location, plot line, etc. Check the project’s readme file for more information.
Recent Comments