Giter Club home page Giter Club logo

fextify's Introduction

Fextify

A simple text editor written in Tauri, inspired by Obsidian.

This is a prototype, not a fully polished version.

How to run?

Windows

Run the fextify_[version]_x64_en-US.msi msi installer or run the fextify_[version]_x64-setup.exe installer included in the releases section.

GNU/Linux

Debian and/or Ubuntu

Install the .deb version of the package from the releases section.

AppImage and raw linux

For any other GNU/Linux distribution you can use the .AppImage or run the raw linux version from the the releases section/.

Note: You might need to make them executable by running chmod +x fextify.AppImage or chmod +x fextify-linux.

Manual compilation

For manual compilation run npm run tauri build -- --target x86_64-pc-windows-msvc on Windows, or npm run tauri build on GNU/Linux.

NOTE: if you run into any compilation error you can always debug the error with npm run tauri build --verbose.

On first startup

  1. Run the fextify.exe included in this folder. (or run npm run tauri build -- --target x86_64-pc-windows-msvc to compile)
  2. Press CTRL + P to open the command pallet. It will give you a good idea of what's going on. Otherwise, explore!

Themes

image

Premade

You can press CTRL + ALT + S to open the Theme Selector.

Creating

You can duplicate the src/themes/default.css and modify its colors. We recommend you import the theme automatically on restart by adding <link rel="stylesheet" href="themes/my_theme.css" /> in src/index.html and use npm run tauri dev to have the application reset on save.

Publishing

You can open a pull request to add your theme in /src/themes. We will add it if it's good.

Alternatively, you can join our Discord server and post it on the fextify-themes forum!

Known bugs

  1. Changing the title of any file to a duplicate causes a panic & config.json to mess up. For the time being, avoid naming files the same. In case this happens, nuke config.json by emptying all arrays & restart the software.

fextify's People

Contributors

face-hh avatar polygons1 avatar memergamer avatar sprechender avatar supercoolspy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.