{"id":21025986,"url":"https://github.com/h1g0/daily-notion","last_synced_at":"2025-04-12T12:23:10.155Z","repository":{"id":76207031,"uuid":"529055636","full_name":"h1g0/daily-notion","owner":"h1g0","description":"A simple daily notes application using Notion API","archived":false,"fork":false,"pushed_at":"2023-08-07T15:02:12.000Z","size":3097,"stargazers_count":5,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T07:04:31.768Z","etag":null,"topics":["daily-notes","notes-app","notion","notion-api","rust","tauri","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h1g0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-26T00:02:00.000Z","updated_at":"2025-01-07T16:55:29.000Z","dependencies_parsed_at":"2024-11-19T11:44:00.094Z","dependency_job_id":"8dfb63a2-6c3d-4f28-afa1-028b0dd39709","html_url":"https://github.com/h1g0/daily-notion","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1g0%2Fdaily-notion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1g0%2Fdaily-notion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1g0%2Fdaily-notion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1g0%2Fdaily-notion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h1g0","download_url":"https://codeload.github.com/h1g0/daily-notion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565364,"owners_count":21125475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["daily-notes","notes-app","notion","notion-api","rust","tauri","typescript"],"created_at":"2024-11-19T11:41:01.462Z","updated_at":"2025-04-12T12:23:10.135Z","avatar_url":"https://github.com/h1g0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daily Notion\n\nA simple daily notes application using Notion API.\n\n## Features\n\n- Just open the application and take notes immediately.\n- Real-time saving to Notion automatically.\n- Create / Load pages automatically for each date.\n- Real-time Markdown preview available.\n\n## Screenshots\n\nScreenshot of the main screen:\n![Screenshot of the main screen](./doc/screenshot_v020_light.png)\n\nDark theme available (Light and dark themes can be switched based on system settings):\n![dark theme of the main screen](./doc/screenshot_v020_dark.png)\n\n\u003c!--\nGIF video of the main screen (Left window. Notice the real-time saving in Notion on the right):\n![Screenshot animation of the main screen](./doc/screenshot_gif.gif)\n--\u003e\n\n## Usage\n\nFor detailed instructions in Japanese, please see [here](https://zenn.dev/hg/articles/dd9399406f04da).\n\n(日本語での詳細な使い方は[こちら](https://zenn.dev/hg/articles/dd9399406f04da)をご覧下さい。\n)\n\n### 1. Install (for non-developers)\n\n#### Windows\n\n1. Download `Daily.Notion_x.x.x_x64_en-US.msi` from [here](https://github.com/h1g0/daily-notion/releases).\n2. Run the downloaded msi file.\n3. If Microsoft Defender SmartScreen prevents installation, click \"More info\" then \"Run anyway\".\n\n#### macOS\n\n1. Download `Daily.Notion.app.tar.gz` from [here](https://github.com/h1g0/daily-notion/releases).\n2. Run `xattr -c ./Daily.Notion.app.tar.gz` to avoid \"unknown developer\" warning.\n3. Run `tar xzvf ./Daily.Notion.app.tar.gz` to extract.\n4. Execute `Daily Notion.app`.\n\n#### Linux\n\n##### Debian\n\n1. Download `daily-notion_x.x.x_amd64.deb` from [here](https://github.com/h1g0/daily-notion/releases).\n2. Run `sudo apt install ./daily-notion_x.x.x_amd64.deb` to install.\n\n##### AppImage\n\n1. Download `daily-notion_x.x.x_amd64.AppImage` from [here](https://github.com/h1g0/daily-notion/releases).\n2. Run `chmod u+x daily-notion_x.x.x_amd64.AppImage \u0026\u0026 ./daily-notion_x.x.x_amd64.AppImage` to execute.\n\nNote: If you want to build from source code for reasons such as building for ARM64 (e.g. Apple Silicon), try [building from source code](#install).\n\n### 2. Authentication on Notion\n\n![Screenshot of the authentication screen](./doc/screenshot_v020_auth.png)\n\nWhen the program is launched for the first time, a dialog box will appear asking for authentication.\n\nPlease refer to [this page](https://developers.notion.com/docs/create-a-notion-integration) to create an integration in your Notion working space.\n\nAfter you get an integration token and a database ID, enter them and press the \"Authentication\" button.\n\n### 3. Taking notes\n\nEnjoy.\n\n- The notes you write will be saved automatically.\n- The location of the notes is the database you have selected in Notion.\n- Saved on a page titled with a date in the format \"YY-MM-DD\".\n\n## For developers\n\nAny contributions are welcome!\n\nThis application is built with the following structure:\n\n- [Rust](https://www.rust-lang.org)\n- [TypeScript](https://www.typescriptlang.org)\n- [Tauri](https://tauri.app)\n- [React](https://reactjs.org)\n- [Blueprint](https://blueprintjs.com)\n- [react-md-editor](https://uiwjs.github.io/react-md-editor/)\n- [Notion API](https://developers.notion.com)\n\n### Install\n\n1. Install [Rust, Cargo](https://rustup.rs), [Node.js](https://nodejs.org/en/), and [yarn](https://yarnpkg.com)\n2. Install Tauri dependencies (cf. \u003chttps://tauri.app/v1/guides/getting-started/prerequisites\u003e)\n3. Clone this repository like `git clone git@github.com:h1g0/daily-notion.git`\n4. `cd daily-notion`\n5. `yarn`\n\n### Commands\n\n- Run: `yarn tauri dev`\n- Build: `yarn tauri build`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh1g0%2Fdaily-notion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh1g0%2Fdaily-notion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh1g0%2Fdaily-notion/lists"}