Giter VIP home page Giter VIP logo

jsblog's Introduction

I'm a developer from Melbourne, currently working primarily with Rust and JavaScript. I'm currently working as a Software Developer at ClearXP, and am completing my Bachelor of Computer Science at RMIT by mid-2024.

I jump between a number of different projects, with my latest including:

When I'm not programming you can find me playing the violin and running!

jsblog's People

Contributors

tehlordvortex avatar tom-ando avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

tehlordvortex

jsblog's Issues

Interface for making posts

A separate page that will generate the md for a post, with a preview (maybe even a drag and drop based editor?).
The page must only generate the md. For example, for the /posts/postList.txt it should take the while file, append the changes, but then present the file back to the user (copy and paste style), for them to manually put into the file themselves.
This is because the whole setup needs to stay static, no exceptions

New lines mess up preview

If a post has a new line it will mess up the preview. I have attempted to fix this before in the displayPostPreview function

Topics for posts

Add a topic system for posts, so that they can be filtered and viewed with more ease

Better examples

Make example posts better and also include a syntax page, with all the supported syntax

Improve customisation

Make the whole page easier to customise. Things like

  • Colors
  • Fonts
  • Headings/titles (of actual page, not just a post)

Escape dangerous symbols

Escape any dangerous symbols in the markdown to prevent anything that shouldn't be on the page appearing on the page

Make linking and urls between posts

Have the application respond to different urls.
Eg.
[jsblog url]/latest - opens to the latest post
Also leave traces in history, so that users can press back arrows, save bookmarks and share links to specific places

Backslashes

Work in back slashes so that anything can be escaped

Posts load oldest first

Make them load newest first. Also, don't use for (i in posts), use for (i of posts), as it retains the order of the array and posts

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.