Git Product home page Git Product logo

dpaste.el's People

Contributors

jhrr avatar jlouis avatar parkouss avatar tecuya avatar vifon avatar xiangfu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dpaste.el's Issues

Change license to GPLv3

Your copyright note says: "...under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.".

I recommend change the copyright note with GPLv3 info and add a license copy with the name COPYING in repository.

Set language manually

I use org-mode to store technical notes. In this notes I insert blocks of code (mostly python) like this:

#+begin_src python
def get_owner_first_name(instance):
    return instance.first_name

@admin.register(Car):
class CarAdmin(admin.ModelAdmin):
    list_fields = ['id', get_owner_first_name, 'brand__name']
#+end_src

When I select the code and use M-x dpaste-region it get paste as plain text because the buffer mode isn't python. It would be very useful if dpaste can ask for a text mode before send data.

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.