All Projects → silvia-odwyer → xenon

silvia-odwyer / xenon

Licence: Apache-2.0 License
Markdown/Rich Text editor with a decentralized storage system | Built with Vue

Programming Languages

Vue
7211 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to xenon

lander
Your landing page on the decentralized internet
Stars: ✭ 39 (+105.26%)
Mutual labels:  decentralized, blockstack
blockstack-browser
The Blockstack Browser
Stars: ✭ 1,130 (+5847.37%)
Mutual labels:  decentralized, blockstack
Stacks Blockchain
The Stacks 2.0 blockchain implementation
Stars: ✭ 2,549 (+13315.79%)
Mutual labels:  decentralized, blockstack
blockusign
A decentralized, encrypted document signing tool where you own and control your own documents, contracts and data. It is built on Blockstack
Stars: ✭ 48 (+152.63%)
Mutual labels:  decentralized, blockstack
fluffychat
🐑 Decentralized chat with private messages and rooms. Messages and files are encrypted using RSA
Stars: ✭ 25 (+31.58%)
Mutual labels:  decentralized
PhantasmaChain
Blockchain with native storage and smart contract integration.
Stars: ✭ 74 (+289.47%)
Mutual labels:  decentralized
nice-mark
一款基于electron的markdown编辑器
Stars: ✭ 21 (+10.53%)
Mutual labels:  markdown-editor
blockhead
Crypto portfolio tracker, DeFi dashboard, NFT viewer and data explorer for the Ethereum/EVM-based blockchain ecosystem and the web 3.0-powered metaverse https://gitcoin.co/grants/2966/blockhead
Stars: ✭ 41 (+115.79%)
Mutual labels:  decentralized
markdown-editor
✏️ A very simple but useful Markdown Previewer and Markdown Editor with CodeMirror, Markedjs, and Create-react-app
Stars: ✭ 25 (+31.58%)
Mutual labels:  markdown-editor
convex.cljc
Any aspect of the Convex stack, from Clojure
Stars: ✭ 34 (+78.95%)
Mutual labels:  decentralized
react-md-table-generator
Markdown Table Generator in React
Stars: ✭ 19 (+0%)
Mutual labels:  markdown-editor
portal
🔗 zero-config peer-to-peer encrypted live folder syncing that respects your `.gitignore`
Stars: ✭ 284 (+1394.74%)
Mutual labels:  decentralized
mark
mark is an markdown editor app for mac
Stars: ✭ 47 (+147.37%)
Mutual labels:  markdown-editor
nwotable
One app for all your notes on all your devices.
Stars: ✭ 22 (+15.79%)
Mutual labels:  markdown-editor
ipns-link
Expose local http-server (web-app) through IPNS
Stars: ✭ 18 (-5.26%)
Mutual labels:  decentralized
stylo
Stylo est un éditeur de textes pour articles scientifiques en sciences humaines et sociales.
Stars: ✭ 29 (+52.63%)
Mutual labels:  markdown-editor
noted
Markdown note-taking with syntax highlighting and real-time preview.
Stars: ✭ 22 (+15.79%)
Mutual labels:  markdown-editor
markdown-live
📝 Real-time Markdown Editor & Previewer for VS Code
Stars: ✭ 18 (-5.26%)
Mutual labels:  markdown-editor
sundly
💛 Encrypted & decentralized personal health records. Built on Blockstack and powered by Blockchain.
Stars: ✭ 24 (+26.32%)
Mutual labels:  blockstack
whale
The super index for DeFi Blockchain to simplify DeFi light implementation. 🚧 Consolidating into DeFiCh/jellyfish as a single monorepo project.
Stars: ✭ 17 (-10.53%)
Mutual labels:  decentralized

xenon

A markdown editor built for the decentralized web.

View the official website.

Features include:

  • live rendering of your markdown in HTML using regular expressions
  • a lightweight, minimal interface
  • end-to-end encryption of files.

Demo

A GIF demo as the app stands on 10/01/2019

Dark Theme Demo

The app also includes a dark theme for those late-night editing sessions.

A GIF demo of the app with a dark theme on 27/02/2019

Try It Out

You can try it out here.

Official Website

Xenon now has its own official website, which is available (for now) via GitHub Pages.

Not Working?

Browser support for Blockstack is still in alpha at the moment, so you may find that the app remains on the landing page or doesn't log you in successfully.

To ensure a successful experience, make sure you are either:

  • using the latest version of Chrome or Firefox

or

  • have installed the Blockstack browser, which allows you to use the app without browser support issues.

Alternative Browsers Please ensure you're using Chrome, as Blockstack support for Firefox is patchy at the moment (works with an unofficial Blockstack Firefox extension), and non-existent for >IE.

Issues or Bugs

This is still in alpha, so bugs or issues may arise. If so, please submit an issue. <3 Thanks!

Build Setup

If you'd like to run your own instance of xenon, whether for dev purposes or personal use, just execute the following:

# clone the repo
git clone https://github.com/silvia-odwyer/xenon
cd xenon

# install dependencies
# yarn install is no longer supported.
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Near-Future Plans

Several features will be implemented in the following weeks, preceding the March 2019 release:

  • Auto-saving of notes.
  • Full customization of the editor's appearance and UI.
  • Dark mode
  • Mobile responsiveness
  • Move the official website to a component which will be rendered from the xenon-alpha site.

Current State: alpha

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].