clarify that SkNote files are in the Sharkey style
This commit is contained in:
parent
ff477e3bc7
commit
705e65e2d2
5 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
SPDX-FileCopyrightText: syuilo and misskey-project
|
||||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
Displays a note. Used to show the "main" note in a given context.
|
||||
Displays a note in the Sharkey style. Used to show the "main" note in a given context.
|
||||
-->
|
||||
|
||||
<template>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
SPDX-FileCopyrightText: syuilo and other misskey contributors
|
||||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
Detailed view of a note. Used when opening a note onto its own page.
|
||||
Detailed view of a note in the Sharkey style. Used when opening a note onto its own page.
|
||||
-->
|
||||
|
||||
<template>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
SPDX-FileCopyrightText: marie and other Sharkey contributors
|
||||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
Header for a note, displaying info such as username and creation timestamp.
|
||||
Header for a note in the Sharkey style, displaying info such as username and creation timestamp.
|
||||
-->
|
||||
|
||||
<template>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
SPDX-FileCopyrightText: syuilo and other misskey contributors
|
||||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
Simple view of a note. Used in quote renotes, link previews, etc.
|
||||
Simple view of a note in the Sharkey style. Used in quote renotes, link previews, etc.
|
||||
-->
|
||||
|
||||
<template>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
SPDX-FileCopyrightText: marie and other Sharkey contributors
|
||||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
Displays a sub-note. Used to display secondary notes in a given context.
|
||||
Displays a sub-note in the Sharkey style. Used to display secondary notes in a given context.
|
||||
|
||||
For example, when viewing a reply on the timeline, SkNoteSub will be used to display the note that is being replied to.
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue