GithubHelp home page GithubHelp logo

nordeck / matrix-neoboard Goto Github PK

View Code? Open in Web Editor NEW
70.0 2.0 5.0 4.44 MB

A collaborative whiteboard widget for Matrix

License: Apache License 2.0

JavaScript 0.19% Shell 0.01% Dockerfile 0.03% Mustache 0.13% HTML 0.05% TypeScript 99.59%
element hacktoberfest matrix matrix-widget-api nordeck whiteboard

matrix-neoboard's People

Contributors

ahmadkadri avatar charlynguyen avatar dependabot[bot] avatar dhenneke avatar github-actions[bot] avatar maheichyk avatar mgcm avatar nordeck-ci avatar nurjinjafar avatar weeman1337 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

matrix-neoboard's Issues

Demo site isn't working

If I try open https://nordeck.github.io/matrix-neoboard/ it shows me this:

Only runs as a widget

You need to register this URL as a widget, it's not possible to use it standalone. Run this command in the matrix room you want to register the widget in:

/addwidget https://nordeck.github.io/matrix-neoboard/

Widget crashwhen opening a NeoBoard for the first time

Describe the bug

Steps To Reproduce

Steps to reproduce the behavior:
0. I use Element Web on Firefox 122.

  1. Got an invitation to a room with a NeoBoard. (!pQsOZaCCFWWaVfIknH:nordeck.io)
  2. Opened NeoBoard via the toggle icon in the room header.

Expected behavior
NeoBoard opens without any issues.

Screenshots / Videos

NS@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:1136917
DG@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:1681454
ua@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:553097
qa@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:562664
Gu@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:606388
Is@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:592640
Os@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:592568
_s@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:592429
bs@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:589395
534/Yo/<@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:538889
3095/t.unstable_runWithPriority@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:649827
Ho@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:538666
Yo@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:538836
Ko@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:538769
hs@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:586772
Aa@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:558424
na/l</<@https://neoboard.widget.nordeck.io/static/js/main.58356e60.js:2:797932

JavaScript: Console export:
console-export-2024-2-15_18-1-9.txt

Environment:

  • OS: Manjaro Linux, based on the Arch Linux btw
  • Browser: Firefox 122.0

Additional context

  • On the second try of opening this widget, it loaded without an issue.
  • Sadly, I don't have a non-minimized version of the error's trace stack.
  • If the JS-Console output doesn't help, just close the ticket, I guess. ๐Ÿคท

Can't run in subpath

Describe the bug

Neoboard can't be run in a subpath proxied by nginx because the link to bundle.js seems to contain absolute path.

Steps To Reproduce

  1. Run Neoboard node /usr/bin/yarn start
  2. Proxy it with nginx:
location /neoboard/ {
        proxy_pass https://127.0.0.1:3000;

        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";

        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
}

  1. Go to https://your-server/neoboard
  2. Get white screen and 404 as the index page tries to get to /bundle.js which should be /neoboard/bundle.js

Expected behavior

Widget warning showing up

how to make a custom widget collaborative

I am using a url for an inage editor and would like this to be collaborative. is there a matrix documentation on how to make a cystom widget collaborative with users inside that room.

or how we can adapt this repo to a custom url.

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.