{"id":13469856,"url":"https://github.com/Dullage/flatnotes","last_synced_at":"2025-03-26T09:31:19.236Z","repository":{"id":41061553,"uuid":"392310812","full_name":"dullage/flatnotes","owner":"dullage","description":"A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.","archived":false,"fork":false,"pushed_at":"2025-03-12T13:02:12.000Z","size":1179,"stargazers_count":1979,"open_issues_count":85,"forks_count":112,"subscribers_count":16,"default_branch":"develop","last_synced_at":"2025-03-22T08:01:55.965Z","etag":null,"topics":["markdown","note","note-taking","notes","notes-app","wiki"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/dullage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yaml","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},"funding":{"github":"Dullage"}},"created_at":"2021-08-03T12:30:54.000Z","updated_at":"2025-03-21T23:38:51.000Z","dependencies_parsed_at":"2022-07-14T07:10:28.960Z","dependency_job_id":"d6d289ef-2eaf-4574-9d29-32529909f445","html_url":"https://github.com/dullage/flatnotes","commit_stats":{"total_commits":497,"total_committers":14,"mean_commits":35.5,"dds":0.2917505030181087,"last_synced_commit":"c6e82b1f240f2e97f16232231f4d43d31efbabe3"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2Fflatnotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2Fflatnotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2Fflatnotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2Fflatnotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dullage","download_url":"https://codeload.github.com/dullage/flatnotes/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245625929,"owners_count":20646266,"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":["markdown","note","note-taking","notes","notes-app","wiki"],"created_at":"2024-07-31T16:00:17.851Z","updated_at":"2025-03-26T09:31:18.889Z","avatar_url":"https://github.com/dullage.png","language":"Vue","readme":"\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"docs/logo.svg\" width=\"300px\"\u003e\u003c/img\u003e\r\n\u003c/p\u003e\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg alt=\"Docker Pulls\" src=\"https://img.shields.io/docker/pulls/dullage/flatnotes?style=for-the-badge\"\u003e\r\n\u003c/p\u003e\r\n\r\nA self-hosted, database-less note-taking web app that utilises a flat folder of markdown files for storage.\r\n\r\nLog into the [demo site](https://demo.flatnotes.io) and take a look around. *Note: This site resets every 15 minutes.*\r\n\r\n## Contents\r\n\r\n* [Design Principle](#design-principle)\r\n* [Features](#features)\r\n* [Getting Started](#getting-started)\r\n  * [Hosted](#hosted)\r\n  * [Self Hosted](#self-hosted)\r\n* [Roadmap](#roadmap)\r\n* [Contributing](#contributing)\r\n* [Sponsorship](#sponsorship)\r\n* [Thanks](#thanks)\r\n\r\n## Design Principle\r\n\r\nflatnotes is designed to be a distraction-free note-taking app that puts your note content first. This means:\r\n\r\n* A clean and simple user interface.\r\n* No folders, notebooks or anything like that. Just all of your notes, backed by powerful search and tagging functionality.\r\n* Quick access to a full-text search from anywhere in the app (keyboard shortcut \"/\").\r\n\r\nAnother key design principle is not to take your notes hostage. Your notes are just markdown files. There's no database, proprietary formatting, complicated folder structures or anything like that. You're free at any point to just move the files elsewhere and use another app.\r\n\r\nEqually, the only thing flatnotes caches is the search index and that's incrementally synced on every search (and when flatnotes first starts). This means that you're free to add, edit \u0026 delete the markdown files outside of flatnotes even whilst flatnotes is running.\r\n\r\n## Features\r\n\r\n* Mobile responsive web interface.\r\n* Raw/WYSIWYG markdown editor modes.\r\n* Advanced search functionality.\r\n* Note \"tagging\" functionality.\r\n* Customisable home page.\r\n* Wikilink support to easily link to other notes (`[[My Other Note]]`).\r\n* Light/dark themes.\r\n* Multiple authentication options (none, read-only, username/password, 2FA).\r\n* Restful API.\r\n\r\nSee [the wiki](https://github.com/dullage/flatnotes/wiki) for more details.\r\n\r\n## Getting Started\r\n\r\n### Hosted\r\n\r\nA quick and easy way to get started with flatnotes is to host it on PikaPods. Just click the button below and follow the instructions.\r\n\r\n[![PikaPods](https://www.pikapods.com/static/run-button-34.svg)](https://www.pikapods.com/pods?run=flatnotes)\r\n\r\n\r\n### Self Hosted\r\n\r\nIf you'd prefer to host flatnotes yourself then the recommendation is to use Docker.\r\n\r\n### Example Docker Run Command\r\n\r\n```shell\r\ndocker run -d \\\r\n  -e \"PUID=1000\" \\\r\n  -e \"PGID=1000\" \\\r\n  -e \"FLATNOTES_AUTH_TYPE=password\" \\\r\n  -e \"FLATNOTES_USERNAME=user\" \\\r\n  -e \"FLATNOTES_PASSWORD=changeMe!\" \\\r\n  -e \"FLATNOTES_SECRET_KEY=aLongRandomSeriesOfCharacters\" \\\r\n  -v \"$(pwd)/data:/data\" \\\r\n  -p \"8080:8080\" \\\r\n  dullage/flatnotes:latest\r\n```\r\n\r\n### Example Docker Compose\r\n```yaml\r\nversion: \"3\"\r\n\r\nservices:\r\n  flatnotes:\r\n    container_name: flatnotes\r\n    image: dullage/flatnotes:latest\r\n    environment:\r\n      PUID: 1000\r\n      PGID: 1000\r\n      FLATNOTES_AUTH_TYPE: \"password\"\r\n      FLATNOTES_USERNAME: \"user\"\r\n      FLATNOTES_PASSWORD: \"changeMe!\"\r\n      FLATNOTES_SECRET_KEY: \"aLongRandomSeriesOfCharacters\"\r\n    volumes:\r\n      - \"./data:/data\"\r\n      # Optional. Allows you to save the search index in a different location: \r\n      # - \"./index:/data/.flatnotes\"\r\n    ports:\r\n      - \"8080:8080\"\r\n    restart: unless-stopped\r\n```\r\n\r\nSee the [Environment Variables](https://github.com/dullage/flatnotes/wiki/Environment-Variables) article in the wiki for a full list of configuration options.\r\n\r\n## Roadmap\r\n\r\nI want to keep flatnotes as simple and distraction-free as possible which means limiting new features. This said, I welcome feedback and suggestions.\r\n\r\n## Contributing\r\n\r\nIf you're interested in contributing to flatnotes, then please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.\r\n\r\n## Sponsorship\r\n\r\nIf you find this project useful, please consider buying me a beer. It would genuinely make my day.\r\n\r\n[![Sponsor](https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub\u0026color=%23fe8e86)](https://github.com/sponsors/Dullage)\r\n\r\n## Thanks\r\n\r\nA special thanks to 2 fantastic open-source projects that make flatnotes possible.\r\n\r\n* [Whoosh](https://whoosh.readthedocs.io/en/latest/intro.html) - A fast, pure Python search engine library.\r\n* [TOAST UI Editor](https://ui.toast.com/tui-editor) - A GFM Markdown and WYSIWYG editor for the browser.\r\n","funding_links":["https://github.com/sponsors/Dullage"],"categories":["Apps","置顶"],"sub_categories":["KnowledgeBase","9、效率工具集合"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDullage%2Fflatnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDullage%2Fflatnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDullage%2Fflatnotes/lists"}