You are browsing as a guest. Sign up (or log in) to start making projects!

9h 47m 3s logged

better types. debug mode and stdout! :holy-peak:

from my last devlog:

next up:

  • code blocks (~2-4 hours)
  • fixes to table rendering (<30 mins)
  • fix image handling (it doesn’t handle relative paths correctly) (<1hr?)

of these, i’ve done none! :loll: what i have done though is add flags and types! i spent a while dealing with type errors because i decided to specify types instead of just putting any on ProcessedToken.content. i also added a debug flag, but literally all it does is show the console :sk:

i also fixed the width thing, so the content is only as wide as the space you give it :yayayayayay: so cooll!! :cooll-thumbs:

the main part of this is that i added a --print-to-stdout flag that just prints the formatted markdown to stdout! you can just scroll in your terminal instead of having a whole ass tui :yippee: its kinda borked and incomplete though, so i’ll fix it up! it does print some garbage at the beginning so that’s not great

anyways, i’d better do what i said i’ll do last devlog! i went off track for this lmao

Changelog

  • (b1c0489) Implement half-baked print to stdout option
  • (aa3c029) Add debug flag, fix logic errors
  • (aa33e84) Specify types for ProcessedToken.content instead of any
0
15

Comments 0

No comments yet. Be the first!