[PR #324] [CLOSED] Support MD preview. Allow editing lua files. Use the latest ACE editor. #953

Closed
opened 2026-03-02 16:02:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/prasathmani/tinyfilemanager/pull/324
Author: @lchen198
Created: 3/18/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 032fa62 Support MD preview. Allow editing lua files. Use the latest ACE editor.

📊 Changes

1 file changed (+29 additions, -3 deletions)

View changed files

📝 tinyfilemanager.php (+29 -3)

📄 Description

I don't have much experience with PHP and web development in general. Feel free to make changes on what I have.

  • Use showdownjs to render MD file on client side. This is useful to preview markdown without any server side markdown support. The idea is that tinyfilemanager could be used to create a static website or blog similar to
    http://dynalon.github.io/mdwiki/#!index.md

Screenshot:
https://ibb.co/TKD57vF

  • Treat .lua as text file.
  • Update ACE editor.

🔄 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/prasathmani/tinyfilemanager/pull/324 **Author:** [@lchen198](https://github.com/lchen198) **Created:** 3/18/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`032fa62`](https://github.com/prasathmani/tinyfilemanager/commit/032fa628c841c45c1e9901cef9e028976ffd8442) Support MD preview. Allow editing lua files. Use the latest ACE editor. ### 📊 Changes **1 file changed** (+29 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `tinyfilemanager.php` (+29 -3) </details> ### 📄 Description I don't have much experience with PHP and web development in general. Feel free to make changes on what I have. * Use showdownjs to render MD file on client side. This is useful to preview markdown without any server side markdown support. The idea is that tinyfilemanager could be used to create a static website or blog similar to http://dynalon.github.io/mdwiki/#!index.md Screenshot: https://ibb.co/TKD57vF * Treat .lua as text file. * Update ACE editor. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:02:28 +03:00
Sign in to join this conversation.
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
starred/tinyfilemanager#953
No description provided.