Created
April 19, 2022 18:21
-
-
Save fishyer/904bf5a55e372e5b244b8a94061ea422 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% if is_new_article %}- #Metadata | |
{% if author %}- Site:: {{author}}{% endif %} | |
{% if url %}- Reference:: {{url}}{% endif %} | |
{% endif %} | |
{% if is_new_article%}- #PageNotes | |
{% for highlight in page_notes -%} | |
{{highlight.annotation}} | |
{% if highlight.tags | length %} Tags: {% for tag in highlight.tags -%} #{{tag | replace(" ", "-")+" "}}{%- endfor %}{%- endif %} | |
{%- endfor -%} | |
{% endif %} | |
{% if is_new_article -%}- #Highlights {%- endif %} | |
{% for highlight in highlights -%} - {{highlight.text}} [>>]({{highlight.incontext}}) | |
{% if highlight.tags | length %} - Tags: {% for tag in highlight.tags -%} #{{tag | replace(" ", "-")+" "}}{%- endfor %}{%- endif %} | |
{% if highlight.annotation %} - Annotation: {{highlight.annotation}}{%- endif -%} | |
{%- endfor -%} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment