{"id":19448430,"url":"https://github.com/csbun/atom-markclip","last_synced_at":"2025-04-25T02:31:09.330Z","repository":{"id":51043235,"uuid":"45537392","full_name":"csbun/atom-markclip","owner":"csbun","description":"An Atom package to insert image form clipboard into markdown file","archived":false,"fork":false,"pushed_at":"2023-03-02T03:53:36.000Z","size":22,"stargazers_count":14,"open_issues_count":6,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T23:59:44.720Z","etag":null,"topics":["atom","clipboard","markdown"],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/csbun.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-04T12:25:30.000Z","updated_at":"2020-07-30T12:34:30.000Z","dependencies_parsed_at":"2022-09-11T08:22:25.037Z","dependency_job_id":null,"html_url":"https://github.com/csbun/atom-markclip","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csbun%2Fatom-markclip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csbun%2Fatom-markclip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csbun%2Fatom-markclip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csbun%2Fatom-markclip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csbun","download_url":"https://codeload.github.com/csbun/atom-markclip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223978462,"owners_count":17235177,"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":["atom","clipboard","markdown"],"created_at":"2024-11-10T16:26:46.722Z","updated_at":"2024-11-10T16:26:47.348Z","avatar_url":"https://github.com/csbun.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markclip - Atom package\n\nAn Atom package to insert image form clipboard into markdown file.\n\n## Usage\n\nCopy some image into clipboard and key `cmd-v` (Mac) or `ctrl-v` (Windows) in markdown file.\n\n## Config\n\n### saveType\n\n#### **base64**\n\nInsert base64 string like\n\n```\n![](data:image/png;base64,...)\n```\n\n#### **file**\n\nCreate an image file in the same directory of your markdown file, then insert into markdown with a md5 file name.\n\n```\npath\n├── markdown-file-name.md\n├── image-md5-name.png\n└── ...\n```\n\n```\n![](image-md5-name.png)\n```\n\n#### **file in folder**\n\nCreate a directory with the same name of the current markdown file. Put the image in the directory, then insert into markdown with a md5 file name.\n\n```\npath\n├── markdown-file-name.md\n├── markdown-file-name\n│   ├── image-md5-name.png\n│   └── ...\n└── ...\n```\n\n```\n![](markdown-file-name/image-md5-name.png)\n```\n\n#### **default folder**\n\nCreate a directory with the name specified in the settings (defaults to 'img'). Put the image in the directory, then insert into markdown with an md5 file name.\n\n```\npath\n├── markdown-file-name.md\n├── img\n│   ├── image-md5-name.png\n│   └── ...\n└── ...\n```\n\n```\n![](img/image-md5-name.png)\n```\n\n*Use Case*: having a common image directory for a collection of markdown files all in the same folder (e.g. wikis). Reduces the number of image directories compared to **file in folder**.\n\n#### **custom file**\n\nAsk to save each time.\n\n### folderSpaceReplacer\n\nReplace spaces to special charset in image folder name while using setting `saveType: file in folder`. Default to `-`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsbun%2Fatom-markclip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsbun%2Fatom-markclip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsbun%2Fatom-markclip/lists"}