Skip to content

Commit

Permalink
先更新其他内容,再测试
Browse files Browse the repository at this point in the history
  • Loading branch information
dongrentianyu committed Sep 30, 2023
1 parent 36c21d3 commit 5a70073
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
9 changes: 5 additions & 4 deletions tiddlers/original-title-template.tid
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
code-body: yes
created: 20230914045616286
creator: 马不前
modified: 20230914110818419
modified: 20230930164614843
modifier: 马不前
tags: 快速查找
tags: Configuration
title: original-title-template

<$list filter="[all[current]]" >

<$link>
<$text text={{{ [<currentTiddler>get[text]splitregexp[\n]first[]removeprefix[#]] }}} /><br>
{{!!caption}}
{{!!caption}}<br>
{{!!original-title}}
</$link>

</$list>
4 changes: 3 additions & 1 deletion tiddlers/处理说明.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230914061956502
creator: 马不前
modified: 20230914065338483
modified: 20230930164446952
modifier: 马不前
title: 处理说明

Expand All @@ -10,6 +10,8 @@ title: 处理说明

其次我这个是使用了[[Obsidian Vault|https://tiddly-gittly.github.io/tidgi-obsidian-manager/]]插件,是直接把markdown文件导入进来的。如果叶佬更新了,那么我就需要删除重新导入。但因为一般更新不会更新特别多的内容,可能是新增了最近翻译的文章。所以我大概会一个月导入更新一次。最新的还是去叶佬知乎专栏里查看吧。有些文章还未发表,没有校对,可能会存在格式问题,可以进入编辑状态查看。

2023年10月01日,按照林一二的想法,把原先英文的caption内容换成了中文标题的,方便检索。原先英文的caption内容放到了original-title字段里。部分没有这样显示是因为那些文章还没有校对正式发布。侧边栏目录暂无法处理,只能显示成标题里的英文。

这些只是暂时的处理办法。

最好的办法是一切都自动化。叶佬仓库更新的内容自动同步到本仓库中,然后自动使用Obsidian Vault插件自动导入。一切都在github上处理实现,不经过我的本地电脑。但这里需要很多git相关的知识。而我水平又不够,就无法实现了。
Expand Down
16 changes: 16 additions & 0 deletions tiddlers/替换.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
created: 20230930164415100
creator: 马不前
modified: 20230930164720469
modifier: 马不前
tags: Configuration
title: 替换

<$button tooltip="替换">
<$list filter="[has[obvault]] :filter[get[text]prefix[#]]" variable="thisTitle">
<$action-setfield original-title={{!!caption}} />
<$let zh={{{ [<thisTitle>get[text]splitregexp[\n]first[]removeprefix[#]] }}}>
<$action-setfield caption=<<zh>> />
</$let>
</$list>
替换
</$button>

0 comments on commit 5a70073

Please sign in to comment.