diff --git a/README.md b/README.md index ba8ef80..1d3a6b8 100644 --- a/README.md +++ b/README.md @@ -1,61 +1,5 @@ -# vue-project +# Leim Tools +A congregate of tools used to visualize TTRPG elements and help content creators (mostly me for now tbh) build their worlds. -This template should help get you started developing with Vue 3 in Vite. - -## Recommended IDE Setup - -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). - -## Type Support for `.vue` Imports in TS - -TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. - -## Customize configuration - -See [Vite Configuration Reference](https://vitejs.dev/config/). - -## Project Setup - -```sh -npm install -``` - -### Compile and Hot-Reload for Development - -```sh -npm run dev -``` - -### Type-Check, Compile and Minify for Production - -```sh -npm run build -``` - -### Run Headed Component Tests with [Cypress Component Testing](https://on.cypress.io/component) - -```sh -npm run test:unit:dev # or `npm run test:unit` for headless testing -``` - -### Run End-to-End Tests with [Cypress](https://www.cypress.io/) - -```sh -npm run test:e2e:dev -``` - -This runs the end-to-end tests against the Vite development server. -It is much faster than the production build. - -But it's still recommended to test the production build with `test:e2e` before deploying (e.g. in CI environments): - -```sh -npm run build -npm run test:e2e -``` - -### Lint with [ESLint](https://eslint.org/) - -```sh -npm run lint -``` +## Timeline +Visual helper for time-related data, such as events, eras and characters. Helpful to know how old a character is while something is happening in the world, or how far two events are separated in the timeline. diff --git a/index.html b/index.html index 21c2c10..9c7ebc3 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,6 @@ -
{{ getFormattedDateTitle(event.date, true) }}
-
-
{{ getFormattedDateTitle(event.startDate, true) }}
+ + ++ Du {{ getFormattedDateTitle(event.startDate, true) }} au + {{ getFormattedDateTitle(event.endDate, true) }} +
+
+
+
Précédente page à évènements
+Prochaine page à évènements
++ {{ getFormattedDateTitle(event.startDate, true) }} +
+ + ++ Du {{ getFormattedDateTitle(event.startDate, true) }} au + {{ getFormattedDateTitle(event.endDate, true) }} +
+ +
+
+