【Microsoft PowerPoint for Mac】2分钟配置-MAC一键删除PPT中的所有备注

MAC一键删除PPT中的所有备注

  • 1.搜索自动操作
  • 2.点击快速操作
  • 3.搜索并运行`AppleScript`
  • [4.输入代码,并选择只应用于Microsoft PowerPoint for Mac【右上角】](#4.输入代码,并选择只应用于Microsoft PowerPoint for Mac【右上角】)
  • [5. CRTL+S保存为"清除当前文稿中的所有备注",PPT中应用。](#5. CRTL+S保存为“清除当前文稿中的所有备注”,PPT中应用。)

MAC没自带,需要自己配置

1.搜索自动操作

2.点击快速操作

第一遍可能打不开,可以尝试两次

3.搜索并运行AppleScript

4.输入代码,并选择只应用于Microsoft PowerPoint for Mac【右上角】

支持command+Z撤销删除

复制代码
on run {input, parameters}
	tell application "Microsoft PowerPoint" -- version: 2019
		set allSlides to slides of active presentation
		set counter to 0
		repeat with each_slide in allSlides
			try
				set content of text range of text frame of place holder 2 of notes page of each_slide to ""
			on error
				set counter to counter + 1
			end try
		end repeat
		if counter > 0 then display dialog "共跳过" & counter & "个无法解析的ppt页" buttons {"OK"} default button 1 with title "清除当前演示文稿中的所有备注" with icon note
	end tell
	return input
end run

5. CRTL+S保存为"清除当前文稿中的所有备注",PPT中应用。

参考:

https://www.machunjie.com/macos/1315.html【代码运行完闪退】

https://www.zhihu.com/question/35590265/answer/1193997870【完美解决问题】

相关推荐
宝桥南山14 小时前
GitHub Models - 尝试一下使用GitHub Models
microsoft·ai·微软·c#·github·.netcore
syounger14 小时前
SAP新API政策引发AI生态焦虑:开放平台还是变相锁定?
人工智能·microsoft
Data-Miner17 小时前
用DeepSeek V4做表:数以轻舟Agent让做Excel表像聊天一样简单
microsoft·excel
HashFlag18 小时前
Mac新机基础配置
macos
nbwenren19 小时前
2026实测:用 Gemini 3.1镜像站 自然语言转 SQL,打造内部数据分析对话式接口
microsoft
承渊政道20 小时前
【动态规划算法】(子序列问题解题框架与典型案例)
数据结构·c++·学习·算法·leetcode·macos·动态规划
pop_xiaoli20 小时前
【iOS】KVC与KVO
笔记·macos·ios·objective-c·cocoa
SkyXZ~20 小时前
Mac上使用VScode优雅开发STM32
vscode·stm32·macos
武藤一雄20 小时前
WPF:MessageBox系统消息框
前端·microsoft·c#·.net·wpf
Leinwin1 天前
双城奔赴,智领未来:领驭科技亮相2026微软AI Tour上海·香港站
人工智能·科技·microsoft