Giter Club home page Giter Club logo

tanuki's People

Contributors

siznax avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

tanuki's Issues

Consider re-writing in JS

We have a requests security vulnerability and Flask is now at 1.0. I've enjoyed making simple React apps, and I think this one might work well as a React app, and offer better/easier deployment options.

Provide support for folders or folder "views"

Folders may provide an useful organization layer. Any entry or tag could be allowed to have a folder assigned. Available views would be allowed in any folder.

/folders
/             => /f:<folder>
/list         => /f:<folder>/list
/tags         => /f:<folder>/tags
/tagged/<tag> => /f:<folder>/tagged/<tag>
/notag        => /f:<folder>/notag
/search       => /f:<folder>/search
/media        => /f:<folder>/media
/media/<type> => /f:<folder>/media/<type>

Provide a form for common capture patterns

Capture (/capture) should have a menu for doing common things so you can just enter an URL and select from the menu and click go.

  1. New York Times article (css #article)
  2. Wikipedia article (css #bodyContent)
  3. Wikipedia infobox (css .infobox)
  4. Wikipedia first paragraph (xpath //*[@id="mw-content-text"]/p[1])
  5. Wikipedia first n paragraphs (//*[@id="mw-content-text"]/p[position() <= n])
  6. Wikipedia paragraph(s) before Contents box ("#toc")
  7. etc.

Edit tags

You should be able to rename or delete a tag.

Custom CSS

Have two CSS files that are initially empty, and supply selectors that users can style.

  1. custom.css and selectors to specify background color/image and font style.
  2. entries.css should be empty by default and allow user-defined CSS, e.g.
img.book {
    margin-left:1em;
    margin-bottom:1em;
    float:right;
    width:240px;
}

Browse available media

You should be able to browse available media (or "view gallery") from any list view. Currently, this is only available as:

/gallery/<tag>  (should be /tagged/<tag>/gallery)

To be implemented:

/list/gallery
/updates/gallery
/tagged/<tag>/gallery
/media/<mediatype>/gallery

Settings

You should be able to change settings like the following:

  • database path
  • media path
  • feature tags (the tags that make boxes in home view)
  • custom CSS

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.