Git Product home page Git Product logo

Comments (5)

einhirn avatar einhirn commented on August 14, 2024

Maybe you or someone else will send a PR, I don't see me implementing this.

from dokuwiki-plugin-todo.

cjohnsonuk avatar cjohnsonuk commented on August 14, 2024

Can this functionality be achieved using a bureaucracy form to add content to the same page using pagemod action? Thought this might help in the interim

from dokuwiki-plugin-todo.

einhirn avatar einhirn commented on August 14, 2024

Should be doable. Can you write up an example? I used something similar in the past, but I'd have to dig it up to produce an example.

from dokuwiki-plugin-todo.

cjohnsonuk avatar cjohnsonuk commented on August 14, 2024

I'd have to start from scratch! There are some good examples of how to update a page on the pagemod page https://www.dokuwiki.org/plugin:pagemod

from dokuwiki-plugin-todo.

einhirn avatar einhirn commented on August 14, 2024

This should probably do it!?

<form>
action pagemod _self add_todo

fieldset "Add todo"

static "What shall be done?"
textbox  "todo_title"
</form>

===== Todos =====
Here is a list of the todos you'll add via the above form:
<pagemod add_todo output_before>  * <todo>##todo_title##</todo>
</pagemod>

Needs Bureaucracy and Pagemod-Plugin, of course.

from dokuwiki-plugin-todo.

Related Issues (20)

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.