mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
IntroのFinder説明変更
This commit is contained in:
@@ -108,6 +108,8 @@ slideBgColor4 = #00B493
|
|||||||
height 140px
|
height 140px
|
||||||
.slide3
|
.slide3
|
||||||
background-color slideBgColor3
|
background-color slideBgColor3
|
||||||
|
.title
|
||||||
|
margin-bottom 15px
|
||||||
.content
|
.content
|
||||||
font-size 18px
|
font-size 18px
|
||||||
&>img
|
&>img
|
||||||
|
|||||||
@@ -88,10 +88,11 @@ export default class Tutorial extends React.Component {
|
|||||||
return (<div className='slide slide3'>
|
return (<div className='slide slide3'>
|
||||||
<div className='title'>Easy to access with Finder</div>
|
<div className='title'>Easy to access with Finder</div>
|
||||||
<div className='content'>
|
<div className='content'>
|
||||||
With Finder, You can search your articles faster.<br/>
|
The Finder helps you organize all of the files and documents.<br/>
|
||||||
You can open Finder by pressing Control + shift + tab<br/>
|
There is a short-cut key [control + shift + tab] to open the Finder.<br/>
|
||||||
To put the content of an article in the clipboard, press Enter.<br/>
|
It is available to save your articles on the Clipboard<br/>
|
||||||
So you can paste it with Cmd(⌘) + V
|
by selecting your file with pressing Enter key,<br/>
|
||||||
|
and to paste the contents of the Clipboard with [Command-V]
|
||||||
|
|
||||||
<img width='480' src='../../resources/finder.png'/>
|
<img width='480' src='../../resources/finder.png'/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user