Yuri Karamian
18bb6bb702
Fix Linux startup theme flash ( #195 )
2026-08-03 15:54:17 +02:00
Yuri Karamian
e6e1ed1ed6
Add note duplication ( #24 )
2026-08-03 13:23:18 +02:00
Yuri Karamian
f4e05ed9c4
Add Markdown source highlighting ( #173 )
2026-08-03 09:00:43 +02:00
Yuri Karamian
6b165059cc
Refine note info path and history
2026-08-03 02:03:58 +02:00
Yuri Karamian
550d3ab3e9
Add per-notebook icons and sync
2026-08-03 01:05:07 +02:00
Yuri Karamian
54e051ba02
Add configurable startup view
2026-08-03 00:12:55 +02:00
Yuri Karamian
344728dbe8
Fix macOS traffic lights after window state changes
...
Reapply the native traffic-light alignment after resize, focus, scale, and theme events so AppKit window-state transitions cannot leave the controls at their default position.
2026-08-02 23:53:26 +02:00
Yuri Karamian
64e521d549
fix(ios): poll vault changes to avoid file descriptor exhaustion
2026-07-25 17:14:42 +02:00
Yuri Karamian
0e5b380f8c
Sync detached window typography
2026-07-24 20:55:57 +02:00
Yuri Karamian
e708d8ee63
Fix macOS traffic light vertical alignment
2026-07-24 16:42:20 +02:00
Yuri Karamian
461001442a
Fix macOS traffic light vertical alignment
2026-07-24 16:38:06 +02:00
Yuri Karamian
6b5e923e8e
Fix macOS traffic light alignment
2026-07-24 16:31:38 +02:00
Yuri Karamian
289606a746
Fix macOS AppKit build
2026-07-24 16:14:48 +02:00
Yuri Karamian
9c53b3b594
Fix iOS Files vault transitions
2026-07-24 15:54:12 +02:00
Yuri Karamian
d497ff8aaf
Add iOS Files vault selection
2026-07-24 02:19:00 +02:00
Yuri Karamian
c4d1f12b2e
fix: use vault-relative paths in wikilinks for cross-device sync
2026-07-10 11:30:06 +02:00
Yuri Karamian
6098dd01b4
Add macOS notarization entitlements + iOS mobile guards
...
- Add entitlements.plist for Developer ID hardened runtime (JIT,
unsigned memory, library validation, network client)
- Reference entitlements in tauri.conf.json bundle.macOS
- Guard get_install_type() with early mobile return (avoids
std::process::Command in iOS binary)
- Add cfg(mobile) no-op branch to xdg_open()
2026-07-09 16:46:59 +02:00
Yuri Karamian
95515cac9d
Properly center macOS traffic lights via objc2 ( #169 )
2026-07-05 23:59:08 +02:00
Andreas Lenhardt
d01bd4ea01
update max_token value in ai tests ( #204 )
...
#203
Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/204
2026-07-04 14:31:07 +02:00
Yuri Karamian
479c957698
Robust Obsidian importer: frontmatter normalization, syntax conversion, deprecated property renaming, same-note heading links
2026-06-30 22:10:22 +02:00
Yuri Karamian
13fd70f944
Fix Android note creation delay: throttle file watcher IPC ( #191 )
2026-06-30 19:48:19 +02:00
Yuri Karamian
6f4f526d07
Fix OpenAI test using max_tokens for GPT-5 models
2026-06-30 14:36:20 +02:00
Yuri Karamian
b643eeb884
Gate set_mobile_config_dir behind cfg(mobile) to fix desktop dead-code warning ( #183 )
2026-06-28 19:08:01 +02:00
Yuri Karamian
eb042e5760
Tolerate HTTP 403 in MKCOL for non-compliant WebDAV servers ( #91 )
2026-06-28 19:04:52 +02:00
Yuri Karamian
a43bf05bf0
WebDAV sync: make config per-vault so switching vaults no longer cross-contaminates remotes; migrate existing global config
...
to the active vault
2026-06-27 01:08:02 +02:00
Yuri Karamian
30c3523722
Parallelize vault-stats and tasks scanning for faster Info/Tasks loads on Android
2026-06-25 12:37:32 +02:00
Yuri Karamian
11cc2daa4b
Parallelize notebook and note scanning for faster loads on Android
2026-06-24 23:28:28 +02:00
mf
f98b3415bc
feat(editor): resizable outline panel ( #161 )
...
Add a drag handle to resize the outline panel and persist its width in
vault state (outline_width). Outline text now scales with the editor
font size.
Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/161
2026-06-24 21:01:43 +02:00
blake
7b3609afbb
Added custom themes, import/export option with json ( #159 )
...
Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/159
2026-06-23 20:19:23 +02:00
Yuri Karamian
84ff75f223
Fix #157 : don't flag notebook folder icons as orphaned attachments
2026-06-23 14:03:29 +02:00
Yuri Karamian
eeea16531a
Fix #63 : decide layout from compile-time platform, not the webview user-agent
2026-06-23 13:12:36 +02:00
Yuri Karamian
3d28665e1e
Add settings to hide unused sidebar items ( #153 )
2026-06-22 12:52:07 +02:00
Yuri Karamian
209585a0b4
Preserve create date for notes without frontmatter dates ( #139 )
2026-06-22 12:50:50 +02:00
Yuri Karamian
ce17b38509
Add custom note sorting ( #149 )
2026-06-21 21:44:56 +02:00
mf
ebf38e2281
Add notes list toggle shortcut ( #145 )
...
Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/145
2026-06-21 12:50:31 +02:00
mf
e46fda91a4
Add custom note sorting
2026-06-21 10:46:22 +03:30
Yuri Karamian
1c46935cc5
Add Note Width setting to cap editor content width ( #137 )
2026-06-20 15:01:01 +02:00
Yuri Karamian
002fdb763e
WebDAV: source manifest etag from PROPFIND, not PUT response ( #147 )
2026-06-20 14:14:43 +02:00
Yuri Karamian
93e96829f4
Add setting to toggle link arrows ( #128 )
2026-06-19 11:06:49 +02:00
Yuri Karamian
80ca411a08
WebDAV sync: match remote paths encoding-agnostically so Infomaniak kDrive (and other providers that vary percent-encoding case) sync instead of wiping local notes ( #102 )
2026-06-12 14:42:09 +02:00
Yuri Karamian
4aa399e96e
Fix desktop showing the mobile layout: decide layout from the actual build platform (cfg!(mobile)) instead of sniffing the webview user-agent, which some WebKitGTK builds report mobile-looking ( #63 )
2026-06-11 23:35:24 +02:00
Yuri Karamian
15c6e6388a
Attachments: manual 'Find orphaned attachments' tool in the Info panel - scans all notes incl. trash, previews unreferenced files with sizes, moves to vault trash (recoverable); conservative raw+decoded matching, re-verified before moving, with a loading spinner ( #52 )
2026-06-11 23:16:59 +02:00
Yuri Karamian
fb4c5748a8
AI: OpenAI-compatible provider now uses /v1/chat/completions (not the legacy /v1/completions) so Nvidia NIM and similar work; tolerate a trailing /v1 in the base URL ( #96 )
2026-06-11 22:36:03 +02:00
Yuri Karamian
db924f7352
Disable in-app updater for repo builds (HELIXNOTES_INSTALL_TYPE), open tel:/sms: links in the system handler ( #98 ), label AI button \"OpenAI Compatible\"
2026-06-11 21:24:42 +02:00
Yuri Karamian
2fea44bde6
Vault picker: remove a vault from the Recent list ( #93 ); fix Tasks view showing "All Notes" as the mobile header title
2026-06-11 20:48:20 +02:00
Yuri Karamian
784248f984
Tasks: per-vault persistence for the Flagged filter, Hide done, and sort mode (issue #94 )
2026-06-11 15:50:18 +02:00
Yuri Karamian
67d5ae87c3
Daily note title format setting (Localized/ISO/Long/US/EU); filenames stay ISO ( #40 )
2026-06-10 20:44:29 +02:00
Yuri Karamian
92e8422cb0
Add 'Start week on' setting (Monday default / Sunday) for daily and tasks calendars
2026-06-08 20:56:28 +02:00
Yuri Karamian
bd59f6dbee
Enhance calendars: unify daily and Tasks calendars, remember List/Calendar choice per vault
2026-06-08 02:53:34 +02:00
Yuri Karamian
26fa22afaa
Add task management: aggregated Tasks view (list + calendar) with inline due/priority, check off, set from row, and drag-to-reschedule ( #62 )
2026-06-08 02:34:19 +02:00