moved description to note

This commit is contained in:
Trilarion
2020-09-04 16:35:00 +02:00
parent 6ac46420ff
commit 82cddf09e0
1402 changed files with 2480 additions and 2804 deletions

View File

@ -657,8 +657,8 @@ def create_entry_content(entry):
:return:
"""
# title and description
content = '# {}\n\n_{}_\n\n'.format(entry['title'], entry['description'])
# title
content = '# {}\n\n'.format(entry['title'])
# now properties in the recommended order
for field in valid_fields: