Trilium Frontend API
Preparing search index...
<internal>
AddLinkOpts
Interface AddLinkOpts
interface
AddLinkOpts
{
hasSelection
:
boolean
;
text
:
string
;
addLink
(
notePath
:
string
,
linkTitle
:
string
,
externalLink
?:
boolean
,
)
:
Promise
<
void
>
;
}
Index
Properties
has
Selection
text
Methods
add
Link
Properties
has
Selection
hasSelection
:
boolean
text
text
:
string
Methods
add
Link
addLink
(
notePath
:
string
,
linkTitle
:
string
,
externalLink
?:
boolean
,
)
:
Promise
<
void
>
Parameters
notePath
:
string
linkTitle
:
string
Optional
externalLink
:
boolean
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
has
Selection
text
Methods
add
Link
Trilium Frontend API
Loading...