onukura

Results 13 comments of onukura

@Nunocky As a trial, I made simple [plugin](https://github.com/onukura/gitbucket-embedding-plugin) which replace code link to embed snippet on markdown by JS. Although It is not good way at all to achieve this...

@takezoe About your comment at https://github.com/gitbucket-plugins/gitbucket-plugins.github.io/pull/49#issuecomment-677739358, I'm just concerned about performance as this plugin replace every link on `.markdwon-body` to embedded snippet. Do you think it is ok that this...

@takezoe I agree with you that it better by renderer. So the plugin (js) will stay as plugin. And this issue will stay open too. > translating url can be...

> By the way, I started thinking that processing these translations by JavaScript has also benefit because it allows to delay Markdown rendering and offload GitBucket server workload to the...

I guess it is difference between `authored` date time and `committed` date time. The screenshot on the left "12 hours ago" shows `authored` date and the screenshot on the right...

It is getting close to the finish. It would be nice if there is demo site for this AdminLTE 3.0 ver GitBucket, thus we can give feedback easily. @kasancode @takezoe...

I'm not sure if I understand what you mean, but maybe it can be possible with [ gitbucket-label-kanban-plugin](https://github.com/kasancode/gitbucket-label-kanban-plugin). You can manage each issue status by label (you should change label...

Actually it is not broken. Just not implemented yet... https://github.com/gitbucket/gitbucket/blob/e27623ca294d2bb08be52180b593b450b1055615/src/main/scala/gitbucket/core/controller/api/ApiRepositoryCommitControllerBase.scala#L103-L110

> Do you afford to update this to support quoting multi-lines code fragment? Otherwise, I will merge this as it is. @takezoe I didn't notice this... I think it's better...

It might be better to be done by plugin as you said. I don't know neither if it exists.