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 :)
That markdown feature is awesome! I also wish more editors (vs code!) have it like that. Really cool!
ā 1
o
ogadaki
10/05/2020, 7:35 AM
Yes, especially the hiding of # when you are not editing the headings!
c
Chris Maughan
10/05/2020, 10:08 AM
@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.
Chris Maughan
10/05/2020, 10:09 AM
It's an HTML file; download and view in browser
Chris Maughan
10/05/2020, 10:11 AM
@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