md_read.php rewrite as function #15

Closed
opened 2022-07-15 22:24:26 -04:00 by manfromhuh · 1 comment
Contributor

The file /common/php/md_read.php should be rewritten to provide a function that reads a passed Markdown file. Currently it only will read a file named article.md in the current directory.
This rewrite will allow the use a single function to read Markdown files accross the site.
A file for article generation should be created and the addition of text size buttons and other article specific functions should be moved to this new file.

The file `/common/php/md_read.php` should be rewritten to provide a function that reads a passed Markdown file. Currently it only will read a file named `article.md` in the current directory. This rewrite will allow the use a single function to read Markdown files accross the site. A file for article generation should be created and the addition of text size buttons and other article specific functions should be moved to this new file.
20xd6 added the
enhancement
label 2022-07-15 22:25:09 -04:00
20xd6 added this to the 1.0 Release milestone 2022-07-15 22:25:21 -04:00
Author
Contributor

With PR #17 this has been resloved.

With PR #17 this has been resloved.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 20xd6/simple_blog#15
No description provided.