{"id":15866982,"url":"https://github.com/robertpeteuil/inkdrop-export-by-tag","last_synced_at":"2026-01-24T14:44:53.310Z","repository":{"id":43058419,"uuid":"315468563","full_name":"robertpeteuil/inkdrop-export-by-tag","owner":"robertpeteuil","description":"Inkdrop Plugin to Export Notes by Tag as Markdown or HTML","archived":false,"fork":false,"pushed_at":"2024-05-15T16:23:42.000Z","size":83,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T17:58:16.096Z","etag":null,"topics":["inkdrop","inkdrop-export","inkdrop-plugin","markdown-notes","notes-app","notes-tool"],"latest_commit_sha":null,"homepage":"https://my.inkdrop.app/plugins/export-by-tag","language":"JavaScript","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/robertpeteuil.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":"2020-11-23T23:44:57.000Z","updated_at":"2024-08-01T07:21:58.000Z","dependencies_parsed_at":"2024-10-27T06:53:20.616Z","dependency_job_id":null,"html_url":"https://github.com/robertpeteuil/inkdrop-export-by-tag","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":"0.032258064516129004","last_synced_commit":"a0b6448b755ddee0693dd7631b2c026dcff0e7f2"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/robertpeteuil/inkdrop-export-by-tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertpeteuil%2Finkdrop-export-by-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertpeteuil%2Finkdrop-export-by-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertpeteuil%2Finkdrop-export-by-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertpeteuil%2Finkdrop-export-by-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertpeteuil","download_url":"https://codeload.github.com/robertpeteuil/inkdrop-export-by-tag/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertpeteuil%2Finkdrop-export-by-tag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28730173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["inkdrop","inkdrop-export","inkdrop-plugin","markdown-notes","notes-app","notes-tool"],"created_at":"2024-10-05T23:40:40.045Z","updated_at":"2026-01-24T14:44:53.290Z","avatar_url":"https://github.com/robertpeteuil.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Export Inkdrop notes by tag as Markdown or HTML\n\nThis [Inkdrop](https://www.inkdrop.app/) plugin allows exporting all notes with a Tag by simply right-clicking on the Tag and selecting an export format from the context menu.\n\n![Example](https://user-images.githubusercontent.com/1554603/100481781-7af32880-30b2-11eb-9127-a272b733fd67.png)\n\nConfiguration options allow pre-defining an export location, setting file overwrite mode, configuring the timestamps placed on exported files, and customizing the export directory structure.\n\n## Install\n\n```sh\nipm install export-by-tag\n```\n\n## Usage\n\n1. Right-click on a Tag in any of these areas: sidebar tag-list, middle note-list, editor title block for note\n2. Chose an export option from the pop-up\n   1. Export notes with tag as Markdown\n   2. Export notes with tag as HTML\n3. Select a download destination in the dialog\n\n## Options\n\nThe configurable options are described below, these are all optional.\n\n### Set Download Folder\n\n- Allows pre-defining the download folder. Can be any folder in users home-dir (`~/` on Mac/Linux).\n- When not defined (default) a dialog box is displayed to enable selecting a download location\n  - Once set, exported files are written to the folder specified and the dialog box isn't displayed.\n- Using `/` at the beginning or end of the entry is not necessary.\n  - example: `/notes/` is the same as `notes`, both are used as `{userhome}/notes/`\n\n### Set Exported Files Create and Modify Timestamps\n\n- Enables controlling timestamps of exported files (defaults to `Current Time`).\n  - By default exported files are timestamped with the current date/time.\n- There are options to set these to the metadata values from the corresponding note.\n  - `Note Create` sets both File Create and Modified to the time the Note was created.\n    - Useful when using file-system sort functions to sort dated meeting notes.\n  - `Note Modify` sets both File Create and Modified to the time the Note was modified.\n  - `Separate Values` sets File Create to note's creation time and File Modified to note's modified time.\n    - Most accurate representation, but not always desired.\n\n### Export Files to Directory Structure that matches Notebook Hierarchy\n\n- Re-creates the notebook hierarchy for exported notes using folders (off by default).\n  - Folders are created in the download folder (whether set by dialog or config)\n- This option allows preserving the original organization of the notes.\n  - This may be desired because exporting notes by tag will often export notes located in many different notebooks and sub-notebooks.\n\n### Allow Exported Files to Overwrite Existing Files\n\n- Allows exported files to overwrite existing files of the same name (off by default).\n- By default, if a file exists a date-time string is appended to the filename.\n  - The date-time string format is `YYYYMMDD-HHMMSS` and is appended before the file suffix.\n\n## Change Log\n\nSee the [GitHub releases](https://github.com/robertpeteuil/inkdrop-export-by-tag/releases) for an overview of what changed in each update.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertpeteuil%2Finkdrop-export-by-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertpeteuil%2Finkdrop-export-by-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertpeteuil%2Finkdrop-export-by-tag/lists"}