No description
Find a file
randogoth e2c3ae5472 fix subdirectory search and tag highlighting edge cases
- filter notes by relative path instead of bare filename so searching
  "/subdir" or "subdir" matches notes inside that subdirectory
- strip leading "/" from search text before matching so both forms work
- tighten tag regex in _extractTags and _formatTags: require a letter
  after the symbol and a non-word boundary before it ((?<!\S)) to avoid
  matching phone numbers (+44…) and email-local-part suffixes
- fix subdir/notename creation: use contains('/') instead of
  startsWith('/') so names without a leading slash are split correctly

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 17:32:48 +03:00
android rename app ID to com.randogoth.muzzlevelocity 2026-06-19 17:11:01 +03:00
assets app icons 2025-02-22 19:11:10 +02:00
google_fonts added font 2025-02-22 21:14:35 +02:00
ios rename app ID to com.randogoth.muzzlevelocity 2026-06-19 17:11:01 +03:00
lib fix subdirectory search and tag highlighting edge cases 2026-06-19 17:32:48 +03:00
linux rename app ID to com.randogoth.muzzlevelocity 2026-06-19 17:11:01 +03:00
macos rename app ID to com.randogoth.muzzlevelocity 2026-06-19 17:11:01 +03:00
web init 2025-02-20 22:40:41 +02:00
windows custom directory 2025-02-21 22:02:06 +02:00
.gitignore init 2025-02-20 22:40:41 +02:00
.metadata init 2025-02-20 22:40:41 +02:00
analysis_options.yaml init 2025-02-20 22:40:41 +02:00
devbox.json devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
devbox.lock devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
justfile devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
pubspec.lock devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
pubspec.yaml devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
README.md init 2025-02-20 22:40:41 +02:00

muzzlevelocity

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.