Wiki update

This commit is contained in:
ArsenArsen 2017-08-21 17:34:38 +02:00
parent 84447d1af4
commit c5f1629313
4 changed files with 33 additions and 35 deletions

View File

@ -18,18 +18,16 @@
<h1>{{ site.title | default: site.github.repository_name }}</h1>
<p>{{ site.description | default: site.github.project_tagline }}</p>
<p><a href="/">Click here to go back to the homepage</a></p>
<p>Wiki Pages:</p>
<ul>
{% for page in site.pages %}
{% if page.categories contains 'wiki' %}
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
<a href="{{ page.url }}">{{ page.title }}</a><br />
{% endif %}
{% endfor %}
</ul>
<br>
<br>
<br />
<br />
{% if site.github.is_project_page %}
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ github_name }}</small></a></p>
{% endif %}

View File

@ -39,4 +39,4 @@ Takes the active window and uploads it straight to your destination of choice
## Crop Editor
Crop Editor is a window you can use to select the area of the screen to upload. It consists of a grey overlay and a re-sizable rectangle. The rectangle is resized by holding the mouse buttons. When you let go of the button, a new selection will start replacing the old one. On the first press the same thing happens.
Press `Escape` to cancel, and `Return`, or `Enter` to submit.
Oh. And you can draw with right click.
Oh. And you can draw with the bar that appears on the top.

View File

@ -20,7 +20,7 @@ Allows you to set a rectangle to blur out. You'll get a settings popup upon sele
A line between where you start and end dragging
### Text
Asks you to insert some text.
**WARNING:** Avoid pressing return and enter
**WARNING:** Avoid pressing esc
### Rectangle
Drag to draw a rectangle
### Ellipse

View File

@ -8,4 +8,4 @@ layout: wikipage
The cross platform screenshotting utility
# Usage
See the [`Basic usage`](/wiki/Basic-Usage) page
See the [`Basic usage`](/wiki/Basic-Usage.html) page