■Onetastic
https://getonetastic.com/download
☞Onetastic 설치 후 작업
원노트 툴바에서 "Download Macros" >
Sort Pages
Sort Sections
"New Macro" > File > Import
하여 아래의 XML 파일을 추가한다. (XML 파일은 반드시 UNICODE(UTF-16)로 저장)
<?xml version="1.0" encoding="utf-16"?>
<Macro id="M3279422F4CC74CFA814D3BE875AE3B1D" name="hasu0707_macro" category="Font" description="현재 섹션의 타이틀과 내용의 폰트를 모두 변경한다." version="1">
<Metadata downloadDate="2020-10-27T00:17:04.000Z" lastModifiedDate="2020-10-27T00:41:23.000Z" macroVersion="75BDDB" />
<Comment text="----------------------------------------------------------------------------------" />
<Comment text=" hasu0707's macro" />
<Comment text="----------------------------------------------------------------------------------" />
<ForEach var="Page">
<Array>GetCurrentSection().pages</Array>
<ForEach var="Title">
<Array>QueryObjects("Title", $Page)</Array>
<ForEach var="Paragraph">
<Array>QueryObjects("Paragraph", $Title)</Array>
<Expression>$Paragraph.fontName = "굴림체"</Expression>
</ForEach>
</ForEach>
<ForEach var="ParagraphObject_1">
<Array>QueryObjects("Paragraph", $Page)</Array>
<Expression>$ParagraphObject_1.fontName = "굴림체"</Expression>
<Expression>$ParagraphObject_1.fontSize = 10</Expression>
</ForEach>
</ForEach>
</Macro>
