- #+BEGIN_QUERY {:title "Not uploaded images" :query [:find (pull ?b [*]) :where [?b :block/page ?p] [?p :block/name ?page_name] (not [(clojure.string/includes? ?page_name "created by logseq-plugin-image-uploader")]) [?b :block/content ?content] (not [(clojure.string/includes? ?content "{:title "Not uploaded images"")]) (clojure.string/includes? ?content "]
This file contains hidden or 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
<?php | |
$root=__DIR__.'/static'; //全站目录 | |
// print_r ($root); | |
function my($dir){ | |
static $item_arr=array(); | |
$a=scandir($dir); | |
foreach($a as $k=>$v){ | |
if($v=='.'|| $v=='..') continue; | |
$v=$dir.'/'.$v; | |
if(is_dir($v)){ |
This file contains hidden or 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
[core] | |
autocrlf = false | |
excludesfile = /Users/yutianran/.gitignore_global | |
quotepath = false | |
[user] | |
name = fishyer | |
email = [email protected] | |
[difftool "sourcetree"] | |
cmd = opendiff \"$LOCAL\" \"$REMOTE\" | |
path = |
This file contains hidden or 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 hidden or 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
/* 红粉黑主题:还不错,GitHub中实时更新*/ | |
@import url('https://cdn.jsdelivr.net/gh/LeonWong0609/logseq-default-dark-0-saturation@main/custom.css'); | |
/* 红粉黑主题:我上传,GitHub中固定版本 | |
@import url('https://cdn.jsdelivr.net/gh/springrain1/[email protected]/custom_favorite.css'); | |
*/ | |
/* 东京主题:我上传,GitHub中固定版本 | |
@import url('https://cdn.jsdelivr.net/gh/springrain1/[email protected]/tokyo.css'); | |
*/ | |
/* Roam主题:我上传,GitHub中固定版本 |
This file contains hidden or 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
{% if is_new_article %}# {{title}} | |
## Metadata | |
{% if author %}- Author: [{{author}}]({{authorUrl}}){% endif %} | |
- Title: {{title}} | |
{% if url %}- Reference: {{url}}{% endif %} | |
- Category: #article{% endif %} | |
{% if is_new_article%}## Page Notes | |
{% for highlight in page_notes -%} |
This file contains hidden or 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
{% if is_new_article %}- #Metadata | |
{% if author %}- Site:: {{author}}{% endif %} | |
{% if url %}- Reference:: {{url}}{% endif %} | |
{% endif %} | |
{% if is_new_article%}- #PageNotes | |
{% for highlight in page_notes -%} | |
{{highlight.annotation}} | |
{% if highlight.tags | length %} Tags: {% for tag in highlight.tags -%} #{{tag | replace(" ", "-")+" "}}{%- endfor %}{%- endif %} | |
{%- endfor -%} |
saveClipboardImage(clipboardData).then((path) => { // // 更新列表 // addToImageList(uploadList, { // img, // path // }); // removeFromClipboardList(img);
}).catch((e) => {
saveClipboardImage(clipboardData).then((path) => {
// // 更新列表
// addToImageList(uploadList, {
// img,
// path
// });
// removeFromClipboardList(img);
}).catch((e) => {
This file contains hidden or 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
这是一个共建共享的工具和思维模型知识库 https://logseq.fishyer.com | |
## 1.我的愿景 | |
我希望通过微信群聊里的交流,建立一个共建共享的wiki知识库 | |
为大家提供各种目前来说最好用的信息管理工作流、工具、思维模型,帮助大家减少自己去折腾和探索的时间成本 | |
## 2.群聊建议 | |
你在本群的每一次发言,都可能被记录到本网站,成为知识库的一部分。 | |
本群有机器人自动整理,建议大家多用回复功能,微信群聊就是我们大家一起编辑的共享大纲。 | |
我们在群里的每一次聊天,就是在操作一个隐形的大纲 |