number headings | banner | banner_x | banner_y | cssclass | disabled rules | |
---|---|---|---|---|---|---|
first-level 1, max 6, contents ^toc, _.1.1. |
0.29896 |
1 |
dashboard |
|
@echo off | |
rem blat -install SMTP-Server [email protected] 5 -u userid -pw password | |
if "%1"=="" goto USAGE | |
rem copy "%1" book1.epub /y | |
blat - -to [email protected] -s "%1" -body "%1" -log blat.log -force8bit -charset utf-8 -unicode -attach "%1" | |
type blat.log | |
goto END | |
:USAGE | |
echo mail.bat book.epub | |
:END |
@echo off | |
set _FN=%1 | |
set _FN=%_FN:.txt=% | |
set _FN=%_FN:.md=% | |
set _AUTHOR=未知 | |
if not "%2"=="" ( | |
set _AUTHOR=%2 | |
) | |
pandoc %1 -f markdown --toc --metadata title="%_FN%" --metadata author="%_AUTHOR%" --metadata lang="zh-Hant" --css style.css -o %_FN%.epub |
;; chk-is-running 服務名稱 系統目錄 啟動批次檔名 | |
;; chk-is-running gitea z:\test\gitea start_service.bat | |
#SingleInstance Force | |
ServiceName = %1% ;; "gitea" | |
ServiceDir = %2% ;;"z:\test\gitea" ;; 系統目錄 | |
StartBat = %3% ;;"start_service.bat" ;; 啟動服務的批次檔 | |
ServiceChk = sc query "%ServiceName%" > %ServiceDir%\chk-is-running.txt | |
runwait, %COMSPEC% /C %ServiceChk%, ,Hide |
aliases: Markdown Tutorial, Obs 82 obsidianUIMode: source tags: 專案筆記, obsidian, markdown AutoNoteMover: disable disabled rules: [] created: "2022-04-04 14:53:25" modified: "2022-05-02 19:43:33" cssClasses: table-lines, row-alt blog: http://jdev.tw/blog/7066/
%% https://raw.githubusercontent.com/first20hours/google-10000-english/master/google-10000-english-no-swears.txt %% %% YAML %% autonote=>AutoNoteMover: disable| 關閉Auto Note Mover功能|atm csstab=>cssClasses: table-lines, table-nowarp, row-alt| 表格CSS類別 |tabc linter=>disabled rules: [ all ]| 關閉Linter功能 uimode=>obsidianUIMode: source| 實際預覽模式
%% Callouts %%
co-abstract=>> [!ABSTRACT] 摘要\n>
# espanso configuration file | |
# This is the default configuration file, change it as you like it | |
# You can refer to the official documentation: | |
# https://espanso.org/docs/ | |
# Matches are the substitution rules, when you type the "trigger" string | |
# it gets replaced by the "replace" string. | |
toggle_key: OFF | |
matches: |
aliases: tags: obsidianUIMode: source template-should-create: "none" template-should-replace: "always" template-replacement: "{{templateResult}}" created: "2022-02-17 22:23:21" modified: "2022-02-25 14:01:46" disabled rules: [ all ]
aliases: category: "{{總類:choice:文學:流行:文化:生活:經管:科技}}" tags: "{{文學分類:choice:小說:隨筆:日本文學:散文:詩歌:名著:港台}} {{流行分類:choice:漫畫:推理:繪本:青春:科幻:言情:奇幻:武俠}}" AutoNoteMover: disable disabled rules: [ all ] template-output: 030-Inbox template-input: title,body template-replacement: "[[{{title}}]]" template-should-replace: "sometimes"
aliases: obsidianUIMode: source tags: "{{type:choice:專案筆記:彙總筆記:文獻筆記:永久筆記}}, {{tags:multi:blog:yt-videos:obsidian:autohotkey:windows:dev}}" template-output: 040-Highlights template-replacement: "[[{{title}}]] ![[{{title}}#^overview]]" template-should-replace: "sometimes" template-should-create: "open-pane" created: "{{建檔日期:currentDate:yyyy-MM-dd HH-mm-ss}}" modified: "2022-02-19 13:12:42"