Git Product home page Git Product logo

notes-core's Introduction

Gitpod ready-to-code npm npm package size npm GitHub Lint Workflow Status GitHub Publish Workflow Status GitHub GitHub last commit Maintenance Stand With Ukraine

FRACTAVA Notes Core

Currently Work in Progress

The Core Libary of our Notes Apps. It contains the Editor, but cannot run by itself.

Screenshot

Dev Server

The Dev Server is used to get a development server that watches the libary files and lets you test the libary without pushing in to npm. Its not a part of the package fractava/fractava-notes-core on npm.

If you use Gitpod the development server gets started automatically.

To start the dev server manually run:

  • sudo sh start.sh

OR:

  • cd core
  • npm link
  • cd ../dev-server
  • npm install
  • npm link @fractava/fractava-notes-core
  • npm run serve

Now the Server runs on Port 8080

notes-core's People

Contributors

alwus avatar dependabot-preview[bot] avatar dependabot[bot] avatar jonathantreffler avatar macbrayne avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

notes-core's Issues

Add icons

Quick icon insert feature for Material Design Icons

Improve quill integration

Quill often unfocuses when clicking something in the navbar.
Maybe overriding the hasFocus funtion with true of the Selection object could help.

Add saving

TODO:

  • implement vuex getter for save as json
  • finalize save formats and folder structure

Improve addShape menu

... move information about the available shapes into a array (with standard options like distort and colors per shape)

Add PDF export feature

TODO:

  • choose method of saving (image or objects): both
  • choose libary: jspdf
  • create Pull Request #53
  • implement feature WIP

Implement history

The history navigation will stay accessible in all content modification tabs.

Tabs, in wich Undo/Redo is currently shown in:

  • Home
  • Drawing
  • Insert

Modifications currently being stored in the history:

  • Drawing
  • Text Boxes
  • Page Title

Use Catmull-Rom splines

... instead of painting simple lines for sketches.

Could be implemented with WebGPU for more performance on big sketches.

Add Table feature

TODO:

  • Find Libary for tables in quill
  • implement it
  • create Pull Request

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.