Code Monkey home page Code Monkey logo

mojito's People

Contributors

mateu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mojito's Issues

Save Un-Created Writings

A page is not auto-saved until it is "Created". Once we have created a document then we have an ID to which we can refer and save edit in an AJAXY way without having to push button (other than your keyboard typing to trigger autosave every so often).

How about auto-saving a document pre clicking of the "create" button?

Do we want to save the pre-create edits in a 'tmp' collection? Say the moment you got $x amount of characters, we start saving that shiite.

Make Default wiki langauge configurable (feature request)

Create and use a configuration that determines what the site wide default wiki format is.
For example, having the following config entry should trigger creole to be the wiki lanuage
by default when creating a new page.

default_format => 'creole'

visual: on create page select default (where it now is always textile as the default)

path_name as unique page identifier (feature request)

Currently a page is ID'd by it mongodb id. We'd like a human counterpart that could be a nice url fragment.

Data:

  • mongo page id (unique)
  • page name (disambiguation possibilities?)
  • page path (unique)
  • page_prefix? (e.g /articles/2011/march/)

handle _id and id keys

The mongo backend uses '_id' as a key, whereas the Deep backend uses 'id'. Consider making every mongo doc have an 'id' attribute as well for consistency of implementation.

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.