Skip to content

Configuration

[Bios]Marcel edited this page Aug 19, 2018 · 4 revisions

Currently the app is configurable via a JSON file, which lies at ~/.uwuNote/app.json.

Available options

  • AskBeforeNoteDeletion

    Type: bool

    Default: true

    Decides whether you'll get a prompt before deleting a note, in order to keep you from accidentally deleting a note.

  • AutoSaveAfterTyping

    Type: bool

    Default: true

    Decides whether a note will automatically get saved after you have finished typing.

  • AutoSaveAfterTypingDelay

    Type: int

    Default: 3000

    Decides how long to wait after input before saving a note. AutoSaveAfterTyping must be set to true for this value to take effect.

    Values must be positive integral numbers that represent a duration in milliseconds, for example 3000 which means 3 seconds.

  • AutoIndent

    Type: bool

    Default: true

    Decides whether the next line after inserting a new line will have the indentation as the previous line.

  • NoteDirectory

    Type: string

    Default: ~/notes

    Decides where notes will be saved to.

Clone this wiki locally