life-itself/web3

[inbox] Improvements to content presentation

Open

#70 aberto em 17 de mar. de 2022

Ver no GitHub
 (1 comment) (0 reactions) (2 assignees)HTML (218 forks)batch import
good first issue

Métricas do repositório

Stars
 (1.644 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador