Giter Club home page Giter Club logo

copy-title-and-url-as-markdown's People

Contributors

dependabot[bot] avatar kawamataryo avatar renovate-bot avatar renovate[bot] avatar zaki-yama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

copy-title-and-url-as-markdown's Issues

Option Format

Version 1.7
i can't change format option
example: ${title}\n${url} or ${title}\t${url}
but only format [${title}] (${url})
You can add option format 2 cell for excel ?
Cell1 Cell2
${title}] (${url})

I using Edge. Thank you

Feature Request: regex the title

Websites typically include extraneous information in their titles that I then have to remove after pasting. I'm currently using ${title} [(view)](${url}) to get "Product Name" by MyShop | HostWebsiteName (view) where "view" is a hyperlink. I manually remove the by MyShop | HostWebsiteName section, but it would be great to have the option to regex that section out.

Copying only the URL when in the Chrome address bar

I love this extension! It makes my workflow with Obsidian super seamless.

I do find that I would like to just copy the url of the page sometimes rather than as markdown with title. I would assume if I am just within the address bar of google Chrome it would copy just the URL. However it seems like the plugin gets activated even when I am trying to copy just the URL (using Cmd + C) rather than using the plugin for which my keyboard shortcut is Ctrl + C.

Is there I can make sure that the plugin does not get activated within Chrome's address bar with the generic copy shortcut?

機能リクエスト:URLをデコードしてコピーできるオプション機能

現在,日本語を含むURLの場合,コピーされたURLはエンコードされたものになります.
しかし,エンコードされたURLだと非常に長くなり,視認性が低くなります.

「日本語」→ 「%E6%97%A5%E6%9C%AC%E8%AA%9E」

そのため,URLをデコードしてコピーできるオプション機能があると良いと思いました.

ご検討宜しくお願いいたします.

Future Request: Format the escape character

Format the escape character

Markdown has some escape characters.

It's not a complete list, but it looks like this:

* _ \ ` # + - | { } [ ] ( )

I need to escape these when writing the page title in Markdown.
Escaping these manually is very cumbersome and should be formatted when copying.

Some considerations

It may be necessary to note that [ ~ ] becomes \[ ~ \] when escaped, and MathJax may recognize it as a formula in some cases.
It may be useful to leave the escape character to the user.

Additional request

This is a rare case so I'm not sure if the extension should support it, but some titles contain HTML tags.

e.g. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article

Copy result:

[<article>: The Article Contents element - HTML: HyperText Markup Language | MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article)

In this case, the HTML tag needs to be escaped with ` as inline-code.
I'm very happy if this is also formatted.

It's very useful extension, thank you.

rich text link

I really like this and I am often pasting into a Markdown file so this is great

however I also often paste into Slack or other rich text editors

copying to a clipboard can specify multiple formats at once with a single copy action from the user

I'd like to be able to copy a title and url as markdown and as a rich text link so that I can paste the formatted link into rich text editors and for plain text editors I'll get Markdown like normal

Feature Request: Support control characters in "format" of the options.

Thank you for your great extension, helping me a lots.
I would like to request a new feature with great respect for you.

With the following setting, the current behavior is as "Now", but "Expect" would be expected.

image

Now:

Google\nhttps://www.google.com/

Expect:

Google
https://www.google.com/

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm @storybook/testing-library Unavailable
npm standard-version Available

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): replace dependency standard-version with commit-and-tag-version 9.5.0
  • chore(deps): update dependency @types/chrome to v0.0.268
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @vitejs/plugin-react to v4
  • chore(deps): update dependency eslint to v9
  • chore(deps): update dependency vite to v5
  • chore(deps): update dependency vitest to v1
  • chore(deps): update storybook monorepo to v8 (major) (@storybook/addon-essentials, @storybook/builder-vite, @storybook/react)
  • 🔐 Create all rate-limited PRs at once 🔐

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/lint.yml
  • actions/checkout v3
  • actions/setup-node v3
.github/workflows/test.yml
  • actions/checkout v3
  • actions/setup-node v3
npm
package.json
  • @salesforce-ux/design-system 2.18.1
  • react 18.2.0
  • react-dom 18.2.0
  • react-lightning-design-system 5.2.5
  • @crxjs/vite-plugin 1.0.14
  • @cybozu/eslint-config 17.0.3
  • @storybook/addon-essentials 6.5.16
  • @storybook/builder-vite 0.1.41
  • @storybook/react 6.5.16
  • @storybook/testing-library 0.0.13
  • @types/chrome 0.0.267
  • @types/react 18.0.38
  • @types/react-dom 18.0.11
  • @vitejs/plugin-react 1.3.2
  • bestzip 2.2.1
  • eslint 8.35.0
  • standard-version 9.5.0
  • typescript 4.8.4
  • vite 2.9.18
  • vitest 0.23.4

  • Check this box to trigger a request for Renovate to run again on this repository

How to add line breaks?

I tried the following, which does not produce a line break:
[${title}]\n(${url})

Is it possible to make the URL start on its own line?
Also want to add a line break to the end, AFTER the URL.

About the shortcut

I guess that if we have a shortcut of the plugin,it would be better.Maybe i do not know how to set the shortcut ?

Feature request: include selected text

It would be really great if it was possible to select text and get the selected text markdown-formatted inside double quotes on its own line below the title and url.
(Should be an optional setting, with a customiseable default.)

PS. One of the important aspects of this simple extension is that it does not require any permissions.
Not sure if it is possible to add this feature without requiring a permission to edit the clipboard (better if possible to just "add to clipboard").

If possible, it should be a custom setting to enable this feature, set that default to off, and avoid forcing people to grant that permission just to use the basic functionality.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.