Skip to content

Commit

Permalink
Add: adding homepage section and change the of How to create a link t…
Browse files Browse the repository at this point in the history
…o Create a Link at the same thime its position
  • Loading branch information
karttofer committed Sep 2, 2019
1 parent b018bc2 commit 894a975
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[![NPM](https://img.shields.io/npm/v/drafty-editor.svg)](https://www.npmjs.com/package/drafty-editor) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)</br>
![gif](https://user-images.githubusercontent.com/34972636/63978805-f06de480-ca7c-11e9-965a-40d5aaf49772.gif)</br>
drafty-editor is a text editor that allows you to make amazing things with your text, it's very small and it react when you select to a text.
## Homepage
Ey, we have a web where you can try the editor 🐠 <a href='https://drafty.netlify.com/' target="_blank">Drafty Website</a>
## Install

```npm
Expand All @@ -22,23 +24,14 @@ class App extends Component {
}
}
```

## How was created 😗?
Well, I'm react developer (I love it 💖) besides this projects it's just JSX and CSS.

### Why not preprocessors?
Okay... okay, preprocessor are so cool, and I know make easier the work, but I dind't need it.

## Can I improve your code or take it how example? 😎
Yeah, you can!.
## How can I create a link?
## Create a Link?
I had problems with this and the only solution right now is:
<ul>
<li>
Select your text
</li>
<li>
Place the mouse inside of link icon (should appear a input inside of the icon).
Place the mouse above of link icon (should appear a input above of the icon).
</li>
<li>
Write the link.
Expand All @@ -48,6 +41,14 @@ I had problems with this and the only solution right now is:
</li>
</ul>

## How was created 😗?
Well, I'm react developer (I love it 💖) besides this projects it's just JSX and CSS.

### Why not preprocessors?
Okay... okay, preprocessor are so cool, and I know make easier the work, but I dind't need it.

## Can I improve your code or take it how example? 😎
Yeah, you can!.
# Tools
`react`: What?, you don't know what react is?... Go to its website -> <a href='https://reactjs.org/' target='_blank'>react is amazing!</a></br>
`git`: Git allows you to keep control on your project (At this case I used it with Github) -> <a href='https://git-scm.com/' target='_blank'>
Expand Down

0 comments on commit 894a975

Please sign in to comment.