-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.nls.json
More file actions
30 lines (30 loc) · 3.18 KB
/
Copy pathpackage.nls.json
File metadata and controls
30 lines (30 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"displayName": "VSCode Journal",
"description": "Lightweight journal and simple notes support for Visual Studio Code",
"command.category.journal": "Journal",
"command.journal.today.title": "Open Today",
"command.journal.yesterday.title": "Open Yesterday",
"command.journal.tomorrow.title": "Open Tomorrow",
"command.journal.memo.title": "Enter Quick Memo",
"command.journal.note.title": "New Journal Note",
"command.journal.printTime.title": "Print time",
"command.journal.printDuration.title": "Print elapsed hours between selected times",
"command.journal.printSum.title": "Print the sum of the selected numbers",
"command.journal.day.title": "Enter specific day",
"command.journal.open.title": "Open the Journal",
"command.journal.openPrevious.title": "Open Previous Journal Entry",
"command.journal.openNext.title": "Open Next Journal Entry",
"configuration.title": "VSCode Journal",
"configuration.journal.base.description": "The base directory for your notes. Defaults to the directory 'Journal' in your home directory. Supports embedded variables as described in the Guide.",
"configuration.journal.ext.description": "The default extension of your notes and journal entries. Defaults to markdown (.md).",
"configuration.journal.locale.description": "The locale to use (required for the date format). Defaults to the language setting from Visual Studio Code.",
"configuration.journal.syntax-highlighting.description": "Enable extension specific syntax highlighting (default is false).",
"configuration.journal.patterns.description": "Individual patterns which define where and how notes and entries are stored. Check the wiki for defaults and options.",
"configuration.journal.entryGranularity.description": "Whether memos, tasks, and new notes default to today's daily entry (`daily`) or the current week's weekly entry (`weekly`) when no explicit date target is given. Explicit input (date offset, ISO date, weekday, week number) always overrides this setting. Default: `daily`.",
"configuration.journal.dev.description": "If enabled, the features in development will be activated (other features might be broken).",
"configuration.journal.navigation.mode.description": "How `Open Previous` and `Open Next` step through journal entries. `existing` skips gaps and only opens entries that already exist on disk. `calendar` steps exactly one day at a time and creates the entry if missing. Default: `existing`.",
"configuration.journal.openInNewEditorGroup.description": "If true, the journal pages and new notes will split the editor view.",
"configuration.journal.scopes.description": "Define your own scopes here, see Guide for more details.",
"configuration.journal.templates.description": "Definition of templates used when generate content for the journal. See Guide for more details.",
"configuration.journal.weeklySync.description": "Controls the automatic sync of daily-entry links into the weekly file. When enabled, opening a weekly entry (or creating/deleting a daily entry while a weekly file is active) updates the list of links under the configured anchor heading. Set `enabled` to false to disable the feature entirely."
}