In case anyone is having this issue, I’ve been waiting for this latest update to hit the admin upgrade panel as well. I’m on the tests-passed branch, and within my admin I’ve been seeing this for a few days:
Version v1.5.0.beta4 +58 1.5.0.beta4 You’re up to date!
Try going to yourdiscoursehostname.youdomain.com/admin/upgrade . If there hasn’t been a major version bump you don’t always get prompted to perform an upgrade even if there are minor fixes available. Going to /admin/upgrade should let you pull the latest version.
Aha! The guy who handles updating my site (me) changed me to tests-passed and now all’s well. It looks like tests-passed is not the default in spite of claims to the contrary.
Well, a comment in containers/app.yml claims
## Which Git revision should this container use? (default: tests-passed)
Highlighting text and pressing Ctrl+b makes the text bold as expected, but also opens the browser bookmarks pane. Similarly, Ctrl+i also opens the page info window. Previously, shortcuts used within the editor window did not trigger the browser behaviour.
Ctrl+q, which used to be the shortcut for a blockquote, now simply closes the browser suddenly and unexpectedly. Yes, I know (now) that the shortcut has changed, but the only way to find it (that I know of) is to hover over the editor button with a mouse - not helpful to a keyboarder. There is no other indication that shortcuts have changed.
This is exactly it. I always use inline although I have to admit referenced can be nicer when you have long lines of text. On the other hand, I am not sure we need an option for this – if you know markdown well enough to care about the difference, maybe you can just add the link at the bottom yourself?
I’ve fixed this in the following commit. Events will no longer bubble up while in the editor.
It’s a good point but I am not sure if there is a better approach we could take. I hardly think we need to notify every user that the keyboard shortcuts have changed with a custom message as most would not be interested. Any suggestions?
Since yesterday, when I use a button like bold, I can’t edit the strong text part right away, I have to manually select it on the editor. I use Firefox
There are actually two problems: the only way to discover the keyboard shortcuts in the first place is to use a mouse, and then there is no way to know if/when they change. I’ll ponder…
I ran into some problems with an internal plugin of mine with the new composer. Could you send me some hints on how to replace the now obsolete and/or missing functions
childDidInsertElement (old composer view) and addMarkdown (ibid.)?
I guess some other plugins like @cpradio’s rewrite of the ReplyGif plugin will suffer from those changes, too…
I’ve changed the inserting link behaviour when there is no text selected. If you don’t supply an optional title, it now inserts “enter link description here” and highlights it.
Not to be a jerk about it, but I’d say this is a matter of opinion not fact. Correct me if I’m wrong, but I didn’t see any UX studies referenced in your original post.
So, in my opinion with such long URLs these days (including those generated by Discourse), and the relatively small size of the default editor view port, as shown in my screenshot, I think that inline URLs make the editing process more difficult. They also leads to situations where the preview and the editor lines get out of sync more easily*. I also liked that I could “hack” the footnote style easily if I needed to refer to the same URL more than once in my post I would just use the footnote number multiple times.
We’ve had some user complaints, so I’d still love an option to toggle it in Admin. But if the masses prefer inline, I’m sure our folks will eventually get used to it.
*Note: May be a way to help with this would be if you could click on a portion of the preview window and have it jump to that spot in the editor window.
The trouble with adding an option is that it is fairly tricky to code and I am not sure we could easily port the old code, I am fine with an admin option here or possibly a user option
This is a major time saver for reference linking, if you like things in order. Doing it by hand is a lot harder than linking inline by hand… hence the desire for some auto-magic help. This will really matter on long posts with lots of links.
All I’m saying is, it’d be nice for advanced users, if the function survived somewhere. Not necessarily as the default.