wangzhaohe

Results 22 comments of wangzhaohe

Yes, need a way to refresh theme easily. I use this way 1. open a theme .leo file to change it. 2. use command `open-theme-file` to check the result. Note:...

>我是通过修改 list_display 来做的。 没明白,可否给举例一下,谢谢! 因为我理解 list_display 是用来确定 change list page 显示哪些列的。这个在 xadmin 里也能像 django admin get_fields 来限制字段吗?

@younglicode 请问您解决这个问题了吗?

It can run into ipdb shel now after pip install ipdb=0.10 But line 67 is not the view line. How can I go to my view line? thanks! *** GET...

Yes , I am confused on `.vue` file. The default comment delims is `` in `.vue` file. So `@doc` can not be used in `` and ``. And `@file` can...

@edreamleo Now I use `@language asciidoc` in vr3 So I have to add `/* ... */` in `...` tag, on account of `@doc` will creat `` comment. And for using...

Just have an idea: It will be good if `@doc` can assign comment delim.

@edreamleo Thanks a lot for your kind help! `@file` works well now by `@delims` with Vue .vue file. ``` @language javascript @delims /* */ import { reactive } from 'vue'...

@edreamleo It's great to use tree-abbreviations now.

Yes, I agree with you. The similar situation with markdown file. So I never use headline in node body when using markdown format. The main reason is the levels will...