Skip to content

Commit 52069e2

Browse files
authored
Merge pull request #20 from h1g0/impl-update-v020
Prepere to update to v0.2.0
2 parents 4f1a902 + ea88689 commit 52069e2

File tree

5 files changed

+23
-12
lines changed

5 files changed

+23
-12
lines changed

README.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,43 @@
11
# Daily Notion
22

3-
A simple daily notes application using Notion API
4-
5-
Screenshot of the main screen:
6-
![Screenshot of the main screen](./doc/screenshot1.png)
7-
8-
GIF video of the main screen (Left window. Notice the real-time saving in Notion on the right):
9-
![Screenshot animation of the main screen](./doc/screenshot_gif.gif)
3+
A simple daily notes application using Notion API.
104

115
## Features
126

13-
- You can start taking notes as soon as you open the application.
7+
- Just open the application and take notes immediately.
148
- Real-time saving to Notion automatically.
159
- Create / Load pages automatically for each date.
10+
- Real-time Markdown preview available.
11+
12+
## Screenshots
1613

17-
Note: Currently, it is under development. and only "sort-of usable" level functions have been implemented.
14+
Screenshot of the main screen:
15+
![Screenshot of the main screen](./doc/screenshot_v020_light.png)
16+
17+
Dark theme available (Light and dark themes can be switched based on system settings):
18+
![dark theme of the main screen](./doc/screenshot_v020_dark.png)
19+
20+
<!--
21+
GIF video of the main screen (Left window. Notice the real-time saving in Notion on the right):
22+
![Screenshot animation of the main screen](./doc/screenshot_gif.gif)
23+
-->
1824

1925
## Usage
2026

21-
日本語での詳細な使い方は[こちら](https://zenn.dev/hg/articles/dd9399406f04da)をご覧下さい。
2227
For detailed instructions in Japanese, please see [here](https://zenn.dev/hg/articles/dd9399406f04da).
2328

29+
(日本語での詳細な使い方は[こちら](https://zenn.dev/hg/articles/dd9399406f04da)をご覧下さい。
30+
)
31+
2432
### 1. Install (for non-developers)
2533

2634
Installers for each OS (Windows, macOS, Linux) are available [here](https://github.com/h1g0/daily-notion/releases).
2735

36+
Note: Due to code signing issues, the downloaded installer may not currently work depending on your system settings. In that case, please try [building from source code](#install).
37+
2838
### 2. Authentication on Notion
2939

30-
![Screenshot of the authentication screen](./doc/screenshot_auth.png)
40+
![Screenshot of the authentication screen](./doc/screenshot_v020_auth.png)
3141

3242
When the program is launched for the first time, a dialog box will appear asking for authentication.
3343

@@ -54,6 +64,7 @@ This application is built with the following structure:
5464
- [Tauri](https://tauri.app)
5565
- [React](https://reactjs.org)
5666
- [Blueprint](https://blueprintjs.com)
67+
- [react-md-editor](https://uiwjs.github.io/react-md-editor/)
5768
- [Notion API](https://developers.notion.com)
5869

5970
### Install

doc/screenshot_v020_auth.png

278 KB
Loading

doc/screenshot_v020_dark.png

535 KB
Loading

doc/screenshot_v020_light.png

496 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "daily-notion",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)