pub / rememori

Simple file-based bookmarking and notes application
git clone https://src.jayvii.de/pub/rememori.git
Home | Log | Files | Exports | Refs | README | RSS

commit ed78dbffef70a09bd1455a00b476e97b30c72d08
parent 5e1a3d01850b93fb7ca89b8dffe8b43ec6f36013
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  2 Nov 2024 11:44:07 +0100

feat: include full file path in gather_notes()

Diffstat:
Mlib/helpers.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/helpers.php b/lib/helpers.php @@ -124,6 +124,7 @@ function gather_notes( "", basename($file_path) ), + "file" => $file_path, "time" => filemtime($file_path), "link" => link_in_first_line($file_path) )