Skip to content

Commit 6b1fafb

Browse files
committed
update readme
1 parent c307330 commit 6b1fafb

File tree

7 files changed

+17
-11
lines changed

7 files changed

+17
-11
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths-ignore:
77
- '**.md'
88
- '**.yml'
9+
- '**.png'
910

1011
env:
1112
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}

README.md

+16-11
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,34 @@
1-
# windowReader
1+
# Traverse
22
#### Simple notepad like app that can be transparent
33

44
<p align="center">
5-
<img src="https://user-images.githubusercontent.com/58784686/144716005-a1c758f8-813c-4784-a333-ccde129693f5.png" />
5+
<img src="https://github.com/Ripwords/Traverse/blob/Traverse-v1.0.0/src-tauri/icons/128x128.png?raw=true" />
66
</p>
77

88
<p align="center">
9-
<a href="https://github.com/Ripwords/window-reader/releases/download/windowReader-v1.2.6/window-reader_1.2.6_x64_en-US.msi" target="_blank">
9+
<a href="https://github.com/Ripwords/Traverse/releases/download/Traverse-v1.0.0/Traverse_1.0.0_x64_en-US.msi" target="_blank">
1010
<img src="https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white" />
1111
</a>
12-
<a href="https://github.com/Ripwords/window-reader/releases/download/windowReader-v1.2.6/window-reader_1.2.6_amd64.AppImage" target="_blank">
12+
<a href="https://github.com/Ripwords/Traverse/releases/download/Traverse-v1.0.0/traverse_1.0.0_amd64.AppImage" target="_blank">
1313
<img src="https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black" />
1414
</a>
15-
<a href="https://github.com/Ripwords/window-reader/releases/download/windowReader-v1.2.6/window-reader_1.2.6_amd64.deb" target="_blank">
15+
<a href="https://github.com/Ripwords/Traverse/releases/download/Traverse-v1.0.0/traverse_1.0.0_amd64.deb" target="_blank">
1616
<img src="https://img.shields.io/badge/Debian-D70A53?style=for-the-badge&logo=debian&logoColor=white" />
1717
</a>
18-
<a href="https://github.com/Ripwords/window-reader/releases/download/windowReader-v1.2.6/window-reader_1.2.6_x64.dmg" target="_blank">
18+
<a href="https://github.com/Ripwords/Traverse/releases/download/Traverse-v1.0.0/Traverse_1.0.0_x64.dmg" target="_blank">
1919
<img src="https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0" />
2020
</a>
2121
</p>
2222

23-
### Adjustable Transparency and Window Placement
24-
![image](https://user-images.githubusercontent.com/58784686/144715949-2930226d-a475-4ff3-b607-be09e6a0722f.png)
23+
### Always on top to keep your notes in sight
24+
### With a to accomadate for different needs, with an included toggle for spellchecking
25+
![1664892788699](image/README/1664892788699.png)
26+
27+
### Adjustable transparency with a toggleable toolbar
28+
![1664892907178](image/README/1664892907178.png)
29+
30+
### Export your notes to PDF or MS Word
31+
![1664892974540](image/README/1664892974540.png)
2532

2633
### Light and Dark Themes
27-
![image](https://user-images.githubusercontent.com/58784686/144715954-f8e3a6a5-1ccb-4c8d-aa44-e23194ef93a8.png)
28-
<br>
29-
![image](https://user-images.githubusercontent.com/58784686/144715955-2fa3e737-2f04-415c-9874-4614c8000f4f.png)
34+
![1664892857179](image/README/1664892857179.png)

image/README/1664892788699.png

766 KB
Loading

image/README/1664892857179.png

636 KB
Loading

image/README/1664892907178.png

711 KB
Loading

image/README/1664892944346.png

182 KB
Loading

image/README/1664892974540.png

140 KB
Loading

0 commit comments

Comments
 (0)