Giter Club home page Giter Club logo

Comments (10)

dongrentianyu avatar dongrentianyu commented on June 5, 2024

因为我一直在想,钓鱼插件和supermemo对比究竟少了什么?

因为supermemo是直接把按钮放在下面的,而钓鱼插件还需要主动去点按钮然后控制复习。这个我觉得可能就会让人忘了使用钓鱼插件了。像我现在就除了独立的卡片外,很少去复习写的笔记内容。如果只复习做好的卡片,那就和anki差不多了。

还是能够间隔笔记复习内容。这样就好很多。

from fishing.

dongrentianyu avatar dongrentianyu commented on June 5, 2024

我试着自己能不能搞出来。如果能搞出来就提交pr,如果搞不出来,就只有等你来实现了。

from fishing.

dongrentianyu avatar dongrentianyu commented on June 5, 2024

不过这边是怎么构建测试页面的呢?我看pnpm inpm i都行不通。

from fishing.

dongrentianyu avatar dongrentianyu commented on June 5, 2024

原来是在另一仓库里下载安装,现在已经搞好了基本环境了,我看自己能不能搞一下。

from fishing.

dongrentianyu avatar dongrentianyu commented on June 5, 2024

image

但好像我修改的内容还是要这边提交了,那边才可能显示出来。而且这边只要是新建条目都会保存下来。但里面又没有文档内容。

现在不知道怎么办。

from fishing.

dongrentianyu avatar dongrentianyu commented on June 5, 2024
<$list
    filter="[<targetTiddler>!is[blank]] ~[list[$:/temp/fishing]first[]!is[blank]has[grade]]"
>

不过我看前面有用list来控制是否展示按钮。也就是实现了可以在通过桌面点击复习后才显示按钮。

from fishing.

dongrentianyu avatar dongrentianyu commented on June 5, 2024

我本来想模仿一下按钮自己本地搞一个,但好像行不能的样子。按钮是怎么操作变化那么多字段内容的。

image

例如我只是点了掌握,就有很多字段发生变化了。好像是通过grade字段,搭配js内容来变化的。我再试试能不能本地搞一下。

from fishing.

dongrentianyu avatar dongrentianyu commented on June 5, 2024
<$button>
<$action-sendmessage $message="tm-add-tag" $param="?" />
<$action-learn $grade="-1" />
learn
</$button>

<$button>	
<$fieldmangler>
<$action-sendmessage
$message="tm-add-tag"
 $param="?"
/>
</$fieldmangler>
<$action-learn
$grade="2"
/>
grasp
</$button>

<$button
class="forget tc-tiddlylink"
>	
<$action-learn
$grade="0"
 />
forget
</$button>

通过上面的代码基本上实现我想要的效果了。

from fishing.

oflg avatar oflg commented on June 5, 2024

不过这边是怎么构建测试页面的呢?我看pnpm inpm i都行不通。

在 TiddlyMemo 项目下进行测试,详细方法见https://github.com/oflg/TiddlyMemo/blob/master/README-zh-Hans.md#%EF%B8%8F%E5%BC%80%E5%8F%91

from fishing.

dongrentianyu avatar dongrentianyu commented on June 5, 2024

这个没搞成功。思路和流程还有问题。先关闭了。

from fishing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.