1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

IntroのFinder説明変更

This commit is contained in:
Rokt33r
2015-11-14 23:49:49 +09:00
parent c20cbe7d66
commit ef84c4e3da
2 changed files with 7 additions and 4 deletions

View File

@@ -108,6 +108,8 @@ slideBgColor4 = #00B493
height 140px
.slide3
background-color slideBgColor3
.title
margin-bottom 15px
.content
font-size 18px
&>img

View File

@@ -88,10 +88,11 @@ export default class Tutorial extends React.Component {
return (<div className='slide slide3'>
<div className='title'>Easy to access with Finder</div>
<div className='content'>
With Finder, You can search your articles faster.<br/>
You can open Finder by pressing Control + shift + tab<br/>
To put the content of an article in the clipboard, press Enter.<br/>
So you can paste it with Cmd() + V
The Finder helps you organize all of the files and documents.<br/>
There is a short-cut key [control + shift + tab] to open the Finder.<br/>
It is available to save your articles on the Clipboard<br/>
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'/>
</div>