forked from tkrkt/linenote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
17 lines (17 loc) · 1.93 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"command.addNote.title": "Line Note Plus: Add note at current position (Annotate Line)",
"command.openNote.title": "Line Note Plus: Edit note at current position (Open Note)",
"command.removeNote.title": "Line Note Plus: Remove note at current position (Delete Note)",
"command.revealLine.title": "Line Note Plus: Reveal line in notated file (Show Note Marker)",
"command.showPreviewToSide.title": "Line Note Plus: Open preview to side (Show Markdown Preview)",
"configuration.cleanUpOrphanedNotes.description": "Defines the cleanup behavior for orphaned notes. It can be set to `on-save`, `on-interval`, `on-save-and-on-interval`, or `never`. Default: `on-save-and-on-internal`. Note that when using `on-save` or `on-save-and-on-interval`, if you delete a note marker and save the file then your note file will also be deleted.",
"configuration.cleanUpOrphanedNotesInterval.description": "Interval at which to clean up unused notes in the background in ms. Only applies if `cleanUpOrphanedNotes` is set to `on-interval` or `on-save-and-on-interval`. Default: `60000` (60s). For performance, a larger value is recommended.",
"configuration.editText.description": "The edit link text.",
"configuration.gutterIconPath.description": "File path of the icon to be displayed in gutter.",
"configuration.lineColor.description": "Sets the background color for inline note markers (Name, HEX, or RGB).",
"configuration.notePrefix.description": "The prefix to use to match note markers.",
"configuration.openNoteBehavior.description": "Defines the column a note document will be opened in. `Beside`, `Active`, or `PreserveFocus`. Default `Beside`.",
"configuration.removeText.description": "The remove link text.",
"configuration.rulerColor.description": "Sets the ruler color for notated lines (Name, HEX, or RGB).",
"configuration.showGutterIcon.description": "Whether to display the gutter icon in the gutter for a noted line. Default: `true`."
}