Releases: MarkMindCkm/obsidian-markmind
v1.7.4
this is a big version
mindmap feature
- Boundary support add name
- Desktop app version recovery support for epub files , you can use it like the pdf
- Support use chatGTP to create a mindmap , it contains two mode :
- outline mode : list outline about a topic of node
- Q&A : get info about a topic of node
you can get chatGTP command by use ctrl + p
,
- select a node
- execute the command of
create a mindmap by chatGTP
you can input openAI apiKey in markmind setting tab
the api link is https://api.openai.com/v1/engines/text-davinci-003/completions
const apiUrl = 'https://api.openai.com/v1/' // ChatGPT API 的 URL
const model = 'text-davinci-003' // 模型名称
async function generateText(prompt: string, key: string, proxyServer?: string) {
const response = await fetch(proxyServer || (apiUrl + 'engines/' + model + '/completions'), {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer ${key}` // 在此处替换为您的 API 密钥
},
body: JSON.stringify({
'prompt': prompt,
'max_tokens': 3064,
'temperature': 0.5
})
})
const result = await response.json()
return result.choices[0].text
}
Notice: the price of markmind will increase to 16 ~ 24 $/forever because increasing complexity and difficulty of markmind functions
这是一个大的版本更新
思维导图功能增强
- 外框支持添加组名称
- 桌面版恢复对epub文件的打开和标注支持
- 支持使用chatGTP 智能创建思维导图,包括两种模式
- 大纲:获取节点主题的大纲信息
- 问答模式:获取节点主题的详细信息
使用 chatGTP 前提条件
- 需要在设置里输入 openAI 的api key
- 网络支持访问,或者在设置里输入代理网址 , 注意代理的访问链接是
https://api.openai.com/v1/engines/text-davinci-003/completions
这样可以使用大纲模式来列取文章枝干,用问答模式来丰富文章内容
使用 chatGTP 方法
- 选择节点
- ctrl + p , 执行
智能生成思维导图
注意:由于开发难度增加和功能越来越复杂,价格将要调整至 108 ~ 168 ¥/ 永久版本,年付 60¥
boundary support add name (外框添加组名)
chatGTP create mindmap (AI 生成导图)
v1.7.3
- fix cannot collapse node if node children has table layout
- add a setting for android and ios pdfjs plugin ,if you open this setting , android and ios system support put pdfjs into
.obsidian
folder
Download lastest PDFjs plugin , the lastest pdfjs plugin support win, mac ,android and ios system
Buy a active code
- 修复节点存在表格布局无法收缩的问题
- 添加一个设置选项,支持安卓和ios系统将 pdfjs 插件放在 .obsidian 文件夹中,注意安卓和 ios 系统可能需要显示隐藏文件夹才能看到 .obsidian 文件夹
下载最新版本 PDFjs 插件,最新版 pdfjs 插件支持所有系统
购买一个激活码
v1.7.2
This is a major version update !
- add a table layout for rich mindmap
- update
andoird
andios
pdfjs plugin , the version will be same as pc version - fix
only copy annotate link
in setting tab of markmind , now the link type is[📌](link)
- fix the image name of rect annotate,not paste path in
[[ ]]
- Open mind map increases speed
The program is becoming increasingly complex and difficult, please support me!
The prices will be adjusted soon
这是一次大的版本更新,请注意!
下载 PDFjs 插件
- 增加表格布局
- 更新安卓和 ios 的 pdfjs 和电脑版本一致,现在可以在不同系统之间通用
- 修复 只复制标注链接 的 问题
- 修复复制矩形标注的链接,去掉其中的图片路径,只使用图片名称
- 增加打开思维导图的速度
程序越来越复杂,难度越来越大,请支持我!
购买一个激活码
也许后面会调整价格。
v1.7.1
v1.7.0
- add a
copy node link
command in ctrl + p board , this command is used in rich mode - add a
open change theme box
andclose change theme box
command in ctrl + p board , you can change mindmap theme in rich mode - add six theme in rich mode of mindmap
- 在Ctrl + p 命令面板里 添加了一个
复制节点链接
的命令,这个是在 rich 模式下使用的 - 在 Ctrl + p 命令面板里 添加 了
打开主题切换框
和关闭主题切换框
命令,可以用于更改 rich 模式下思维导图的皮肤 - 增加了rich 模式下的6种思维导图皮肤
v1.6.9
- fix cannot open pdf if update obsidian to v1.2.8
- remove setting of pdfjs path/andriod pdfjs path/ios pdfjs path
- pdfjs must be put to default folder
- if you use pc version , you should put pdfjs to
.obsidian
folder of vault - if you use andriod version , you should put pdfjs to
andrios
folder of vault - if you use ios version , you should put pdfjs to
ios
folder of vault
4, restart obsidian
- if you use pc version , you should put pdfjs to
这是一个补丁版本
- 修复obsidian 更新到1.2.8 导致的 pdf 无法打开的问题
- 移除手动设置 pdfjs 路径
- 现在必须要将 pdfjs 放在库中的文件夹里
- 对于电脑版本,请将 pdfjs 放在库内的
.obsidian
文件夹下 - 对于安卓版本,请将 pdfjs 放在库内的
andriod
文件夹下 - 对于ios 版本,请将 pdfjs 放在库内的
ios
文件夹下
- 对于电脑版本,请将 pdfjs 放在库内的
v1.6.8
- fix bug of style , add a table style in mind map node
- fix indent bug of basic mode
- add a setting to choose whether to add an id in end of collapse node text when save data of basic mode mindmap
- optimize save data mechanism
- 修复节点样式bug,增加了节点表格样式
- 修复basic模式缩进问题,现在单个缩进修改为 4个空格
- 增加一个设置选项,可以设置basic模式下 保存数据时是否在折叠节点文字最后增加
^id
这个标志 - 优化思维导图保存机制
v1.6.7
- fix the indent bug of getting markdown in basic mind map mode
- support export mind map to a pdf file in pc version , the step is
- download the lasted obsidian , otherwise, this function may not be available
- open a mind map in a independ window ,
- ctrl + p , execute
export mindmap as a pdf file
- close independ window
- if you want to edit mindmap , please open a new independ window
If this plug-in helps you a lot,you can support me to develop more functions
Buy a active code
- 修复basic模式下获取markdown缩进的问题
- 电脑版 支持导出 思维导图为 PDF 文件,步骤如下:
- 请下载最新的obsidian,该功能是在最新版的obsidian(1.1.9)版上开发的
- 打开一个思维导图,拖动到独立窗口
- ctrl + p , 执行
导出思维导图为pdf文件
命令 - 关闭 这个独立窗口,因为生成思维导图的过程中会隐藏页面的一些元素
- 请特别注意以上提示
- 这是一个付费功能,但是目前处于公测阶段,暂时不会加入收费功能
如果这个插件对您有很大的帮助,请支持我,我会逐步开发更多的功能
购买一个激活码