mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
utilisation de pypandoc et linking articles
This commit is contained in:
parent
2bdb9b7677
commit
b31dcd6f8a
8 changed files with 320 additions and 110 deletions
4
utils.py
4
utils.py
|
@ -221,8 +221,8 @@ def extract_tags_from_file(file_path, excluded_tags):
|
|||
tags.add(tag)
|
||||
tag_found = True
|
||||
|
||||
if not tag_found:
|
||||
print('no tag in the article', file_path)
|
||||
# if not tag_found:
|
||||
# print('no tag in the article', file_path)
|
||||
return tags
|
||||
|
||||
def remove_properties_section(text):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue