Skip to content

Commit 0e47d8c

Browse files
authored
New version: blueberrycongee.LuminaNote version 0.5.12 (microsoft#339051)
1 parent 3e83926 commit 0e47d8c

4 files changed

Lines changed: 210 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: blueberrycongee.LuminaNote
5+
PackageVersion: 0.5.12
6+
UpgradeBehavior: install
7+
ReleaseDate: 2026-02-12
8+
Installers:
9+
- Architecture: x64
10+
InstallerType: nullsoft
11+
Scope: user
12+
InstallerUrl: https://github.com/blueberrycongee/Lumina-Note/releases/download/v0.5.12/lumina-note_0.5.12_x64-setup.exe
13+
InstallerSha256: 9139D6E7C7795AEF22A2E6CFDCA92B99B9F05FC5E2C044670C22B4017FA29666
14+
ProductCode: lumina-note
15+
- Architecture: x64
16+
InstallerType: wix
17+
Scope: machine
18+
InstallerUrl: https://github.com/blueberrycongee/Lumina-Note/releases/download/v0.5.12/lumina-note_0.5.12_x64_en-US.msi
19+
InstallerSha256: 433919950B279BF4DF557987E7FA6F1E029092667A4ED4B43E030D675F985AC5
20+
InstallerSwitches:
21+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
22+
ProductCode: '{288E1AA7-73E1-4F5D-BC73-9F6BD7D8A2FE}'
23+
AppsAndFeaturesEntries:
24+
- UpgradeCode: '{110CDD3F-1CE9-5C05-964D-46A876205773}'
25+
ManifestType: installer
26+
ManifestVersion: 1.12.0
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: blueberrycongee.LuminaNote
5+
PackageVersion: 0.5.12
6+
PackageLocale: en-US
7+
ShortDescription: A modern Markdown note-taking app with live preview, bidirectional links, and AI assistant
8+
Description: |-
9+
Lumina Note is not just a Markdown editor – it is an LLM-native knowledge workspace:
10+
- Local Markdown vault, Git-friendly
11+
- Built-in multi-provider LLM client (8 providers)
12+
- Full-featured Agent system with tools
13+
- RAG semantic search on your own notes
14+
- PDF reader + annotation system
15+
- Dataview-style databases driven by YAML
16+
- Bilibili video notes, voice notes, daily notes
17+
18+
✨ Core Features
19+
📝 Immersive Editing
20+
- Three editor modes: Source / Live Preview / Reading
21+
- WikiLinks: [[WikiLinks]] to build a graph-like knowledge network, supports drag-and-drop from file tree
22+
- Beautiful formatting: LaTeX math (KaTeX), Mermaid, Obsidian-style callouts > [!info]
23+
- Syntax highlighting: CodeMirror 6 with hundreds of languages
24+
- Split view editor:
25+
- Horizontal / vertical split
26+
- Draggable divider with live resize
27+
- Active pane tracking: the pane you clicked last becomes the target when opening files
28+
- Image paste: Ctrl+V to paste screenshots directly into editor, auto-saved to vault
29+
🕸️ Knowledge Graph
30+
- Canvas-based, high-performance visualization of your vault
31+
- Folders shown as spiky balls, children inherit folder color
32+
- [[WikiLinks]] automatically become edges between notes
33+
- Right-click a node to open an isolated view (node + neighbors)
34+
- Physics simulation for natural clustering & interactive dragging/zooming
35+
🤖 AI Agent System
36+
- Multi-provider LLM support:
37+
- Anthropic, OpenAI, Gemini, DeepSeek, Moonshot (Kimi), Groq, OpenRouter, Ollama (local)
38+
- Agent modes: editor, organizer, researcher, writer
39+
- Tooling: read/edit/create/move/search notes, database tools, RAG search, grep, etc.
40+
- Real-time edit preview: animated diff playback inside the editor
41+
- RAG semantic search: vector DB + optional reranker
42+
- AI floating ball: draggable assistant that doesn’t break your flow
43+
- Voice input: streaming STT with auto-stop and animation
44+
🎬 Bilibili Video Notes
45+
- Play Bilibili videos inside the app (Tauri multi-WebView)
46+
- Send special-prefixed danmaku to create timestamped notes
47+
- Click timestamps in notes to jump the video
48+
- Notes are saved as Markdown and reloaded automatically next time
49+
📄 PDF Intelligent Reader & Annotations
50+
Optimized for academic and research workflows.
51+
- Interactive element detection: detect text, images, tables, etc.
52+
- Annotation system:
53+
- Highlight / underline selected text (5 colors)
54+
- Add textual notes to highlights
55+
- Annotation storage:
56+
- Saved as pure Markdown files: yourfile.pdf.annotations.md
57+
- Lives next to the PDF, Git-friendly and editable in any editor
58+
- Bi-directional jumping:
59+
- From PDF → annotation file
60+
- From annotation file → back to the exact PDF location via lumina://pdf links
61+
- Ctrl+Click opens the PDF in split view and jumps to the annotation
62+
- Thumbnails & outline: page thumbnails and table-of-contents sidebar
63+
- Full-text search: in-document search with highlight
64+
- AI integration: send selected PDF content to AI for summarization/translation
65+
🎨 Themes
66+
- 15 built-in themes, each with light + dark variants (30 looks in total)
67+
- Themes affect headings/links/code/blockquote and 17+ Markdown elements
68+
- Custom title bar that follows theme colors, with window controls
69+
- All theme settings are managed in the Settings panel (bottom-left gear icon)
70+
📊 Dataview-style Databases
71+
- YAML frontmatter-driven: notes are the source of truth
72+
- Table and Kanban views
73+
- 7 column types: text, number, select, multi-select, date, checkbox, URL
74+
- Database definitions stored as .db.json (structure only, no row data)
75+
- File tree integration: database icons, click to open views
76+
- Fully Git-friendly and plaintext-friendly
77+
Tags:
78+
- backlink
79+
- bi-directional-link
80+
- block
81+
- docs
82+
- document
83+
- editor
84+
- graph
85+
- knowledge
86+
- knowledge-base
87+
- markdown
88+
- mind-map
89+
- mindmap
90+
- notes
91+
- outliner
92+
- pkm
93+
- reference
94+
ManifestType: locale
95+
ManifestVersion: 1.12.0
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: blueberrycongee.LuminaNote
5+
PackageVersion: 0.5.12
6+
PackageLocale: zh-CN
7+
Publisher: luminanote
8+
PublisherUrl: https://github.com/blueberrycongee
9+
PublisherSupportUrl: https://github.com/blueberrycongee/Lumina-Note/issues
10+
Author: Jiahe Wu
11+
PackageName: lumina-note
12+
PackageUrl: https://github.com/blueberrycongee/Lumina-Note
13+
License: Apache-2.0
14+
LicenseUrl: https://github.com/blueberrycongee/Lumina-Note/blob/HEAD/LICENSE
15+
Copyright: Copyright 2024-2026 Lumina Note Contributors
16+
ShortDescription: 一款现代的 Markdown 笔记应用,具有实时预览、双向链接和 AI 助手功能
17+
Description: |-
18+
Lumina Note 不仅仅是一个编辑器,它是一个集成了 LLM 能力的知识生产环境。
19+
📝 沉浸式编辑体验
20+
- 多模式切换:无缝切换 源码 / 实时预览 / 阅读模式
21+
- 双向链接:使用 [[WikiLinks]] 构建网状知识图谱,支持从文件树拖拽创建链接
22+
- 专业排版:原生支持 LaTeX 数学公式、Mermaid 图表及 Obsidian 风格 > [!info] 提示块
23+
- 语法高亮:基于 CodeMirror 6,支持上百种语言的代码高亮
24+
- 分栏编辑:水平/垂直分栏,可拖拽调整大小,活动面板自动接收新文件
25+
- 图片粘贴:截图或复制图片后直接 Ctrl+V 粘贴,自动保存到笔记库
26+
🕸️ 知识图谱
27+
- 基于 Canvas 的高性能可视化引擎,直观展示笔记间的关联关系。
28+
- 文件夹层级:文件夹作为节点显示(带刺圆球样式),父子关系带箭头连线
29+
- 颜色分区:按文件夹自动分配颜色,子节点继承父文件夹颜色
30+
- 双向链接:[[WikiLinks]] 自动解析为节点间的连线
31+
- 右键孤立查看:右键点击任意节点,可在新标签页中查看该节点及其直接关联的节点
32+
- 物理引擎:可调节的斥力、弹力、向心力参数,支持拖拽节点和画布缩放
33+
🤖 AI Agent 系统
34+
- Agent 模式:能够理解意图,自动执行读取、编辑、搜索笔记等复杂任务链。
35+
- AI 悬浮球:随时唤起的助手,支持拖拽,不打断当前心流。
36+
- 语音输入:基于 Web Speech API 的语音转文字,支持流式显示、自动停止、录音动画。
37+
- Diff 预览:AI 修改内容前提供 Diff 对比视图,由你决定是否 Apply。
38+
- RAG 语义搜索:内置 SQLite 向量库,基于语义理解检索你的本地知识库。
39+
🎬 B 站视频笔记
40+
- 边看视频边做笔记,通过弹幕同步实现精确时间戳记录。
41+
- 内嵌播放 在应用内直接播放 B 站视频,支持登录和发弹幕
42+
- 弹幕同步 发送带前缀的弹幕(如 #笔记内容),一键同步为带时间戳的笔记
43+
- 时间跳转 点击笔记时间戳,视频自动跳转到对应位置(无需刷新)
44+
- 自动保存 笔记自动保存为 Markdown 文件,下次打开同一视频自动加载
45+
📄 PDF 智能阅读器
46+
- 为学术工作流优化的 PDF 阅读和标注系统。
47+
- 交互式元素识别:自动识别文本、图片、表格等元素,支持悬浮高亮和点击选中
48+
- PDF 批注系统:选中文本添加高亮/下划线,支持 5 种颜色和笔记
49+
- 批注笔记同步:批注自动保存为 Markdown 文件,与 PDF 同目录
50+
- 双向跳转:点击笔记中的链接跳转到 PDF 对应位置,Ctrl+Click 分栏打开
51+
- 缩略图与目录:侧边栏显示页面缩略图和文档大纲,快速跳转
52+
- 全文搜索:支持在 PDF 中搜索关键词,实时高亮匹配结果
53+
- 与 AI 对话:将选中的 PDF 内容发送给 AI,进行摘要、翻译或解释
54+
🎨 主题系统
55+
- 15 套官方主题:默认/海洋/森林/薰衣草/玫瑰/落日/薄荷/靛青/拿铁/极光/极简等
56+
- 明暗双模式:每套主题都有明亮和暗黑两种模式(共 30 种外观)
57+
- Markdown 颜色:主题影响标题/链接/代码块/引用等 17 种元素
58+
- 设置面板:左下角齿轮图标,统一管理主题、AI、RAG 等设置
59+
🔌 多模型生态
60+
支持接入主流 LLM Provider,自由切换模型:
61+
Anthropic · OpenAI · Gemini · DeepSeek · Moonshot · Groq · OpenRouter · Ollama (Local)
62+
Tags:
63+
- markdown
64+
- 个人知识管理
65+
- 内容块
66+
- 双向链接
67+
- 反向链接
68+
- 图谱
69+
- 大纲
70+
- 引用
71+
- 思源笔记
72+
- 思维导图
73+
- 文档
74+
- 知识
75+
- 知识库
76+
- 笔记
77+
- 编辑器
78+
- 脑图
79+
ReleaseNotesUrl: https://github.com/blueberrycongee/Lumina-Note/releases/tag/v0.5.12
80+
ManifestType: defaultLocale
81+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: blueberrycongee.LuminaNote
5+
PackageVersion: 0.5.12
6+
DefaultLocale: zh-CN
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)