diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-30 22:25:31 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-30 22:25:31 -0400 |
commit | d1efc8f6232418bce30841587fb473529d2d1c42 (patch) | |
tree | 800b4def4cf91655d2667c007e990cc38746366f /src | |
parent | c92a8fbe94eb5e6167730ffa9a87e5e4e1d040e2 (diff) |
updated link titling.
Diffstat (limited to 'src')
-rw-r--r-- | src/new_fields/Doc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index c4ad5ae95..113380ce8 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -166,7 +166,7 @@ export namespace Doc { export function MakeLink(source: Doc, target: Doc) { UndoManager.RunInBatch(() => { let linkDoc = Docs.TextDocument({ width: 100, height: 30, borderRounding: -1 }); - linkDoc.title = "New Link"; + linkDoc.title = "-link name-"; linkDoc.linkDescription = ""; linkDoc.linkTags = "Default"; |