[PR #212] [MERGED] reference: Added markdown example (with image support). #236

Closed
opened 2026-05-05 03:43:38 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/212
Author: @ismail-yilmaz
Created: 10/29/2024
Status: Merged
Merged: 10/30/2024
Merged by: @mirek-fidler

Base: masterHead: markdown_example


📝 Commits (4)

  • 500b7c2 reference: Added markdown example (with image support).
  • 6dab0b7 Reference/MarkdownViewer: Unnecessary SSL package removed.
  • a14befd reference/MarkdownViewer: Unnecessary build flag removed, menu functions restructured.
  • 297260a reference/MarkdownViewer: A default markdown example file (with image) added.

📊 Changes

4 files changed (+133 additions, -0 deletions)

View changed files

reference/MarkdownViewer/MarkdownViewer.upp (+16 -0)
reference/MarkdownViewer/example.md (+44 -0)
reference/MarkdownViewer/main.cpp (+73 -0)
reference/MarkdownViewer/tux.png (+0 -0)

📄 Description

As the title suggest, this pull request aims to add a simple markdown viewer example to reference examples section.

Rationale:

a) Markdown package does not have any example code in the references section and b) even the existing code elsewhere (e.g., in TheIDE) does not demonstrate the following features of plugin/md package:

  • Basic way of handling and displaying (local) images.
  • Copying the resulting qtf data to clipboard so that it can be used elsewhere.

A screenshot of the example, displaying Bobcat's README file.

resim

Please review.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/212 **Author:** [@ismail-yilmaz](https://github.com/ismail-yilmaz) **Created:** 10/29/2024 **Status:** ✅ Merged **Merged:** 10/30/2024 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `markdown_example` --- ### 📝 Commits (4) - [`500b7c2`](https://github.com/ultimatepp/ultimatepp/commit/500b7c2f003f4a1a837016ad566d301d3961580e) reference: Added markdown example (with image support). - [`6dab0b7`](https://github.com/ultimatepp/ultimatepp/commit/6dab0b7b23cda617bdd3b787264f36744efa313b) Reference/MarkdownViewer: Unnecessary SSL package removed. - [`a14befd`](https://github.com/ultimatepp/ultimatepp/commit/a14befd31031637948b7c1e11fbf12f18fbb74be) reference/MarkdownViewer: Unnecessary build flag removed, menu functions restructured. - [`297260a`](https://github.com/ultimatepp/ultimatepp/commit/297260aa64f87317b0cbed07b28fe22280d0b1cf) reference/MarkdownViewer: A default markdown example file (with image) added. ### 📊 Changes **4 files changed** (+133 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `reference/MarkdownViewer/MarkdownViewer.upp` (+16 -0) ➕ `reference/MarkdownViewer/example.md` (+44 -0) ➕ `reference/MarkdownViewer/main.cpp` (+73 -0) ➕ `reference/MarkdownViewer/tux.png` (+0 -0) </details> ### 📄 Description As the title suggest, this pull request aims to add a simple markdown viewer example to reference examples section. Rationale: a) Markdown package does not have any example code in the references section and b) even the existing code elsewhere (e.g., in TheIDE) does not demonstrate the following features of `plugin/md` package: - Basic way of handling and displaying (local) images. - Copying the resulting `qtf` data to clipboard so that it can be used elsewhere. A screenshot of the example, displaying Bobcat's [README](https://github.com/ismail-yilmaz/Bobcat) file. ![resim](https://github.com/user-attachments/assets/6bf45105-ad75-4f9f-9822-78a4cb5fcdb6) Please review. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:43:38 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#236
No description provided.