mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
client: mark the links that should use the new style
This commit is contained in:
parent
03e7f4b991
commit
b43c85157b
@ -95,7 +95,7 @@ export default class NotePathsWidget extends NoteContextAwareWidget {
|
||||
|
||||
const $noteLink = await linkService.createLink(notePath, { title });
|
||||
|
||||
$noteLink.find("a").addClass("no-tooltip-preview");
|
||||
$noteLink.find("a").addClass("no-tooltip-preview tn-link");
|
||||
|
||||
const icons = [];
|
||||
|
||||
|
@ -6,7 +6,7 @@ const TPL = `
|
||||
<div class="options-section">
|
||||
<h4>${t("revisions_snapshot_interval.note_revisions_snapshot_interval_title")}</h4>
|
||||
|
||||
<p>${t("revisions_snapshot_interval.note_revisions_snapshot_description")}</p>
|
||||
<p class="use-tn-links">${t("revisions_snapshot_interval.note_revisions_snapshot_description")}</p>
|
||||
|
||||
<div class="form-group">
|
||||
<label>${t("revisions_snapshot_interval.snapshot_time_interval_label")}</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user