Skip to content

Conversation

Copy link

Copilot AI commented Dec 29, 2025

Latest journal entry used relative file paths for images, which only render locally but fail on GitHub.

Changes

  • Updated image references in journal.md from relative paths to GitHub raw URLs
  • Added HOW_TO_ADD_IMAGES.md documenting three methods for adding images to journal entries

Example

Before:

![alt text](image-1.png)
![alt text](image.png)

After:

![alt text](https://github.com/n1t5ua5/code-journal/raw/main/image-1.png)
![alt text](https://github.com/n1t5ua5/code-journal/raw/main/image.png)

Images now render correctly when viewed on GitHub, consistent with other journal entries that use full URLs.

Original prompt

i need the images inside the latest entry to be input into the file the same way the other images have been. how do i get the right url?


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits December 29, 2025 16:57
Co-authored-by: n1t5ua5 <110934299+n1t5ua5@users.noreply.github.com>
Co-authored-by: n1t5ua5 <110934299+n1t5ua5@users.noreply.github.com>
Copilot AI changed the title [WIP] Add images from latest entry to file Fix image URLs in latest journal entry to use GitHub-hosted paths Dec 29, 2025
Copilot AI requested a review from n1t5ua5 December 29, 2025 16:59
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

Successfully merging this pull request may close these issues.

2 participants