-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
105 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[[Boninall]] | ||
突然想到,其实从长远来看,MOC作为另一组织文档的方式,其特点在于他可以随时被去掉,重建以及改变,只要是需要短时间内快速构建长期的聚类方法,都可以用这个方式;这样想的话,更类似于收藏了检索,但是又比检索更棒@落山鸡—有不懂看群公告 | ||
|
||
ABC | ||
moc可以用脑图单独构建出来 | ||
现在ob支持单向回链这样逻辑会异常清晰 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
[[flying fly flies]] [[css]] | ||
``` | ||
h1::before | ||
{ | ||
content: 'H1 '; | ||
font-size: 12px; | ||
} | ||
h2::before | ||
{ | ||
content: 'H2 '; | ||
font-size: 12px; | ||
} | ||
h3::before | ||
{ | ||
content: 'H3 '; | ||
font-size: 12px; | ||
} | ||
h4::before | ||
{ | ||
content: 'H4 '; | ||
font-size: 12px; | ||
} | ||
h5::before | ||
{ | ||
content: 'H5 '; | ||
font-size: 12px; | ||
} | ||
h6::before | ||
{ | ||
content: 'H6 '; | ||
font-size: 12px; | ||
} | ||
``` | ||
|
||
![[Pasted image 20200921222115.png]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
今天软件内测更新到0.9, 实现了图谱筛选功能,大大提高了生产力。而且出现了有方向的箭头标识,检索还能支持正则。 | ||
|
||
[[Boninall]]认为可以在每个卡片中标记上时间戳,之后在图谱中检索这一时间段的新卡片。 | ||
卡片模板如下: | ||
![[Pasted image 20200922090914.png]] | ||
|
||
图谱的检索式:`/2020091[1-9](.*)/` | ||
下图是检索2020年09月11-19日 | ||
|
||
![[Pasted image 20200922091120.png]] | ||
|
||
还能多个图谱同时存在 | ||
![](https://gitee.com/cyddgi/picture-store/raw/master/img/20200922104600.png) | ||
|
||
另外支持了路径筛选,使用`path:文件夹名`就可以进行筛选 | ||
|
||
图谱界面中可以通过键盘上的上下左右键进行移动 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
B:[[Boninall]] | ||
L:[[落山鸡]] | ||
Y:[[Yandhi]] | ||
B:一旦筛选掉MOC后,发现笔记之间根本不成网状。之前用MOC弄出来的是假网状() | ||
|
||
![](https://gitee.com/cyddgi/picture-store/raw/master/img/20200923092833.jpg) | ||
|
||
L:@boninall 这值得讨论一下,很有趣啊。如果是我理解的卢曼笔记法,它笔记的链接主要是最小单元之间的,是一张note和一张note之间的链接,而moc有点 综述,不是最小的单元 | ||
|
||
B:所以事实上 MOC 还是只能临时帮你组合一堆东西,但是是方便你临时组合,如果你真的想要长久的 互相 联系,只靠 MOC 跳转不够的,因为你需要先归纳成一类,再细化成另外一张note。这个过程就会有损耗以及。。。错误归类的风险。最合适的还是在建立MOC后立马开始给MOC相关的笔记全部看一次(起到回顾的作用),然后建立笔记之间的链接,接下来将依旧没有任何联系的点给kill掉或者转移 | ||
|
||
L:我就是也很纠结moc和永久卡片之间的区别是什么,而且最近也没空去看IMF。是不是可以说moc会造成假的连接度(计算每张卡片与几个卡片连接)? | ||
|
||
B:其实笔记起到的作用还是要你多回顾,建立连接的过程中的检索是很必须的,或者主动回忆.MOC参考一下就好了 | ||
|
||
Y: 感觉moc就是网状内容的一部分,其他具体的领域之间确实除了moc,横向之间联系很少,纵横结网,moc承担了网状纵向功能结构,目前来看大多数笔记也都是从一个中心发散 所以纵向多,所以moc去掉了感觉就架空了,然后联想知识之间就是网的横向,这个横向的结构在很多人的网中其实很虚弱,甚至没有,所以感觉除了moc纵向结构,横向知识不多也无法横向联想,节点自然就空了。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[[SIN]] | ||
《图解思考——建筑表现技法》,以建筑设计作为例子,主要讲解了「什么是视觉思考(图和理论如何结合、转化)」,「如何运用视觉思考、进行与他人的交流」两大部分内容。 对理解、把控“抽象"与”具象“间的切换、很有启发性。我还在速阅中,对书的整体印象还没完全建立。但是目前为止,阅读到的例子都很有启发性。我画的配图是「达芬奇的视觉思考方法」。感兴趣真可以一看。 | ||
|
||
![](https://gitee.com/cyddgi/picture-store/raw/master/img/20200923093239.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
正则表达式 by [[蒸饺]] | ||
![](https://gitee.com/cyddgi/picture-store/raw/master/img/20200923121630.png) | ||
|
||
[[ABC]]推荐了脚本之家的“正则表达式速查表” | ||
https://www.jb51.net/tools/regexsc.htm | ||
|
||
[[落山鸡]]如果要全面学习,可以看菜鸟教程 | ||
https://www.runoob.com/regexp/regexp-syntax.html | ||
|
||
我其实更感兴趣的是直接可以copy的代码 | ||
我们可以设想一些常用的需求,介绍给初学者,让他们之间复制就行 | ||
例如,在图谱中排除某个文件夹,-path:文件夹名称。 | ||
指向性比较明确 | ||
|
||
[[ABC]] | ||
`/A[\S]+B/`:这样可以找到A与B都出现过的段落,但注意AB有先后顺序 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.