Rolling out the new web-based Micro.blog editor now… Let us know if you have any feedback or run into bugs. There was a brief issue with the reply text box not loading, now fixed. (Caching the wrong minimized JS, argh!)

oelna

@manton Is the editor itself going to be open-sourced on eg. Github?

Simon Woods

Something happens when using double-underscore for bold; the cursor does lag when moving along the second underscore, and then the next word is sort-of trapped as italic no matter what.

At a quick glance it seems to be snappier, which is great. :)

Manton Reece

@oelna Yes, I'm hoping to open source the whole platform. The editor could be managed separately, not sure. It's in its own JS file without any dependencies.

Manton Reece

@SimonWoods Thanks! I always use double-asterisks for bold, so need to improve it for underscores.

Lex Friedman

@manton js caching is the worst.

Manton Reece

@otaviocc Thanks, I'll work on fixing that. Parenthesis and underscores inside URLs have always caused some trouble.

Manton Reece

@lexfri This was my own fault, because in dev testing it doesn't use the minimized version. Just reinforces my feeling to avoid any post-processing of JS.

Pratik

the reply box looks good. Like that, the formatting buttons become active only after you select text. Nice affordance thought. I also wrote a micro post. As someone who is now relying mostly on the web app, I appreciate this effort.

Jatan

Looks good. An option to disable the character counter would be good.

Manton Reece

@moonmehta It hides automatically when you type a title. Do you find you’re often typing longer posts with no title, so don’t care about the warning?

Manton Reece

@pratik 👍

Against The Future

noticed that when copying from my Markdown editor into the web app editor a TON of new lines were added.

I didn't have this problem earlier this week using the same workflow.

Manton Reece

@jdm Thanks for letting us know. What Markdown editor were you copying from?

Simon Woods

I did look for a hint as to what was supported — it looks like the link to Gruber's guide is no longer there — but couldn't find anything.

Jason Becker

@SimonWoods the Markdown is powered by goldmark inside of Hugo​ although it's possible not all of these syntax elements are supported by the text boxes, all of the available Markdown for blogs and replies will be found there.

Against The Future

I was copying from Ghostwriter.

Against The Future

@jdm I hope it doesn't matter, but specifically using Ghostwriter on a KDE desktop. The computer I do a lot of posting from is an chromebook with Q4OS. When I'm at my desktop I use Typora but I haven't posted anything from the desktop in awhile.

Jatan

Yes. In my case, the warning only pushes me mentally to shorten text rather than write what I just want to.

The Art Of Not Asking Why

it doesn't save automatically, does it?

Manton Reece

@jtr It doesn’t, but I’m going to add that.

Toshiyuki Yoshida(吉田 敏幸)

With the recent changes to the editor, I have noticed that while English input functions correctly, Japanese input does not work as expected. When I attempt to input Japanese text, it behaves strangely, as shown in the video.

On Mac computers, there is a system feature called “Input Method,” which allows users to type in languages other than English, such as Japanese. When typing in Japanese, the user starts by typing phonetic sounds using the standard English alphabet (e.g., typing “konnichiwa” to represent the Japanese word for “hello”). The Input Method then converts these phonetic representations into the appropriate Japanese characters, such as kanji or hiragana, based on the context. This process is different from English input, where characters are directly entered without conversion.

This issue primarily occurs on Mac devices, but since Windows also uses a similar system for Japanese text input, it is possible that the same problem could occur on Windows devices as well. I would recommend checking whether this issue also affects Windows users.​

Manton Reece

@yostos That’s very helpful, thanks. I’m looking into it.

Numeric Citizen

@otaviocc also, text substitution configured on macOS seems to have a fight with the new text editor of Micro.blog... where writing the first few letters of the text substitution will be immediately replaced ... hard to explain for me in English.

The Art Of Not Asking Why

👍

Toshiyuki Yoshida(吉田 敏幸)

Thanks! It would be great if you could fix this issue quickly since I can’t use Japanese in the current editor. If it’s going to take some time, it’d be awesome if you could consider bringing back the option to use the old editor.

R Scott Jones

when I just tried to edit a post using the new editor, the resulting text direction goes backwards, eg to the left of the cursor. So writing something like “photo” inside of existing text actually produces “otohp.”

Doug Belshaw

@manton Are you going to announce product updates in the product itself?

Was somewhat annoying to discover an unusable interface that I could opt out of using when I came to compose posts today.

help.micro.blog/t/weird-new-po

Manton Reece

@dajb Sorry, I meant to post to @news and will do that shortly. I'll check your feedback too, thanks. I tested it a lot but there are still a couple things I missed.

Doug Belshaw

@manton @news Thanks, I got a bit xkcd broke-my-workflow ranty

Lex Friedman

I'd still love an option to always show the title field, for what it's worth. Maybe if you're in podcasting "mode" it's always visible? Just funny that I always have to upload the audio for the title field to show up.

Manton Reece

@lex Good feedback, thanks. Makes sense. We have an option in the iOS and Mac app, but not on the web yet. I'll add it under the "..." menu later.

Jean MacDonald

@rscottjones Yes, I also got right-to-left entry of text when trying to insert a word in a draft.

Dr. Adam Procter

put something on the help pages FYI help.micro.blog/t/weird-n... cc @thoughtshrapnel

Manton Reece

@otaviocc @numericcitizen I'm having trouble getting macOS to ever predict anything, so I can't reproduce this. Any example substitutions not working for y'all that I could test?

Pratik

Is there a post on the Help Forum we should post bugs to or replying to this thread is better? I have a very weird one to report.

Pratik

@lex Similarly, I would love an option always to show the categories and the cross-posting fields. I agree that they shouldn't be turned on by default to avoid clutter and complexity, but some users who use them regularly should have that option.

Manton Reece

@pratik For something weird that sounds better for the help center.

Pratik

Separate post for each bug or is there one post you want everyone to chime in to keep things organized? Whatever you feel best.

Manton Reece

@pratik No preference. Keeping things organized is a losing battle. 🤪

Numeric Citizen

If I type "appl", I get transposed into the apple logo but it goes so fast that the editor turn it immediatly... a small delay would fix this.

Clifford Beshers

The editor resizes when I paste some html, which is good, but as soon as the image I'm posting loads, it is too large and a scrollbar appears. So I'm scrolling back and forth in a window 1/4 the height of my large monitor, with no drag handle to resize. I would very much appreciate some manual control and/or setting to get a much larger area.

Manton Reece

@cliffordbeshers I’m going to update this to resize to the full height for larger windows.

Toshiyuki Yoshida(吉田 敏幸)

There was another issue.I'm using the special comment <!--more--> to control where posts are truncated, following the instructions in "Truncated posts on your microblog," but since switching to the New Editor, it seems that this special comment is being ignored, and I'm no longer able to control the truncation properly.

Manton Reece

@yostos I just fixed something that I think was interfering with that. Do you mind trying to edit the post and see if it works properly? I tested again and it's working for me with the special truncation comment.

Toshiyuki Yoshida(吉田 敏幸)

Thank you for the quick correction!​I tried it, but unfortunately, it doesn't seem to have improved. Please refer to the following video.

app.screencast.com/iB9AzrMN8...

Sam Radford

got an issue when posting links with an underscore in (e.g., to Wikipedia articles). In editor view it treats it like markdown italics and looks a mess. All fine once posted, just looks confusing in the editor.

Clifford Beshers

An Lo!, this morning it appeared. Quick work. I still have an itch for a manual resize handle, but this fix does really get the job done. Thank you.

Clifford Beshers

Another small issue: with spell-check turned on in Chrome, the little red squigglies under unknown words flash after every keystroke.

Manton Reece

@samradford Working on a fix for that. Thanks!

Toshiyuki Yoshida(吉田 敏幸)

I checked it again. It seems to behave differently than before, but I confirmed that it works as expected for long posts or posts with titles. Thank you so much!

Manton Reece @manton
Lightbox Image