mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 09:35:38 -05:00
Book Editing: Support adding new sections to a book (#17074)
* add a new section command
This commit is contained in:
@@ -97,9 +97,10 @@ export const msgContentFolderError = localize('msgContentFolderError', "Content
|
||||
export const msgSaveFolderError = localize('msgSaveFolderError', "Save location path does not exist.");
|
||||
export function msgCreateBookWarningMsg(file: string): string { return localize('msgCreateBookWarningMsg', "Error while trying to access: {0}", file); }
|
||||
|
||||
// Add a notebook dialog constants
|
||||
// Add a new entry in toc dialog constants
|
||||
export const newNotebook = localize('newNotebook', "New Notebook (Preview)");
|
||||
export const newMarkdown = localize('newMarkdown', "New Markdown (Preview)");
|
||||
export const newSection = localize('newSection', "New Section (Preview)");
|
||||
export const fileExtension = localize('fileExtension', "File Extension");
|
||||
export const confirmOverwrite = localize('confirmOverwrite', "File already exists. Are you sure you want to overwrite this file?");
|
||||
export const title = localize('title', "Title");
|
||||
|
||||
Reference in New Issue
Block a user