Jialin Tian
Jialin Tian
I'm working on a fix around this issue, so far I have successfully built it on linux/arm64, which can be used with Docker on Mac without performance degradation. For the...
Hi, @b3ckstage Cuz popline is not a server side plugin, it can not support upload feature without server side function. Popline is easy to extend, checkout code from https://github.com/kenshin54/popline/tree/master/scripts/plugins, write...
@b3ckstage You are right, I will add this feature later.
@A-Kojic Thanks for the workaround, I'm afraid I have no time to optimize this recently. The contribution is always welcome if you can fix it in a good way.
> Is it possible when clicking a link, it is opened in a new tab? I will add this feature later. > Currently it is marked as 'link' but nothing...
@A-Kojic I think, by default, the h tags would apply the bold style on the text.
Hi, @adamseoul I didn't implement with touch event. So popline didn't support mobile device now. You can call `$.popline.current.show({left: left, top: top});` to pop the editor up with the position.
@adantart Thanks for reporting, and sorry for my crude naming strategy. Let me check the bug.
It's a good idea. Let me add this feature later. And the pull request is welcome. Thanks.