Hexylena's Project Management Tool

๐Ÿ—’ Unhappy with all of this

Metadata
Key Value
๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Parents
๐Ÿท Tags
๐Ÿ‘ค Author hexylena
Created 2024-07-30 08:56:02
Modified 2024-07-31 14:46:34

Contents

Unhappy with all of this!!!

So, so much code is spent on markdown compatibility which, isn’t necessarily an end goal. It’s not even listed in our design docs as a user story.

In the end really the only thing that matters is it has blocks (which aren’t even that important.)

we still want a block based structure so we can do 2col and similar

block(content="# Hello world")
block(content="some **bold** paragraph *text* with [links](https://example.com) should work.")
block(content="## Subsection")
block(content="List", type="ordered")
  block(content="Item 1", state="unchecked")
  block(content="Item 2", state="unchecked")
  block(content="Item 3", state="checked")

block(content="## Some Issues")
block(content="tbl_view", query="select * from table where type = 'task'")

block(content="## Work Log")
block(content="tbl_view", query="select * from table where type = 'task'")