# Note Fusion

> Note Fusion (iPhone/iPad app by 毅杰 曾.)

- Source: https://appshunter.io/ios/app/note-fusion/id6479475162 (this page in markdown: same URL + `.md`)
- Developer: [毅杰 曾](https://appshunter.io/developer/1656002845)
- Category: Productivity
- Price: Free with in-app purchases
- Age rating: 4+
- Requires: iOS 15.0 · 45 MB
- Languages: American English
- Released: 2024-04-14
- Data updated: 2026-08-26
- User reviews in markdown: https://appshunter.io/ios/app/note-fusion/id6479475162/reviews.md

## What is Note Fusion?

# Note Fusion - 你的智能笔记伙伴

## 产品简介

Note Fusion 是一款注重简单性和安全性的个人笔记应用。它就像一本关于时间的书，包含封面、扉页、每一天的笔记和封底，帮助您将所有笔记优雅地集中在一处。

## 核心特性

### 1. 安全至上

-   **完全离线**：所有笔记保存在本地磁盘
-   **格式公开**：确保"你的笔记还是你的"
-   **数据自主**：完全掌控您的数据安全

### 2. 简约设计

-   **一元笔记法**：采用流式记录方式
-   **统一视图**：所有笔记集中展示
-   **直观操作**：简单易用的界面设计

### 3. 专业功能

-   **强大搜索**：快速定位所需信息
-   **LaTeX 支持**：可视化 LaTeX 编辑功能
-   **跨平台同步**：支持多设备数据同步（需订阅）

## 适用人群

Note Fusion 为各类用户提供完善的笔记解决方案：

-   学生：课堂笔记和学习资料整理
-   教师：教学计划和课程材料管理
-   作家：创作灵感和素材收集
-   研究人员：研究数据和文献整理
-   职场人士：工作笔记和项目管理

## 订阅服务

### 高级会员订阅

-   **服务名称**：高级会员订阅（按月）
-   **付费方式**：通过 Apple 订阅系统按月付费
-   **主要功能**：启用 iCloud 跨设备数据同步

### 订阅须知

1. 费用通过 Apple ID 账户收取
2. 自动续订机制，可在当前订阅期结束前 24 小时取消
3. 在 iOS 设备"设置"中管理或取消订阅
4. 免费试用期内取消将立即终止试用权益

5. 用户协议：https://axplus.github.io/fusion/terms
6. 隐私政策：https://axplus.github.io/fusion/privacy

_注：我们仅收集必要的支付信息和使用数据以确保服务正常运行，所有数据处理均遵循隐私政策规定。_


最终用户许可协议（EULA）：
https://www.apple.com/legal/internet-services/itunes/dev/stdeula

## Pricing and in-app purchases

Base price: Free.

**Subscriptions**

| Subscription | Price | Period |
| --- | --- | --- |
| Pro 会员连续包月 | $0.99 | per month |



## Version history (last 5 releases)

### 1.37.2 — 2026-08-25

-   ## New Features
    -   Added a new query and filter system with predefined filters and custom query support
    -   Added tag list component to the Timeline view for better tag management
    -   Added compact bookmark strategy with responsive layout support
-   ## Bug Fixes
    -   Fixed QuickBar visibility and icon display issues across different views
    -   Fixed doc_view button text to properly display query name
    -   Fixed selection mode by switching to unique IDs for selection owners
    -   Fixed Timeline scheduled tasks rendering and added time scope filtering
    -   Fixed Timeline daily index update timing with post-frame callback
    -   Fixed configtree tags incorrectly appearing in task filters
    -   Fixed Done state tag conversion errors with DateTime handling
    -   Fixed jump-to-topic intent handler in the Timeline tag list
    -   Fixed selection model scope conflicts across different views
    -   Fixed Realm database cleanup behavior at startup in debug environments
    -   Fixed secondary tap / right-click support for desktop platforms
    -   Fixed anchor jump logic and list tile layout inconsistencies

### 1.37.1 — 2026-08-08

-   New Experience
    -   Brand-new 3D page-flip transition: tab switching now flips like a book around the left spine, smooth in both directions
    -   Customizable bookmark sidebar position: choose left or right in Settings (wide screen layout)
    -   New bookmark document list in the timeline, with one-tap ruler display mode switching
    -   Added teal and brown bookmark colors
-   UI Improvements
    -   Notebook sidebar adapts to phone and wide screen, switching to a compact bookmark list on small screens
    -   Refined wide-screen timeline layout and spacing
    -   Redesigned quick bar collapse interaction, cleaner and smoother
-   Bug Fixes
    -   Fixed content bleeding into the title bar
    -   Fixed tab normalization and bookmark list rendering issues
    -   Fixed timeline group boundary detection errors

### 1.37.0 — 2026-07-31

-   **New Features**
    -   Added settings tab and settings view
-   **Improvements & Enhancements**
    -   Parsing Indent Text with new Rescript parser
    -   Restructured timeline filter sheet options layout for better usability
    -   Improved tab serialization and timeline filtering logic
    -   Rewrote group-by and sort logic to simplify the API
-   **Refactoring & Cleanup**
    -   Overhauled the indent text parser with a full test suite; migrated implementation between Dart and JS backends
    -   Standardized and cleaned up localization strings across the project
    -   Removed unused anchor-related code and added a dedicated doc view model
    -   Extracted shared preference storage keys to named getters for maintainability
    -   Consolidated color utilities to use named parameters for alpha values
    -   Removed generated intl localization files and obsolete tooling (`models_rewrite`)
-   **Bug Fixes**
    -   Added error handling for deadline JSON parsing failures
    -   Fixed handling of invalid date strings for targeted fields
    -   Fixed console sort rule to default to targeted descending
    -   Fixed list item indent spacing in the exp_rescript parser
    -   Removed debug logs and corrected exp_rescript build configuration
-   **Build & Infrastructure**
    -   Added `exp_rescript` package to the build system
    -   Added automatic cleanup of old generated Dart files before build
    -   Bulk updated dependencies and fixed Rescript parser issues
    -   Added empty document tests and fixed targeted empty value handling

### 1.36.6 — 2026-07-30

-   ## New Features
    -   Added top-down primary toggle and bottom-up list hotkey for faster navigation
    -   Added "sort by created date" option and set it as the default console sort order
    -   Added 10-minute DateTime extension for easier time calculations
    -   Added async transaction save method for more reliable data persistence
    -   Added simple tag mapping extension with tests for better tag handling
    -   Added deadline tag support in tag map for task tracking
    -   Added hashName change listener to automatically refresh queries when names change
    -   Added initial indent text markdown parser package for better text parsing
    -   Added MongoDB ObjectId support in the expression parser
-   ## Bug Fixes
    -   Fixed top-down list height calculation and update timing for smoother scrolling
    -   Fixed size passing when toggling bottom-up list to prevent layout issues
    -   Fixed owner view type passing to timeline components for correct display
    -   Fixed default filter settings to enable tagged pins and tasks by default
    -   Fixed urgent tag calculation and added overdue filter for better task prioritization
    -   Fixed sort fields to use targeted date instead of created date for more accurate sorting
    -   Fixed scroll spacing and disabled jump-to-top widget for better navigation
    -   Fixed parser root node handling by hardcoding root ID to simplify logic
    -   Fixed lock tag behavior to prevent editing of locked nodes and show lock status in path title
    -   Fixed macOS compatibility and updated dependencies
    -   Fixed encoding to skip empty predefined property values
-   ## UI Improvements
    -   Replaced segmented control with text button group for cleaner timeline UI
    -   Renamed form and control widgets for better consistency across the app
    -   Restructured filter sheet UI and updated layout logic for better usability
    -   Adjusted console sort rule and timeline appearance
    -   Conditionally rendered handler and adjusted bar styling for better visual hierarchy
    -   Added filter options for showing tagged pins and tasks
    -   Added fixed bottom option to eliminate scroll jank
    -   Adjusted timeline indicator spacing using margin instead of padding

### 1.36.5 — 2026-07-11

-   ## New Features
    -   Added an "all time" option to the date range filter, letting you view items without time restrictions
    -   Added sorting by main class order in the four-group layout
    -   Introduced auto-update logic for margin deadlines
    -   Added a new tool for rewriting data models with improved data structures and test data
-   ## Bug Fixes
    -   Fixed task completion detection for scheduled items, now correctly checking against deadlines
    -   Fixed overdue task identification to properly untag completed items
    -   Fixed realm database queries to use correct query string format
    -   Fixed urgent task upgrade logic to check completion status correctly
    -   Adjusted sorting order for main class to show most recent first
-   ## Filter & Query Improvements
    -   Updated pinned task filter to include overdue flagged items and past-due unscheduled tasks
    -   Removed the four-board filter from the query system
    -   Temporarily disabled direction filter control (to be restored later)
    -   Temporarily disabled the "all" tab and related filter code (to be restored later)
-   ## UI Consistency & Layout
    -   Standardized UI spacing and icon sizes across the app using centralized constants
    -   Improved timeline scroll layout with better header positioning
    -   Added customizable "Pull down" title for scroll-to-top header
    -   Updated focus icon appearance in document view toggle

## Apps similar to Note Fusion

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [MarkTodo-To Do List+Tasks+Plan](https://appshunter.io/ios/app/marktodo-to-do-list-plus-tasks-plus-plan/id6476442703) | 5.0 (4) | Free | Productivity |
| [TaskPark](https://appshunter.io/ios/app/taskpark/id6502047344) | — | Free | Productivity |
| [Scanner: PDF & OCR Scanner](https://appshunter.io/ios/app/scanner-pdf-and-ocr-scanner/id1545894404) | 4.9 (13) | Free | Productivity |
| [Right PDF Reader](https://appshunter.io/ios/app/right-pdf-reader/id690338821) | 4.6 (5) | Free | Productivity |
| [Focus3-专注完成每天最重要的三件事](https://appshunter.io/ios/app/focus3/id6450662645) | 5.0 (12) | Free | Productivity |
| [始末](https://appshunter.io/ios/app/id1670906512) | — | Free | Productivity |

## More apps by 毅杰 曾

- [D2Outliner](https://appshunter.io/ios/app/d2outliner/id6446220539)
- [D2Go](https://appshunter.io/ios/app/d2go/id6449474105)
- [Fission](https://appshunter.io/ios/app/fission/id6473332241)

All apps by 毅杰 曾: https://appshunter.io/developer/1656002845

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-08-26.*
