Coder Social home page Coder Social logo

pretty-print's People

Contributors

maxbeier avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

zaork

pretty-print's Issues

Auth mit HTW-LDAP davorschalten

LDAP-Server: login-dc-01.login.htw-berlin.de
Base-DN: dc=login,dc=htw-berlin,dc=de
User-DN: ou=idmusers,dc=login,dc=htw-berlin,dc=de
User-ID-Attribute: cn oder sAMAccountName

Ansonsten testen man einfach mit einer BIND-Anfrage mit Nutzername und Passwort ob der LDAP einen reinlässt:

$user = "cn=s0543210, ou=idmusers,dc=login,dc=htw-berlin,dc=de“;
$password = "geheimgeheim";

$resource = ldap_connect("ldaps://login-dc-01.login.htw-berlin.de");
$success = ldap_bind($resource, $user, $password);

HTML- & Markdown-Sicht

Neben der textbasierten Markdown-Sicht sollte es noch eine gerenderte HTML-Sicht geben (mit contenteditable), um auch eine visuelle Möglichkeit zu haben, die Ausgabe zu beeinflussen.

Diese sollte in ein <iframe> gerendert werden, um die Seite zu schützen. Es kann die CSS-Datei von Pandocs Standard-HTML-Template genutzt werden.

YAML-Frontmatter

Pandoc unterstützt die Übergabe von Parametern im YAML-Frontmatter, was vielleicht für Titel und Autor genutzt werden könnte.

Mercury Parser API has shut down

If your app or product is actively using the Mercury Web Parser API, you should transition to your own hosted version of Mercury. The Mercury Parser code is now free and open-source, as well as the code that powered the Mercury Parser API. The project has been extremely well received and already has more than 2,000 stars and a number of custom parsers from the community.

https://github.com/postlight/mercury-parser

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.