{"id":31327975,"url":"https://github.com/georgijgrigoriev/save-to-md","last_synced_at":"2026-05-14T12:36:01.150Z","repository":{"id":311189782,"uuid":"1042555120","full_name":"GeorgijGrigoriev/save-to-md","owner":"GeorgijGrigoriev","description":"Small single binary app to save input from web input to md file.","archived":false,"fork":false,"pushed_at":"2025-08-22T16:15:46.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-22T18:54:51.484Z","etag":null,"topics":["fast-note","go","md","selfhost"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/GeorgijGrigoriev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-22T07:46:38.000Z","updated_at":"2025-08-22T16:15:49.000Z","dependencies_parsed_at":"2025-08-22T18:54:53.047Z","dependency_job_id":"ce9ba1ca-2da1-4075-be0d-ce5c3d10894f","html_url":"https://github.com/GeorgijGrigoriev/save-to-md","commit_stats":null,"previous_names":["georgijgrigoriev/save-to-md"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/GeorgijGrigoriev/save-to-md","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgijGrigoriev%2Fsave-to-md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgijGrigoriev%2Fsave-to-md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgijGrigoriev%2Fsave-to-md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgijGrigoriev%2Fsave-to-md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeorgijGrigoriev","download_url":"https://codeload.github.com/GeorgijGrigoriev/save-to-md/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgijGrigoriev%2Fsave-to-md/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276997353,"owners_count":25742423,"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","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["fast-note","go","md","selfhost"],"created_at":"2025-09-25T23:39:59.554Z","updated_at":"2025-09-25T23:40:00.614Z","avatar_url":"https://github.com/GeorgijGrigoriev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown Editor Application\n\nThis is a web application for creating and managing markdown files through a simple web interface.\n\n## Features\n\n- Creating and editing markdown files\n- Viewing the content of saved files in HTML format\n- File management (viewing, deleting)\n\n## Installation and Running\n\n### Requirements\n- Go 1.19 or higher\n- Dependencies will be automatically downloaded on run\n\n### Running\n```bash\n# Clone the repository\ngit clone https://github.com/GeorgijGrigoriev/save-to-md\ncd markdown-app\n\n# Start the server\ngo run cmd/server/main.go -listen=:8080 -savePath=/path/to/directory/to/save\n```\n\nExample startup:\n```bash\ngo run cmd/server/main.go -listen=:8080 -savePath=/tmp/mdfiles\n```\n\n## Usage\n\n1. Open your browser and go to `http://localhost:8080`\n2. Enter the filename and content in the editor\n3. Click \"Save\" to save the file\n4. Go to the files page (`/files`) to view the list of files\n5. Click on a filename to view its content in HTML format\n6. Use the \"Delete\" button to remove files\n\n## API Endpoints\n\n- `GET /` - Main editor page\n- `GET /files` - Files list page\n- `POST /save` - Save a markdown file\n- `GET /view/:filename` - View a specific file\n- `DELETE /delete/:filename` - Delete a file\n- `GET /api/files` - Get the list of files via API\n- `GET /api/view/:filename` - Get the content of a saved file\n\n## Project Structure\n\n```\nmarkdown-app/\n├── cmd/\n│   └── server/          # Entry point of the server\n├── internal/\n│   ├── api/             # API logic and handlers\n└────── web/             # Web templates and static files\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgijgrigoriev%2Fsave-to-md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorgijgrigoriev%2Fsave-to-md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgijgrigoriev%2Fsave-to-md/lists"}