Northword

Results 69 issues of Northword

写字板打开.doc文档是乱码,1页的文档可以打出44页乱码😂 或许应该默认屏蔽.doc文件上传,如果用户需要doc文件支持,可以自行下载libreoffice或ms office,然后自行加入命令。 我这儿有一份改好的,但是因为改了页脚版权部份,所以还没有提起pr https://github.com/Northword/WebPrint https://github.com/northword/WebPrint/blob/dev/Default.aspx.cs#L220 另外,在我的机器上,SumatraPDF 在指定appdata后无法成功打印,只是启动了一个进程,打印机没有任务,所以如果有类似问题的可以考虑删除appdata参数。

**describe feature功能描述** 当隐藏发音时,“复制”、“发音”、“编辑”按钮可以置于卡片的右上角,这样可以节省更多的空间。 **scene used使用场景** 略 **your solution 你的解决方案** 隐藏发音时: ![image](https://user-images.githubusercontent.com/44738481/120104448-072bf880-c187-11eb-93b3-2c3f8da5f8c1.png) 显示发音时: ![image](https://user-images.githubusercontent.com/44738481/120104517-638f1800-c187-11eb-8949-fbfcc224f4a0.png) **more information 其他信息** 略

enhancement

开启 lazyload 时,加载完成的 img 的 class 本应该变为`post-thumbnail lazyload lazyload-loaded`,但现在变成了`post-thumbnail`,导致 `opacity: 0` 没有被覆盖,图片显示不出来。 dev 分支直接 clone 应用也是这样,可能不是 #478 产生的, master 正常。 似乎只有 文章列表的 preview 是这样,relate post 是正常的(class仍然和上面描述一样,但`opacity: 0;`被清除) 目前还没确定是哪儿的问题,是不是我自己的问题,但是已禁用所有插件进行测试,已更换浏览器进行测试(edge dev 102.0.1235.1,...

bug

I use the [pods plugin](https://github.com/pods-framework/pods) to create custom post types and custom fields, and use qtranslate-xt for multi-language, but qtranslate-xt can only take effect on the title and default editor,...

enhancement
wontfix

### Describe the feature Generally blog posts have multiple tags, and a single tag cannot accurately describe the blog post you want to find. For example, post 1, 2, and...

contribution welcome

举例: ![image](https://github.com/lint-md/lint-md/assets/44738481/1505088c-8449-4e26-95ac-11a3daa492f6) 对于上图的目录结构,`src/**/*` 理应该识别到 `src/user-guide/01-快速开始/02-添加条目.md`,但他并没有,只有`src/**/**/*`才识别到这一级目录 ``` northword@Yoga-Northword MINGW64 /d/Code/Zotero/zotero-document-zh (main) $ lint-md src/**/**/* -d dev -- version: 2.0.0, Thu Jul 20 2023 16:17:53 GMT+0800 (香港标准时间) Group 耗时: 159 Group 长度:...

## 变更说明 Ref: #94 将模板中的脚本发布到了 `zotero-plugin-scaffold`,该 npm 包在本地注册一个命令行脚本 `zotero-plugin`,接收若干个参数:`serve`, `build`, `release`. ### build 在当前脚本逻辑的基础上修改如下: - 复制 addon/ 后,读取 `build/addon/manifest.json`, 使用传递给脚本的信息覆盖原 manifest中的 `name`, `id`, `update_url`, `applications.gecko`(web-ext 安装插件需要)。 - `replace string` 发生在...

### Describe the feature related #19 当错误添加网页条目,条目 URL 包含学术出版商,通过 URL 强制更新条目: - 请求 URL,根据 HTML 检索 DOI,根据 DOI 强制更新字段 -> 需要再次修改根据 DOI 更新字段函数 - 根据 URL 调用 translator -> 是否可行?...

enhancement

### Describe the feature ### 描述 依据已有的讨论,中国作者的中文名可以以 `fieldMode=1` 存储,外文作者的中文译名同。 外籍作者的原名(英文名)仍需要分姓 名存储。 ### 实现 合并: 1. 仅处理 `language=zh,zh-CN` 的条目, 2. 在符合条件的条目中,通过字符编码位置简单判断姓名是否为全中文(或通过姓是否在字典内), 3. 对符合条件的姓名,合并 拆分:仅提供手动操作。 ### Additional context - https://github.com/l0o0/translators_CN/issues/257#issuecomment-2026887729 - https://github.com/redleafnew/Chinese-STD-GB-T-7714-related-csl/issues/110...

enhancement