- 3 Posts
- 11 Comments
ArkHost@lemmy.worldto
Technology@lemmy.world•Windows 11 Notepad to support MarkdownEnglish
1·26 days agoThe fact you need a guide to get a working Notepad and Paint back says everything about the state of Windows 11 and Microsoft.
ArkHost@lemmy.worldto
Technology@lemmy.world•The Age Verification Trap... Verifying user’s ages undermines everyone’s data protectionEnglish
4·28 days agoThe age verification trap is just a symptom. The real disease is tech illiterate legislators making decisions about internet infrastructure.
ArkHost@lemmy.worldto
Technology@lemmy.world•Gentoo Linux Begins Codeberg Migration In Moving Away From GitHub, Avoiding CopilotEnglish
2·1 month agoDid this few months ago. Everyone should do the same.
ArkHost@lemmy.worldOPto
Selfhosted@lemmy.world•HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)English
1·1 month agoElectron came first and has a massive ecosystem. Most apps were built before Tauri was mature enough. Switching frameworks is expensive, so existing apps stay on Electron. New projects are increasingly picking Tauri though.
ArkHost@lemmy.worldOPto
Selfhosted@lemmy.world•HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)English
0·1 month agoTauri is an alternative to Electron. Both are frameworks for building desktop apps with web technologies, but Electron bundles a full Chromium browser (which is why Electron apps use so much RAM). Tauri uses your OS’s native webview instead, much smaller, much lighter. Both are open source. The difference is resource usage.
ArkHost@lemmy.worldOPto
Selfhosted@lemmy.world•HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)English
1·1 month agoFixed in v1.1.0
ArkHost@lemmy.worldOPto
Selfhosted@lemmy.world•HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)English
0·1 month agoYou have both - the WYSIWYG editor and a way to switch to the Markdown editor.
ArkHost@lemmy.worldOPto
Selfhosted@lemmy.world•HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)English
1·1 month agoThe import dialog warns you to make a backup before running as it modifies files in place. That said, the frontmatter overwrite on just viewing a note is a valid bug. I’ll fix that, notes should only be modified when you actually edit them.
ArkHost@lemmy.worldOPto
Selfhosted@lemmy.world•HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)English
0·1 month agoThe name comes from the double helix. Structured but flexible, like how notes should be. Trilium is a solid project, but it stores notes in an SQLite database and runs on Electron. HelixNotes keeps everything as plain .md files and uses Tauri, so much lighter on resources.
ArkHost@lemmy.worldOPto
Selfhosted@lemmy.world•HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)English
1·1 month agoDifferent use case. HelixNotes is for people who want a clean, simple note-taking app that works out of the box - not a customizable text processing pipeline. If Vim snippets work for you, stick with that. Not every tool needs to be for everyone.


AI-assisted, yes.