life-itself/web3

[inbox] Improvements to content presentation

Open

#70 opened on Mar 17, 2022

View on GitHub
 (1 comment) (0 reactions) (2 assignees)HTML (1,644 stars) (218 forks)batch import
good first issue

Description

Context: we are using a remark-based pipeline for converting markdown => html (all inside of a nextjs react app).

We are also tending to use obsidian to edit the content in the wiki (though you can use any markdown editor you like!).

Writing / Markdown

  • #99
  • Display videos nicely #88
  • Support proper obsidian wiki link syntaxes - #96
  • Citation rendering #91 ie. [@bernanke_essays_2004] work see eg. https://web3.lifeitself.us/concepts/gold-standard
  • Support additional obsidian markdown e.g.
    • GFM: table and task list, footnotes (?)
      | Markdown **table** |
      **- [x] Task list**
      
    • #Tags
    • $$LaTeX math$$

Big

  • #127
  • #128
  • #82
  • #129

Minor nice to have

WONTFIX

  • 🔽 link to good first issue stuff from contribute section WONTFIX. People who know what they are doing will work this out (?)

Contributor guide