life-itself/web3

[inbox] Improvements to content presentation

Open

#70 ouverte le 17 mars 2022

Voir sur GitHub
 (1 commentaire) (0 réactions) (2 assignés)HTML (218 forks)batch import
good first issue

Métriques du dépôt

Stars
 (1 644 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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 (?)

Guide contributeur