Skip to content

Instantly share code, notes, and snippets.

@sarnobat
Last active July 12, 2024 16:51
Show Gist options
  • Save sarnobat/f77d298a7ba5d2f1968b263e7c6bbb99 to your computer and use it in GitHub Desktop.
Save sarnobat/f77d298a7ba5d2f1968b263e7c6bbb99 to your computer and use it in GitHub Desktop.
---
title: Raw Asseets to Published Products
---
flowchart TB
    n1[apple notes]
    n2[new.mwk]
    n3[snippets/.../snpt_*.mwk]
    n4[microlearning.git/*.md]
    n5[paper]
    
    
    n1 --> n2 --> n3 --> n4 --> n5
    
    n5 --> gist_public 
    n5 --> overleaf.tex --> latex.pdf
    n5 --> tex_via_pandoc --> latex.pdf --> todo_github_microlearning_upload --> rohidekar.com
    google_sheets --> tex_via_pandoc
    sticky_notes_on_paper --> n5
    _examples.sh --> tex_via_pandoc

Loading

see also:

  • asset_data_flow_pipeline_r23c.graphml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment