Added links to headlines
parent
4d3644df8c
commit
d074a5afa9
1 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ You can use the embeded jQuery too.
|
|||
***
|
||||
|
||||
|
||||
## Hide posts with stopwords plugin
|
||||
<h2 id="hide-posts"><a href="#hide-posts">Hide posts with stopwords plugin</a></h2>
|
||||
|
||||
``` js
|
||||
// hide posts with stopwords
|
||||
|
@ -42,7 +42,7 @@ function filter(e) {
|
|||
```
|
||||
|
||||
|
||||
## Mark post plugin
|
||||
<h2 id="mark-post"><a href="#mark-post">Mark post plugin</a></h2>
|
||||
|
||||
A plugin which lets you mark particular posts so you don't forget them in your timeline
|
||||
|
||||
|
@ -70,7 +70,7 @@ And add this to your CSS plugin file:
|
|||
```
|
||||
|
||||
|
||||
## Make the font BIGGER
|
||||
<h2 id="bigger-font"><a href="#bigger-font">Make the font BIGGER</a></h2>
|
||||
|
||||
Better readability on big resolutions screens (css)
|
||||
|
||||
|
@ -81,7 +81,7 @@ ol li .message {
|
|||
}
|
||||
```
|
||||
|
||||
## Add converted temperature
|
||||
<h2 id="tmp-conv"><a href="#tmp-conv">Add converted temperature</a></h2>
|
||||
|
||||
``` javascript
|
||||
// A Tentia plugin to automatically convert fahrenheit to celcius
|
||||
|
|
Reference in a new issue