@askvortsov running into an issue where the cursor automatically moves to the next line after selecting an emoji with this extension on Chrome. People suggested that it's a compatibility issue between this extension an emoji picker

    • [deleted]

    Please @askvortsov Can you fix the bug with FOF Images upload, Everything is fine but problem is that It adds the image multiple time.

    5 days later

    Hey, on v1.0.2, it seems that it does not translate very completely. The langague is Engilsh.

    • Hari replied to this.

      huuduy216 running into an issue where the cursor automatically moves to the next line after selecting an emoji

      This could be unrelated to the above, but it is similar. Can anyone else reproduce this?

      Put editor in single line mode in user settings (so that when you press return there's a single line break). Type a sentence. Now, press enter twice. On the second enter it will automatically do an extra line break.

      My theory is that there's JavaScript in place to force extra line breaks for certain scenarios such as getting out of a quote block. And, that is triggering in situations where it shouldn't trigger. Like with emoji and now with the single line space setting.

      Now I'm having a youtube embed problem. After deactivating this extension I could see that it added HTML type brackets around the URL. Something like this:

      <youtube.com>

      Also, when replying, if you try to open one of the menus on mobile (such as when adding H2) the menu doesn't appear.

      It's sad because I love having a rich text editor but it's just a little too buggy right now to use in production. I'm still grateful @askvortsov made it and I'm sure it will be improved in the future. But for now, so long rich text. 😩

        010101 <https://example.com/> is the official Markdown way to make a link that has the label and URL be the same, so I it's not an unexpected way to use Markdown.

        https://example.com/ => https://example.com/ (Flarum native auto-link, always enabled)
        <https://example.com/> => https://example.com/ (Markdown link, only with markdown extension)

        Flarum should natively render those links the same way, as long as the Markdown extension is enabled.

          clarkwinkelmann

          Ok, well that must not be the problem then. I don’t know why the YouTube url wouldn’t convert. After disabling this extension it converted to a video. Something’s not quite right.

            Rich Text is a greate feature but is conflict with others extensions that make me disappointed about these problems. I hope there a fix for make Blog and others compatible.

            One of my issue from Github: askvortsov1/flarum-rich-text4

            • ctml replied to this.
              9 days later

              Because @askvortsov is not available for any release right now, I forked this project and released some patches today.

              Installation

              composer require glowingblue/flarum-rich-text:v2.0.4-beta.1

              This is released under the glwowingblue namespace, as @glowingblue is sponsoring this update!

              Note 1:
              Once my changes / fixes will be merged in the official repository, the glowinglbue fork will be deleted.

              Note 2:
              The beta tag is only used here so that the official repository can later release a v2.0.4 without interfering with this fork.

                5 days later

                I just realized that this fork breaks translations and settings (and maybe other thing), because of the change of namespace... For that reason I will make another branch and tag another version that will use the original namespace.

                To use this other version (it'll be v2.0.3.1) you will need to add the glowinglue git repository to your composer configuration.

                wolfshards You can fix this with a little bit of css added to your style settings.

                .Flarum-Blog-Composer .ProseMirror.FormControl.Composer-flexible.TextEditor-editor.Post-body{
                    min-height: 250px;
                }

                That help. Thx, now the editor needs to be adjusted to not getting windowed.

                • ctml replied to this.

                  wolfshards what do you mean by that, do you mean a vertical scrollbar? Can you share a screenshot?

                  Yes a vertical scrollbar and another bug about the editor is about that glitched the use of Rich text tools. Soo is hard to explain and the screenshots i can do.

                  askvortsov except indented codeblocks

                  Does this include indented lists? Or is there maybe some keyboard shortcut to use nested bullets in a list? Thanks!