Git Product home page Git Product logo

bushel-app's Introduction

Bushel

Bushel is a bare-bones, self-contained digital gardening system. A digital garden is kind of like a wiki; a space for one to write small interlinked documents without the rigid structure of a blog.

Why bushel?

Because there didn't appear to be a small, lightweight wiki/digital garden system where I could update content from the browser. And I know I'm lazy enough I would never update it if I couldn't do it from my phone. So I made many bad decisions and ended up with bushel!

The Site

It's a pretty rudimentary flask application that uses GitHub's markdown api to create static html snippets. It's by no means the best solution, but it works and it's fairly fast.

You'll probably notice the similarities to Microsoft's docs site, both in styling and the fact that it too bases it's content off md files. This is for two reasons: one being that I really like md syntax, and two being that I really like Microsoft's docs site.

What's coming

I'll probably be fixing and tweaking this site for a while, but for more immediate things you can check out the roadmap.

Running

Active the python3 venv then set FLASK_DEBUG=1 and FLASK_APP=bushelapp (I have this set in my venv activate). Then you can just run flask run and browse to http://localhost:5000.

bushel-app's People

Contributors

doomishfox avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

bushel-app's Issues

Image upload UI for leaves.

GitHub's API handles caching of images very neatly so I just need a way to upload them temporarily. Maybe also something like what Medium does where it stores an ultra low res version for fast loading.

See Also Section

Similar to the Backlinks section except optional. Basically a set of links to other bushel pages but of ones you choose whether or not they link back or not.

Page Editing

Couple of things that need doing:

Clean up editing UI a touch. Not much, it's pretty solid, but there are a couple things I want to fix such as move the Save button to the top bar. That way Edit Page and Logout turn into Return and Save Page in edit mode.

I also need to finish getting the editing of leaf names and URIs working. The UI fields are there but the data is just discarded in the backend still.

A way to delete leaves, branches, and roots.

Reordering of leaves within their branches.

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.