Sarim Khan
Sarim Khan
আপাতত `শর` লিখে স্পেস দিয়ে `t`` ` দিয়ে ৎ লিখে তারপর মাঝের স্পেসটা মুছে দিন। বাগটা কোথায় হল সেটা দেখছি।
Thanks for the fixes. But I think css ellipsis will look better here. What do you think?
Yes, that will work. But will that increase DOM memory consumption or shit like that? I don't know :| Maybe we can chop it to like 100 chars then use...
Here title = content if we do that, imagine someone writes an essay :v
@leninhasda I think this will be better. ``` js if (!!content && content.trim()) { return content.substr(0, titleLength); } ``` Also can you change `href="./css/main.css"` to `href="css/main.css"` ? :)
one last fix :P please add `&& content.trim()` logic like my previous comment. Without it, if someone types only spaces, draft title becomes empty.
Yes i noticed that, but spaces won't be space when rendered in html :P
Yes, windows version isn't implemented as an IME. Can you be more specific what real world problem you are facing because of that?
Its sad to see this is still open. I quickly hacked together a solution by editing vendor -> Indexer.php directly. I know its a bad solution. ``` php $uris =...
> Interesting request. My initial thought is to write a script and use an `exec` input plugin to do this. That's an interesting idea, This should work for now. Thanks...