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

Gengar hyperlinks of the basic / header section do not work after exporting to pdf #206

Open
raLaaaa opened this issue Mar 7, 2023 · 0 comments

Comments

@raLaaaa
Copy link

raLaaaa commented Mar 7, 2023

Hyperlinks do work inside the app but after exporting to PDF and opening in Chrome they are not recognized. This is only applicable for the links generated under Profiles and Basics. Templates such as Castform do work correctly.

This is my json file for reproduction:

{
    "basics": {
        "name": "Test Tester",
        "email": "",
        "phone": "",
        "photo": {
            "url": "https://cdn.rxresu.me/uploads/399229/410468/1678207989612.jpg",
            "filters": {
                "size": 204,
                "shape": "rounded-square",
                "border": false,
                "grayscale": false
            },
            "visible": true
        },
        "summary": "",
        "website": "https://about.gorala.icu/",
        "headline": "",
        "location": {
            "city": "",
            "region": "",
            "address": "",
            "country": "Deutschland",
            "postalCode": ""
        },
        "profiles": [
            {
                "id": "98db4bef-95e3-40af-a38b-3a69e82cc40a",
                "url": "https://github.com/raLaaaa",
                "network": "GitHub",
                "username": "raLaaaa"
            },
            {
                "id": "565aacd0-26a8-4946-bb16-3fb06b688662",
                "url": "https://stackoverflow.com/users/4440133/lolwtfasdasd-asdad",
                "network": "Stackoverflow",
                "username": "lolwtfasdasd-asdad"
            }
        ],
        "birthdate": "1993-08-06"
    },
    "sections": {
        "work": {
            "id": "work",
            "name": "Work Experience",
            "type": "work",
            "items": [],
            "columns": 1,
            "visible": true
        },
        "awards": {
            "id": "awards",
            "name": "Awards",
            "type": "basic",
            "items": [],
            "columns": 1,
            "visible": true
        },
        "skills": {
            "id": "skills",
            "name": "Programming Languages & Frameworks",
            "type": "basic",
            "items": [],
            "columns": 1,
            "visible": false
        },
        "projects": {
            "id": "projects",
            "name": "Key-Projects",
            "type": "basic",
            "items": [],
            "columns": 1,
            "visible": false
        },
        "education": {
            "id": "education",
            "name": "Education",
            "type": "basic",
            "items": [],
            "columns": 1,
            "visible": true
        },
        "interests": {
            "id": "interests",
            "name": "Interests",
            "type": "basic",
            "items": [],
            "columns": 1,
            "visible": false
        },
        "languages": {
            "id": "languages",
            "name": "Languages",
            "type": "basic",
            "items": [
                {
                    "id": "e109d5a0-e7d4-413a-b4b4-9f29d24c5308",
                    "name": "English",
                    "level": "Fluent",
                    "levelNum": 8
                },
                {
                    "id": "3642cc60-e585-4dc3-9433-5268e51d10ef",
                    "name": "Spanish",
                    "level": "Beginner",
                    "levelNum": 2
                }
            ],
            "columns": 1,
            "visible": true
        },
        "volunteer": {
            "id": "volunteer",
            "name": "Volunteer Experience",
            "type": "basic",
            "items": [],
            "columns": 2,
            "visible": false
        },
        "references": {
            "id": "references",
            "name": "References",
            "type": "basic",
            "items": [],
            "columns": 2,
            "visible": false
        },
        "publications": {
            "id": "publications",
            "name": "Publications",
            "type": "basic",
            "items": [],
            "columns": 2,
            "visible": false
        },
        "certifications": {
            "id": "certifications",
            "name": "Certifications",
            "type": "basic",
            "items": [],
            "columns": 1,
            "visible": true
        }
    },
    "metadata": {
        "css": {
            "value": "/* Enter custom CSS here */\n\n* {\n    outline: 1px solid #000;\n}",
            "visible": false
        },
        "date": {
            "format": "DD.MM.YYYY"
        },
        "page": {
            "format": "A4"
        },
        "theme": {
            "text": "#000000",
            "primary": "#222222",
            "background": "#ffffff"
        },
        "layout": [
            [
                [
                    "work",
                    "education",
                    "projects",
                    "volunteer",
                    "references"
                ],
                [
                    "languages",
                    "skills",
                    "certifications",
                    "awards",
                    "interests",
                    "publications"
                ]
            ]
        ],
        "locale": "en",
        "template": "gengar",
        "typography": {
            "size": {
                "body": 14,
                "heading": 28
            },
            "family": {
                "body": "PT Sans",
                "heading": "PT Sans"
            }
        }
    },
    "public": false
}

I also attached the generated .pdf

link-not-working.pdf

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