Skip to content

Commit

Permalink
release v0.2.0 (#7)
Browse files Browse the repository at this point in the history
* feat: added readme file

* feat: search support and bug fixes (#4)

* fix: Auto updater with github gist (#6)

* feat: search support and bug fixes

* fix: auto updater
Added github gist for testing auto updates
  • Loading branch information
HoaX7 authored Sep 18, 2024
1 parent f6a760e commit 95261d6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ Thumbs.db
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

settings.toml
settings.toml
docs/
9 changes: 5 additions & 4 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tailwindcss": "^3.4.10",
"typescript": "^5.0.0",
"typescript-eslint": "^8.5.0",
"vite": "^5.0.3"
"vite": "^5.4.6"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scribe"
version = "0.1.0"
version = "0.2.0"
description = "A note taking app with seamless user experience"
authors = ["HoaX7"]
license = ""
Expand Down
1 change: 1 addition & 0 deletions app/src-tauri/docs/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1 class="mt-8">Scribe v0.1.0</h1><p>A Simple opensource note taking app perfect for quick notes or detailed plans, stay on top of your day and never lose track of your ideas again.</p><p>This markdown was created using scribe.</p><h2 class="mt-8">Quick notes</h2><p>Press <code class="px-1 bg-gray-200 rounded">Ctrl+space</code>&nbsp;from anywhere to jot down notes without having to worry about where to save them. The app will automatically save the contents in a <code class="px-1 bg-gray-200 rounded">shortnotes.md</code>&nbsp;in the selected directory.</p><h1 class="mt-8">Settings</h1><p>All notes by default are saved in the installation path under a <code class="px-1 bg-gray-200 rounded">docs</code>&nbsp;folder.</p><p>You can modify the save path by clicking on <code class="px-1 bg-gray-200 rounded">File &gt; Settings</code>.</p><p><strong>Note: You must move the files manually to the new save directory.</strong></p><h1 class="mt-8">Key features</h1><ul class="px-2 mx-2 my-2"><li class="my-1"><p>Built for speed with rust.</p></li><li class="my-1"><p>Close the app and take notes from anywhere.</p></li><li class="my-1"><p>Markdown shortcuts make it easy to format the text while typing.</p><p>To test that, start a new line and type <code class="px-1 bg-gray-200 rounded">#</code> followed by a space to get a heading. Try <code class="px-1 bg-gray-200 rounded">#</code>, <code class="px-1 bg-gray-200 rounded">##</code>, <code class="px-1 bg-gray-200 rounded">###</code>, <code class="px-1 bg-gray-200 rounded">####</code>, <code class="px-1 bg-gray-200 rounded">#####</code>, <code class="px-1 bg-gray-200 rounded">######</code> for different levels.</p></li><li class="my-1"><p>You can also try <code class="px-1 bg-gray-200 rounded">&gt;</code> for blockquotes, <code class="px-1 bg-gray-200 rounded">*</code>, <code class="px-1 bg-gray-200 rounded">-</code> or <code class="px-1 bg-gray-200 rounded">+</code> for bullet lists, or <code class="px-1 bg-gray-200 rounded">`foobar`</code> to highlight code, <code class="px-1 bg-gray-200 rounded">~~tildes~~</code> to strike text, or <code class="px-1 bg-gray-200 rounded">==equal signs==</code> to highlight text,&nbsp;<code class="px-1 bg-gray-200 rounded">(c)</code> to see how it’s converted to a proper © character. You can also try <code class="px-1 bg-gray-200 rounded">-&gt;</code>, <code class="px-1 bg-gray-200 rounded">&gt;&gt;</code>, <code class="px-1 bg-gray-200 rounded">1/2</code>, <code class="px-1 bg-gray-200 rounded">!=</code>, or <code class="px-1 bg-gray-200 rounded">--</code>,&nbsp;<code class="px-1 bg-gray-200 rounded">**</code>&nbsp;for bold and&nbsp;<code class="px-1 bg-gray-200 rounded">_Italic_</code>&nbsp;<em>for italic.</em></p></li><li class="my-1"><p>An inline toolbar is also available when you select text.</p></li></ul><h1 class="mt-8">Roadmap</h1><ul class="px-2 mx-2 my-2"><li class="my-1"><p>Integration with notion.</p></li></ul>
6 changes: 3 additions & 3 deletions app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "scribe",
"version": "0.1.0"
"version": "0.2.0"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"providerShortName": null,
"signingIdentity": null
},
"resources": ["../docs/readme.md"],
"resources": ["./docs/readme.md"],
"shortDescription": "Perfect for quick notes or detailed plans, stay on top of your day and never lose track of your ideas again!",
"targets": "all",
"windows": {
Expand All @@ -75,7 +75,7 @@
"updater": {
"active": true,
"dialog": true,
"endpoints": ["https://scribe.izzi-xenex.xyz/tauri/{{target}}/{{arch}}/{{current_version}}"],
"endpoints": ["https://scribe.izzi-xenex.xyz/tauri/{{target}}/{{arch}}/{{current_version}}", "https://gist.githubusercontent.com/HoaX7/b73dc436fe3c529ae4cfa1068b1c8fba/raw/"],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEJDQzY3MjU3MDQ3MDQ1OEYKUldTUFJYQUVWM0xHdktsNDY4RHREYzZnV3BDV3pxS1NVRHNQZGZhSHZqOTlvbXZ1YWdtdkU3b2kK",
"windows": {
"installMode": "passive"
Expand Down

0 comments on commit 95261d6

Please sign in to comment.