Skip to content

Protected chapters or scenes #2573

@lordofscripts

Description

@lordofscripts

I was a Scrivener user but I no longer use Windows. One day I found about Novel Writer, and I like it.

I plan to use it for novel & memoirs writing.But for the 2nd...

It would be nice to be able to protect parts (text) selectively so that only people with the right code can unscramble and read it in the AP together with the all-eyes parts .

Basically text-based encryption, just basic transliteration but can be implemented any way.

The best would be delegation of protection so that novel Writer only knows the path of the program and the parameters set by the user. The application would simply pass plain text and pipe it to the user app and collect its output (stdout):

.cat scene_14.txt | third-party app -secret "password '

So, novel writer doesn't need to know anything other than:

  • the encoding app path
  • app parameters for encoding and deciding

The external app collects via stdin, encodes or decodes the data and sends the transformed version via stdout. That external app can be anything that accepts and produces text.

As for the end product, the manuscript, the writer can choose whether the encoded parts are rendered as-is or decided.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementEnhancement: New feature or improvement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions