Git Product home page Git Product logo

tiddlywiki-xp's People

Contributors

keatonlao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

tiddlywiki-xp's Issues

请问怎么单独安装xp?

你好,我的tiddlywiki里已经安装了很多插件了,也有蛮多笔记了。想请问下该怎么只安装xp需要的插件及相关的插件?而不是直接下载完整的html😂这样我的笔记和原来的插件就没了。麻烦你了,谢谢

feat: 增加relink到 $:/xp/tiddlertail/

优先级不高, 不过既然minimal里面已经纳入了$:/plugins/flibbles/relink,
如果您有兴趣的话, 请增加relink到 $:/xp/tiddlertail/

我研究了三个小时, 只知道要改$:/config/TiddlerTail/Tabs, $:/xp/tiddlertail/macros, $:/xp/tiddlertail/items/ ,就没其他进展了...

xp插件中还有您的私人内容

您好,在xp插件里似乎还有一些您的私人内容,包括
image
image
image
这些貌似由于和插件在一起的,删除之后会自动恢复

服务器版仓库,用于作为初始模板

我准备在 https://github.com/tiddly-gittly 组织里放一份 https://raw.kkgithub.com/keatonlao/tiddlywiki-xp/master/version/tiddlywiki-xp_Server.zip 的解压后 + 预装 CPL + tw-mobile-sync 插件的版本,以便作为可选的初始模板在太记桌面端和移动端里供选择。类似 https://github.com/tiddly-gittly/Tiddlywiki-NodeJS-Github-Template

不知道你的工作流是什么样,是从服务器版打包出 HTML,还是反过来。如果你是先有服务器版的话,其实可以直接提供一个服务器版仓库,最好能预装上述两个插件,这样我就能直接使用了,也不需要隔段时间想起来了手动去更新,你觉得呢?

Getting Things Done插件的清理机会把todolist的其他代办事项清理掉

如题 我用$:/plugins/kookma/todolist生成的tid被这段代码删了,这段代码应该只删除gtd插件生产的数据吧
<$button class="py-btn xp-gtd-btn"> 清理机 <$vars junkFilter="[prefix[$:/todolist/data/status/]removeprefix[$:/todolist/data/status]addprefix[$:]!is[tiddler]] [tag[GettingThingsDone]get[list]enlist-input[]!is[tiddler]]"> <$list filter="[subfilter<junkFilter>count[]!match[0]]" variable="ignore"> <$list filter=<<junkFilter>> variable="junkItem"> <$vars junkItemSuffix={{{ [<junkItem>removeprefix[$:/]] }}}> <$action-deletetiddler $filter="[prefix[$:/todolist/data]suffix<junkItemSuffix>]"/> <$list filter=<<gtd-quadrant>> variable="qList"> <$action-listops $tiddler=<<qList>> $subfilter="-[<junkItem>]"/> </$list> </$vars> </$list> <$action-sendmessage $message="tm-notify" $param="$:/language/Notifications/CompleteCleanup"/> </$list> <$list filter="[subfilter<junkFilter>count[]match[0]]"> <$action-sendmessage $message="tm-notify" $param="$:/language/Notifications/NoCleaningRequired"/> </$list> </$vars> </$button>

希望 tag handler 能发布为独立插件

目前 https://keatonlao.github.io/tiddlywiki-xp/#%24%3A%2Fcore%2Fui%2FViewTemplate%2Ftags:%24%3A%2Fplugins%2Fxp%2Faggregation%20%24%3A%2Fcore%2Fui%2FViewTemplate%2Ftags 通过修改核心 $:/core/ui/ViewTemplate/tags 添加了在阅读模式添加标签的功能,挺方便的,但是我最近因为把之前用 Aggregation 做的原型功能细化成了独立的插件 https://github.com/tiddly-gittly/health-buff-debuff-tracker ,有的则是改用了 https://github.com/tiddly-gittly/hyper-table ,所以不再使用 Aggregation 插件了,但还是很需要 tag-handler。

如果能去掉其对 $:/aggregation/macros/general 的依赖,发布为独立插件就好了,现在 CPL 里还搜不到其它这样方便编辑标签的插件。还有这样方便的功能其实可以考虑直接 PR 到核心里去。

邀请keatonlao加入TW爱好者群组

TiddlyWiki爱好者 qq群号:946052860

本群创建于2018/12/18: TiddlyWiki的日常使用技巧交流讨论,多端编辑,云端同步,高阶技巧,使用心得,问题解决。

xp聚合的插件更新建议:

tekan插件和cpl登记的tekan原版id重复 如果更新会出bug
如果用cpl更新(即用原版覆盖安装),会导致重启后cpl的窗口样式改变无法关闭。相关截图
希望xp更改过的tekan改个名

#7

Aggregation 的 defaultFields 无效

<$transclude $variable=aggregation caption=<<caption>> filter=<<get-all-debuff>> defaultFields="tbl-expand caption startDate" class="w-100" state="health-buff-debuff-tracker-DebuffDynamicTable-state" />

图片

桌面版太微导入项目报错

我使用的是桌面版 TidGi v0.8.0,导入 tiddlywiki-xp_Full.html 报错,尝试过 tiddlywiki-xp_Minimal.html ,问题相同。

该HTML文件无法用于创建WIKI
CANNOT READ PROPERTIES OF UNDEFINED (READING 'REPLACE')

image

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.