mindforger icon indicating copy to clipboard operation
mindforger copied to clipboard

Add option to include external files as part of a note

Open oscaretu opened this issue 6 years ago • 0 comments

Imagine that I want to create a note using a file or a part of one or several external files, when those file can be changing frequently (they can be, for example, scripts, configuration files, source code, etc. When I read the note, i don't want to copy and paste any of that files, than can be changing along time. I'd like to see the note with the actual contents of those external files.

I imagine something similar to PHP include instruction:

This is the program:

<? include('subdir/file1.c'); ?>

And this is the config file:

<? include('subdir/config.ini'); ?>

When showing the note, I'd like to see just as the real contents of the files were written in the note. And having an option to export the contents after the expansion would be another interesting option.

oscaretu avatar Oct 15 '19 16:10 oscaretu