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

feature request: cell copy button for plain text #80

Closed
johnnychen94 opened this issue Jul 19, 2022 · 1 comment
Closed

feature request: cell copy button for plain text #80

johnnychen94 opened this issue Jul 19, 2022 · 1 comment

Comments

@johnnychen94
Copy link

johnnychen94 commented Jul 19, 2022

This is what I get on windows 10 via Ctrl-C + Ctrl-V from https://lorenzoh.github.io/Pollen.jl/dev/documents/docs/tutorials/setup.md when editing this issue directly on GitHub.
It seems that GitHub is being too smart to insert markdown URLs here.

using PkgTemplates, [Pollen](https://lorenzoh.github.io/Pollen.jl/dev/documents/docs/tutorials/setup.md?id=references/Pollen&focus=1)

template = Template(plugins=[
        [Pollen](https://lorenzoh.github.io/Pollen.jl/dev/documents/docs/tutorials/setup.md?id=references/Pollen&focus=1).[PollenPlugin](https://lorenzoh.github.io/Pollen.jl/dev/documents/docs/tutorials/setup.md?id=references/Pollen.PollenPlugin&focus=1)(),
        Tests(project=true),
        Git(ssh=true),
        GitHubActions(),
        Develop(),
        ProjectFile(),
    ],
    user="lorenzoh", julia=v"1.6")

Copying to vscode is fine (plain text).

@lorenzoh
Copy link
Owner

lorenzoh commented Sep 3, 2022

Ah, I see the HTML copying is a bit too smart. I've added the feature request to #29 👍

@lorenzoh lorenzoh closed this as completed Sep 3, 2022
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

2 participants