{"id":19418800,"url":"https://github.com/klausschaefers/rememberli","last_synced_at":"2025-02-25T03:43:05.755Z","repository":{"id":41341825,"uuid":"444829368","full_name":"KlausSchaefers/rememberli","owner":"KlausSchaefers","description":"Simple and elegant note taking app","archived":false,"fork":false,"pushed_at":"2022-08-03T18:28:03.000Z","size":4780,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-07T17:41:29.293Z","etag":null,"topics":["notes","notes-app","notes-tool","productivity","search"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KlausSchaefers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-05T14:14:57.000Z","updated_at":"2024-12-24T09:26:04.000Z","dependencies_parsed_at":"2022-08-10T01:54:43.389Z","dependency_job_id":null,"html_url":"https://github.com/KlausSchaefers/rememberli","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlausSchaefers%2Frememberli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlausSchaefers%2Frememberli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlausSchaefers%2Frememberli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlausSchaefers%2Frememberli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KlausSchaefers","download_url":"https://codeload.github.com/KlausSchaefers/rememberli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240599180,"owners_count":19826959,"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":["notes","notes-app","notes-tool","productivity","search"],"created_at":"2024-11-10T13:15:18.568Z","updated_at":"2025-02-25T03:43:05.719Z","avatar_url":"https://github.com/KlausSchaefers.png","language":"Vue","readme":"# RememberLi\n\n![RemeberLI Logo](https://github.com/KlausSchaefers/rememberli/blob/main/src/assets/Logo_Window_Circle_R_Triangle_Small.png)\n\n RememberLi is a simple note-taking app, that is focussed on finding and remembering the important things in your life.\n\n### Concept\n\nThe app is built around three main concepts:\n\n1. A simple markup language that supports to highlight important elements in a note and help you to find the right notes.\n2. A powerful search engine that allows you to find and filter all your notes. It support *magic* commands like \":due\", \":todo\" \"#tag\" or \"@person\" search with smart auto complete.\n3. Notes are taken in a chronological order and this order is perserved, even when you filter the list of Notes with the search function.\n\nIn addition, you can also set reminders. When a note is due, it will be indicated with a red bar.\n\n### Markup Language\n\nRememberLi supports the following markups that make it easy for you to organize your notes:\n\n1. @name: Create a @person markup\n2. #tag: Create a and #tag markup\n3. []: Create a open task checkbox \n4. [X]: Create on closed markup checkbox \n5. -\u003e: Create an arrow\n\n## Download\nWindows [Download](https://github.com/KlausSchaefers/rememberli/releases/download/v1.0.18/RememberLi-Setup-1.0.18.exe)\n\nMac [Download](https://github.com/KlausSchaefers/rememberli/releases/download/v1.0.18/RememberLi-1.0.18.dmg)\n\nLinux - Snapp [Download](https://github.com/KlausSchaefers/rememberli/releases/download/v1.0.13/RememberLi_1.0.13_amd64.snap)\n\nLinux - AppImage [Download](https://github.com/KlausSchaefers/rememberli/releases/download/v1.0.13/RememberLi-1.0.13.AppImage)\n\nLinux - Deb [Download](https://github.com/KlausSchaefers/rememberli/releases/download/v1.0.15/RememberLi_1.0.15_amd64.deb)\n\n## Mac Install \n\nOn MacOs you might get a warning that the author is unkown and you cannot start the application. This happens becasue I didn't sign the app (cost me 99$)\n\n![Mac os error](https://github.com/KlausSchaefers/rememberli/blob/main/src/assets/MacError1.png)\n\nTo still open the app, perform the following steps:\n\n- Open \"System Preferences\" and go to \"Security \u0026 Privacy\"\n\n![Mac os error](https://github.com/KlausSchaefers/rememberli/blob/main/src/assets/MacError2.png)\n\n- In the \"Allow apps downloaded from...\" enable Rememberli by clicking \"Open Anyway\"\n\n![Mac os error](https://github.com/KlausSchaefers/rememberli/blob/main/src/assets/MacError3.png)\n\n- In following dialog click on \"Open\"\n\n![Mac os error](https://github.com/KlausSchaefers/rememberli/blob/main/src/assets/MacError4.png)\n\n## Project setup\n```\nnpm install\n```\n\n### Compiles and hot-reloads for development\n```\nnpm run electron:serve \n```\n\n### Compiles and minifies for production\n\nMake sure github access token is set\n\n```\nexport GH_TOKEN=\u003cyour token\u003e\n```\n\n```\nnpm run electron:build -- --win --linux --mac -p always\n```\n\n### Run your unit tests\n```\nnpm run test:unit\n```\n\n### Lints and fixes files\n```\nnpm run lint\n```\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n\n\n\n## Mention\nThe logo background is based on the work https://pxhere.com/en/photo/1624621\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklausschaefers%2Frememberli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklausschaefers%2Frememberli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklausschaefers%2Frememberli/lists"}