face-hh / fextify

A simple text editor written in Rust using Tauri, inspired by Obsidian.
Apache License 2.0
197 stars 14 forks source link

Everything that need to be fixed in my opinion #9

Closed Polygons1 closed 10 months ago

Polygons1 commented 10 months ago
  1. Cannot exit command pallet
  2. Too dark
  3. Files and folders are missing
  4. CLI Support
  5. Syntax highlighting
  6. Move to left
  7. Add tabs on top
  8. change use std::{fs}; to use std::fs; in main.rs

Be ready for a PR

Edit: changed Text to Syntax in 5 Edit 2: edited my edit and added spaces for the PR line

Polygons1 commented 10 months ago
  1. change CTRL to CMD in macOS (Darwin)
  2. change files directory to the current location (.)
  3. add more then just markdown
  4. markdown can also use html tags and syntax highlighting for programming languages
  5. CMD (or CTRL) + A to highlight everything or just by dragging over instead of opening a menu
  6. Add save as...
  7. Add some menus (like file, settings, etc..) and make them accessible by macOS at the top where the  is
Polygons1 commented 10 months ago

Also put executable files in releases lol

Polygons1 commented 10 months ago

Also it can go to other directories by renaming the name to ../ or /

(I tried it with /bin/bash and got an Rename failed, attempted creation fail: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" } error) @face-hh

Polygons1 commented 10 months ago

btw @face-hh, tell me when to create a macOS aarch64 version for the repo (:

Polygons1 commented 10 months ago

@face-hh Change the build script to just npm run build in README.MD