Remove body from entry list rows
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -383,7 +383,7 @@ function make_entry_row(entry, children_map) {
|
||||
fill_markdown(row.querySelector('.task-title'), entry.title);
|
||||
|
||||
const body_el = row.querySelector('.task-body');
|
||||
if (entry.body) { show(body_el); fill_markdown(body_el, entry.body); }
|
||||
body_el.remove();
|
||||
|
||||
const tags_el = row.querySelector('.task-tags');
|
||||
for (const tag of entry.tags) {
|
||||
|
||||
Reference in New Issue
Block a user