Ressources — La veille
Ressources
Explorez toutes les ressources disponibles sur laveille.ai.
{
let t = c.dataset.title;
let d = c.dataset.description;
let u = c.dataset.url;
let n = c.dataset.count;
md += '## ' + t + (n ? ' (' + n + ' entrées)' : '') + '\n' + d + '\n' + u + '\n\n';
});
navigator.clipboard.writeText(md).then(() => { feedback = 'Markdown copié!'; show = true; setTimeout(() => show = false, 2000); });
"
style="display: inline-block; background: var(--c-primary, #0B7285); color: #fff; padding: 10px 24px; border-radius: 8px; font-weight: 600; font-size: 14px; text-decoration: none; cursor: pointer;">
Copier en Markdown
{
let t = c.dataset.title;
let d = c.dataset.description;
let u = c.dataset.url;
let n = c.dataset.count;
txt += t + (n ? ' (' + n + ' entrées)' : '') + ' - ' + d + ' - ' + u + '\n';
});
navigator.clipboard.writeText(txt).then(() => { feedback = 'Texte copié!'; show = true; setTimeout(() => show = false, 2000); });
"
style="display: inline-block; background: #fff; color: var(--c-dark, #1a1a2e); border: 1px solid #D1D5DB; padding: 10px 24px; border-radius: 8px; font-weight: 600; font-size: 14px; text-decoration: none; cursor: pointer; margin-left: 8px;">
Copier en texte brut