Giter VIP home page Giter VIP logo

twin4j's People

Contributors

adam-cowley avatar akollegger avatar cj2001 avatar elainerosenberg avatar ggrossetie avatar jexp avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

cj2001 maxyloon

twin4j's Issues

Extract hashtags defined as an attribute on the sections

Currently, we are using a comment in the section to declare hashtags:

[[featured-community-member]]
== Featured Community Member: Kacha Mukabe

This week's featured community member is Kacha Mukabe.

featured::https://dist.neo4j.com/wp-content/uploads/20210624114337/this-week-in-neo4j-26-June-2021.jpeg[name="Kacha Mukabe"]

Kacha is this year's winner of the Leonhard Euler Idea Contest...

// #neo4j #hackathon #graphql #explorereducation

Instead, we should declare the hashtags as an attribute named hashtags (or tags?):

[[featured-community-member]]
[hashtags=hackathon,graphql,explorereducation]
== Featured Community Member: Kacha Mukabe

This week's featured community member is Kacha Mukabe.

featured::https://dist.neo4j.com/wp-content/uploads/20210624114337/this-week-in-neo4j-26-June-2021.jpeg[name="Kacha Mukabe"]

Kacha is this year's winner of the Leonhard Euler Idea Contest...

The #neo4j will be automatically added. We also don't need to prefix them with #.
It's interesting to note, that we could use a shorten syntax:

[#featured-community-member,hashtags=hackathon,graphql,explorereducation]
== Featured Community Member: Kacha Mukabe

This week's featured community member is Kacha Mukabe...

The main benefit is that we will be use the hashtags when we generate tweets:

$ npm run init-tweets 2021-06-26
$ cat docs/2021-06-26/tweets/1-sat-00-00.txt
In this week's #twin4j, we feature Kacha Mukabe...

https://neo4j.com/blog/this-week-in-neo4j-neo4j-4-3-semspect-graph-app-reconciling-taxonomies-contest-winners-relationship-indexes-prov2neo-nodes-2021-recordings/#featured-community-member

#neo4j #hackathon #graphql #explorereducation

Generate a "community card members" with 2 community members

The CLI should ask for an optional secondary community member.
The name of the community members will be separated by "&".

Example:

  • Community Member 1: Rajesh Gaddipati
  • Community Member 2: Vishal Kachave
  • Title (automatically generated): Rajesh Gaddipati & Vishal Kachave

It should also ask for a job title that applies to both community members.
For instance: "Application Developers, Fujitsu".

In addition, in the right bottom corner, it should read "Featured Community Members" (with an s).

We will use two bubbles to display the profile pictures of the community members (with a slight overlap to save some space):

example

Add a npm task to get a slug from a document title

The task should get the document title of blog-post.adoc and generate a slug:

docs/2021-06-26/blog-post.adoc

= This Week in Neo4j - Neo4j 4.3, SemSpect Graph App, Contest Winners, Relationship Indexes, NODES 2021 Recordings

Some content.
$ npm run get-slug 2021-06-26
this-week-in-neo4j-neo4j-4-3-semspect-graph-app-contest-winners-relationship-indexes-nodes-2021-recordings

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.