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

implement simple Markdown parsing for blog posts #2

Open
2 tasks
TsukiGva2 opened this issue May 22, 2024 · 0 comments
Open
2 tasks

implement simple Markdown parsing for blog posts #2

TsukiGva2 opened this issue May 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TsukiGva2
Copy link

Implement simple Markdown parsing for blog posts

We need more customization and freedom for our blog posts, this allows for more creative approaches to writing posts. We want to be more like Medium and less like a forum.

How?

Current plan is to run this render script inside a view

STEPS (Example flow)

graph TD;
  View-->Database;
  Database-->MarkdownRenderer;
  MarkdownRenderer-->View;
Loading
  • Load view (example: .../posts/286.php)
  • Create a div for the rendered markdown
  • Make a request to the DB (via route)
  • DB gives us contents of the post (raw markdown)
  • Call render script on raw markdown
  • Put rendered markdown on div

When?

This feature is NOT essential yet.

Current progress

0%

No developments have been made yet, but the objective is to come up
with a simple rendering script (or use an existing one), and call it from a file.

Expected results

Extra Objectives

@TsukiGva2 TsukiGva2 added enhancement New feature or request help wanted Extra attention is needed labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants