Coder Social home page Coder Social logo

blog's People

Contributors

dependabot[bot] avatar loganfred avatar

blog's Issues

Prototype post importer workflow is not cached and must be re-run each time

The project isn't quite ready for a database yet, but the proof-of-concept importer class needs to be a little more intelligent.

  1. Detect changes (look how normal software does this-- byte count?)
  2. If new, import
  3. If changed, import
  4. If unchanged, pull from cache
  5. Dump everything to new cache (probably json or pickle for now)

Autogenerated lists of links are not working with Pandoc

Further testing needed. Default lists of links generated to be in this form:

- [link text](hyperlink)
- [link text](hyperlink)
- [link text](hyperlink)

Ultimately become this:

<p>
  - <a href=hyperlink>link text</a> - <a href=hyperlink>link text</a> - <a href=hyperlink>link text</a>
</p>

Instead of:

<ul>
  <li><a href=hyperlink>link text</a></li>
  <li><a href=hyperlink>link text</a></li>
  <li><a href=hyperlink>link text</a></li>
</ul>

See https://pandoc.org/MANUAL.html#reference-links

Need templates for Zettelkasten page(s)

  • Build out the model
  • Create cards for each entry
  • Filter cards by tag
  • Placeholder for view of all nodes on a graph (maybe python, maybe JS)
  • Placeholder form for search
  • Use modal and customary giant plus icon to create a new note

HTML preview text in /articles cards is printed literally instead of rendering as HTML

See screenshot.

image

I don't think it makes sense to set breakpoints in the article metadata like one might do in Wordpress because in this case I want the cards to all have a uniform size.

But then again it's HTML, which could be larger or smaller. Maybe it would be best to parse the first X number of characters in the paragraph tags or find some other way to size. Opening emphasis probably shouldn't be scrapped, but it might still effect length.

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.