- SPA PHP/MySQL avec rendu Markdown client-side (marked.js) - Notes par famille : titre, contenu Markdown, tags, pièces jointes - Attachements : images, fichiers, URLs avec galerie lightbox - Recherche full-text (LIKE) + filtrage par tag dans la sidebar - Preview live Markdown en split-view lors de l'édition - Drag & drop images + paste depuis presse-papier - Tables pf_memo_notes + pf_memo_attachments dans schema_family.sql - Migration des 2 notes existantes depuis PercoMemo Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
3e344f4c1c
commit
5a81c1e9f0
@@ -91,6 +91,15 @@ if ($_has_custom_bg): ?>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (in_array('memo', $mods)): ?>
|
||||
<a href="/memo.php" class="pf-module-card">
|
||||
<div class="pf-card-icon">📝</div>
|
||||
<h3 class="pf-card-title"><?= tr('mod_memo_name') ?></h3>
|
||||
<div class="pf-card-desc"><?= tr('mod_memo_desc') ?></div>
|
||||
<span class="pf-card-cta"><?= tr('cta_open') ?></span>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user