Skip to main content

This is the magic wall (magicwall.io)

Project description

magicwall.io

View, share, compose, edit visual, textual and acustical content and apply arbitraty effects on it.

Consider magicwall a combination of file sharing, content presentation, blogging and programmable playground. Create your own wall by just navigating to it, add content by dropping or pasting files and arbitrary data from outside, arrange it spacially and write code which can be applied to any of that content.

Other people you shared the link to your wall with can copy its content using the drag&drop or copy&paste mechanism or by using Git to clone the whole wall content.

Use it: magicwall.io

Have your own:

git clone https://projects.om-office.de/frans/magicwall.io

Have Python3.7+ and flask installed and run

magicwall.io/magicwall.py

Or use a Docker container:

magicwall.io/run-server

Visit the locally created site

Milestone 1

Requirements for basic usage as simple blogging system and for concept demonstration.

  • <magicwall.io> registered and used with https
  • Previews of files get turned into HTML elements
  • Visualization works (geometry)
  • Create element from dropping a filter element, text or images
  • Drag/drop of element inside wall area moves it
  • Drag/drop of element outside wall area copies as file
  • Drag/drop of element on remove field removes it
  • Pictures get displayed
  • Basic Markdown text formatting works
  • Basic file info on mouse hover
  • Drag/drop works on mobile
  • Basic text editing
  • Basic "filter" work (e.g. b/w for images and running python)
  • Auto-update (-> collab mode)
  • Pasting of text, image data or image files works as dropping
  • Multiple elements can be dropped/pasted at once

Milestone 2

  • User / access permission control
  • Arbitrary files can be added for sharing
  • CTRL+drag&drop copies
  • Resize elments
  • Caching mechanism
  • Square-select multiple items

Future

  • Notification on change
  • Fullscreen / slideshow mode
  • Undo-stack
  • Config-YAML
  • Filter-Hub
  • Search
  • Offline use
  • Git support
  • Editor
  • Links
  • Copy / Paste between sites
  • Video
  • Live-Update (Weather)
  • Support for folders -> Tree
  • Tree-Structure (allows entering)
  • Filter chaining/stacking

Use cases

  • Picture gallery
  • Blogging
  • Mind mapping
  • Algorithm demonstration / education (-> Jupyter)
  • File exchange
  • Note taking

Magic ideas

  • Document optimizer
  • Simple auto optimize images (contrast, etc)
  • Simple BW images
  • Polaroid images
  • Configurable Image with roation, cropping, color improvement, vignetting
  • Files to animation
  • SVG background
  • Auto align by date
  • fetch URL -> return generated HTML

License

For all code contained in this repository the rules of GPLv3 apply unless otherwise noted. That means that you can do what you want with the source code as long as you make the files with their original copyright notice and all modifications available.

See GNU / GPLv3 for details.

Contributing

Before contributing consider installing a pre-commit which runs some static checks, code cleaners and unit tests:

ln -s ../../.git-pre-commit .git/hooks/pre-commit

This pre-commit just runs ./qualitygate, which you can also run manually.

Paradigms

  • each site can be seen as a filesystem folder managed and visualized by magicwall.io. I.e. applying an arbitrary folder should give nice results magically.

Random ideas

  • Visual Filter (looks like polaroid filter and can be moved over arbitrary elements)
  • Transformer filter

Technical challenges

Feel free to help me with each of those questions

Read this

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

magicwall-0.0.3.tar.gz (30.2 kB view hashes)

Uploaded Source

Built Distribution

magicwall-0.0.3-py3-none-any.whl (29.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page