This Python script searches a novelWriter project for tags, references, comments, and synopses. It creates a table with a row for each heading, and a column for each metadata key.
The metadata table is exported as a csv file.
, key 1, key 2, ... key n
heading 1, value, value, ... value
.
.
.
heading m, value, value, ... value
- A Python installation (version 3.6 or newer).
Save the file nw_meta.py.
nw_meta.py sourceFolder
Positional arguments:
- sourceFolder -- Path to the novelWriter project folder.
You can also drag the novelWriter project folder icon and drop it on the nw_meta.py icon.
Published under the MIT License
Generate a novelWriter project from a FreeMind/Freeplane outline.
Generate a novelWriter project from a work in progress written with e.g. LibreOffice.
Generate a novelWriter project from a work in progress written with any text editor or Markdown word processor.
Converter between yWriter and novelWriter.