Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome extension - copy URLS #47

Open
12 tasks
devynspencer opened this issue Sep 24, 2022 · 0 comments
Open
12 tasks

Chrome extension - copy URLS #47

devynspencer opened this issue Sep 24, 2022 · 0 comments

Comments

@devynspencer
Copy link
Owner

devynspencer commented Sep 24, 2022

Local source -- unsure of extensions store page

  • Add hotkey for copy selected (using default format)
  • Add hotkey for copy all (using default format)
  • Add hotkey for copy in group (using default format)

Custom Formats

image

  • Custom format as GitHub Issue Markdown table (heading | Status | Name | Description | Uri | Notes) : | [Active](#url) | $title?| | $uri | |
  • Custom format as Markdown table (heading Title | Uri) : | [$title](#url) |
  • Custom format as Markdown inline link: [$title]($url)
  • Custom format as Markdown ref link: [1]...
  • Custom format as Markdown list item: - [ ] [$title]($url)
  • Custom format as Markdown todo list item: - [ ] [$title]($url)
  • Custom format as JSON object (or array of objects): { "title": "$title", "url": "$url" }
  • Custom format as python object (or list of objects): { "title": "$title", "url": "$url" }
  • Custom format as PowerShell hashtable (or array of hashtables): @{ Title = "$title"; Url ="$url" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant