-
Notifications
You must be signed in to change notification settings - Fork 359
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
PassionWeek: Get Figma images from .mdx
files
#868
Draft
lukasoppermann
wants to merge
15
commits into
main
Choose a base branch
from
figma-images
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lukasoppermann
force-pushed
the
figma-images
branch
from
September 30, 2024 20:28
66d151d
to
e5e7cfa
Compare
lukasoppermann
temporarily deployed
to
github-pages
September 30, 2024 20:34
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
figma-images
branch
from
October 1, 2024 07:15
bc832c9
to
91b4be7
Compare
lukasoppermann
temporarily deployed
to
github-pages
October 1, 2024 07:30
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
figma-images
branch
4 times, most recently
from
October 1, 2024 13:29
1bbe039
to
cc66e40
Compare
lukasoppermann
changed the title
PassionWeek: Get Figma images from mdx files
PassionWeek: Get Figma images from Oct 1, 2024
.mdx
files
lukasoppermann
force-pushed
the
figma-images
branch
5 times, most recently
from
October 1, 2024 14:13
4774afb
to
01da806
Compare
lukasoppermann
temporarily deployed
to
github-pages
October 1, 2024 14:18
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
figma-images
branch
from
October 1, 2024 14:39
01da806
to
317298b
Compare
lukasoppermann
temporarily deployed
to
github-pages
October 1, 2024 14:44
— with
GitHub Actions
Inactive
lukasoppermann
temporarily deployed
to
github-pages
October 1, 2024 16:00
— with
GitHub Actions
Inactive
danielguillan
temporarily deployed
to
github-pages
October 2, 2024 09:25
— with
GitHub Actions
Inactive
lukasoppermann
temporarily deployed
to
github-pages
October 2, 2024 10:45
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
figma-images
branch
2 times, most recently
from
October 2, 2024 11:49
ce171c7
to
16f2e00
Compare
lukasoppermann
temporarily deployed
to
github-pages
October 2, 2024 11:54
— with
GitHub Actions
Inactive
lukasoppermann
temporarily deployed
to
github-pages
October 2, 2024 12:17
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
figma-images
branch
3 times, most recently
from
October 2, 2024 15:25
dd052fb
to
b3efc6b
Compare
lukasoppermann
temporarily deployed
to
github-pages
October 2, 2024 15:31
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
figma-images
branch
from
October 2, 2024 15:39
b3efc6b
to
57173ce
Compare
lukasoppermann
temporarily deployed
to
github-pages
October 2, 2024 16:11
— with
GitHub Actions
Inactive
lukasoppermann
temporarily deployed
to
github-pages
October 2, 2024 19:13
— with
GitHub Actions
Inactive
danielguillan
temporarily deployed
to
github-pages
October 3, 2024 09:56
— with
GitHub Actions
Inactive
danielguillan
temporarily deployed
to
github-pages
October 3, 2024 10:05
— with
GitHub Actions
Inactive
danielguillan
temporarily deployed
to
github-pages
October 3, 2024 10:28
— with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a script that search all mdx files for figma node urls.
Currently I am looking for them in
<img>
tags, but this will be changed to<FigmaImage>
tags soon.