Skip to content

mattstein/copy-markdown-url-and-title

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Copy Markdown URL and Title

  • This script is written in using JavaScript automation for macOS.
  • It copies URL and title from the current browser in a markdown format - [Title of Page](https://url.of.page.com).
  • It has Raycast specific metadata, but you can use it in any application or context where JavaScript automation is supported.

Currently supported browsers:

  • Chromium based browsers
    • Google Chrome,
    • Chromium,
    • Brave Browser,
    • Opera,
    • Vivaldi,
    • Microsoft Edge
  • Safari
  • Firefox
    • Firefox integration is the worst since Firefox doesn't support direct AppleScript automation, and the script uses System Events and keystrokes in its case.

About

Script to copy URL and title from current browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%