Code Monkey home page Code Monkey logo

markdown-pane's Introduction

markdown-pane

A SolidOS pane to render, create and edit markdown files.

Contribute

Tech stack

  • Typescript
  • React
  • Jest
  • Eslint
  • Prettier
  • SolidOS

Tests

To run all tests:

npm run test

Unit tests

Unit tests use jest and are placed next to the tested file as *.test.ts(x) files.

Dev Server

Start a webpack dev server:

npm start

Visit http://localhost:8080/ to render the pane.

Build

npm run build

The build is done by tsc, webpack is only used as dev server and not for production build.

markdown-pane's People

Contributors

angelo-v avatar bourgeoa avatar timea-solid avatar

Stargazers

Marcel Otto avatar

Watchers

 avatar Pieter Colpaert avatar Sarven Capadisli avatar James Cloos avatar Dmitri Zagidulin avatar Tim Berners-Lee avatar  avatar  avatar Jasper Vaneessen avatar  avatar Sharon Stratsianis avatar  avatar Jeff Zucker avatar

markdown-pane's Issues

Use consistent solid-ui icons

Suggest using cons for the buttons to make it more international. Could you use the same ones as the source-pane ?

-`UI.icons.iconBase + 'noun_253504.svg', // edit button -- the pen icon

  • noun_1180158.svg -- check mark for the "Render" which I think from the user's Point of is more "Save my edits" and is when the data is saved back to the pod.

Shows html instead of raw markdown on CSS

CSS delivers a html rendering of markdown files by default, which causes the pane and textarea to include this html code instead of the raw markdown content. The pane needs to explicitly request "text/markdown"

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.