This update shows: - Multiple font sizing in the e...
# two-minute-week
c
This update shows: • Multiple font sizing in the editor • The beginnings of markdown support (As I describe in the video, I'm trying to do a preview/edit hybrid where the cursor line determines of Markdown or the final result is shown. This isn't a new idea, but I always wonder why so few editors do it this way. • More work on highlighting information in Ixi lang; just infrastructure to better manage the location of editor adornments. It is not there yet, but getting closer. The main issue is the internal complexity. The audio isn't loud enough to hear the music this time, but it isn't essential to the demo - you can always checkout my previous video to hear it :)

https://youtu.be/d_5ryUeXMQkā–¾

šŸ˜Ž 3
šŸ‘ 2
e
I'm curious is there some explanation of how ixi works? a grammar? docs? I found this repo but it is a bit obscure https://github.com/thormagnusson/ixilang
m
That markdown feature is awesome! I also wish more editors (vs code!) have it like that. Really cool!
āž• 1
o
Yes, especially the hiding of # when you are not editing the headings!
c
@Emmanuel Oga I'm working from this file, though I don't remember where I found it - I think I downloaded the ixi package from the web. I'm also in contact with Thor for clarification of some things.
It's an HTML file; download and view in browser
@ogadaki The hiding of the hash will depend on me getting some layer support into the editor. It is actually trivial for me to hide text in the display layer, but skipping over it in the editor is the harder part