tutor icon indicating copy to clipboard operation
tutor copied to clipboard

Add IS_FILE_RENDERED filter to enhance file processing flexibility

Open Abdul-Muqadim-Arbisoft opened this issue 1 year ago • 1 comments

Description: This pull request introduces a new filter, IS_FILE_RENDERED, designed to enhance the flexibility of file handling within Tutor plugins. The new IS_FILE_RENDERED filter allows plugin developers to specify files that should not be rendered but instead copied .

Implementation Details: The IS_FILE_RENDERED filter works by accepting a boolean flag and a file path. It returns a boolean indicating whether the file should be rendered. By default, all files are set to be rendered unless explicitly specified .

Abdul-Muqadim-Arbisoft avatar May 08 '24 06:05 Abdul-Muqadim-Arbisoft

@DawoudSheraz @regisb I have tested this and working fine. Can you plz review it?

hinakhadim avatar May 14 '24 09:05 hinakhadim

@hinakhadim This is waiting on your review, thanks.

DawoudSheraz avatar May 27 '24 07:05 DawoudSheraz