From f574ead7ea5e794418aa431bb20e3f9a377ee44d Mon Sep 17 00:00:00 2001 From: lana-k Date: Fri, 1 Jul 2022 16:49:02 +0200 Subject: [PATCH] Update index.md --- index.md | 62 ++++++++------------------------------------------------ 1 file changed, 9 insertions(+), 53 deletions(-) diff --git a/index.md b/index.md index 8a103a5..2a6f259 100755 --- a/index.md +++ b/index.md @@ -1,57 +1,13 @@ ---- -description: '' -sidebar: 'docs' -next: '/docs/installation/' ---- - # Introduction -Docc is a starter theme for [Gridsome](https://gridsome.org/) which is a static site generator powered by Vue. It allows you to quickly start writing your technical documentation for any kind of project. +Sqliteviz is a single-page offline-first PWA for fully client-side visualisation of SQLite databases or CSV files. -## Fast by default +With sqliteviz you can: -This is the catchphrase of Gridsome and true in any sense of the word. Static site generators output plain html files and have other great features like image processing and lazy-loading. After Serving the initial html, Gridsome site turn into a snappy single page application. - -If I may quote Gridsome themselves: - -> Gridsome builds ultra performance into every page automatically. You get code splitting, asset optimization, progressive images, and link prefetching out of the box. With Gridsome you get almost perfect page speed scores by default. - -In combination with [Netlify](https://www.netlify.com/) this theme gives you a perfect Lighthouse score out of the box. - -## Simple Navigation - -Any good documentation has great navigation. This theme has support for an organized sidebar fore cross-page navigation as well as an autmatic generated table of contents for each page in your documentation. - -## Search - -The search component which is shipped with this theme, automatically indexes all headlines in your markdown pages and provides instant client side search powered by [Fuse.js](https://fusejs.io/). - -## Dark Mode - -This seems to be a must have for any site in current year. Click the icon at the top of the page and try it out for yourself! - -## TailwindCSS - -This starter uses [TailwindCSS](https://tailwindcss.com/) for layout and styling. You can easily configure it by editing the `tailwind.config.js` file. [PurgeCSS](https://purgecss.com/) is included as well to keep the bundle size as low as possible and the website fast and snappy! - -### Changing Colors - -The most inportant colors are defined in the `src/layouts/Default.vue` file at the top of the `style` block via CSS variables. If you want to change the primary color to orange for example, you would simply touch that value there. - -```css -:rrot { - --color-ui-primary: theme('colors.orange.600'); -} -``` - -## Make it your own - -Of course this is just a starter to quickly get you going. After downloading and installing you can do whatever you want with this theme. Check out the `src` folder and take a look at the components. - -Docc uses [TailwindCSS](https://tailwindcss.com/). Colors and spacing can easily configured. To change the accent color, you only need to touch a single line in the code. - -Don't like how something was designed or implemented? Just change the code and **make it your way**. - -### Contribute - -If you find any spelling mistakes or have improvements to offer, I am open to anyone who has ideas and wants to contribute to this starter theme. \ No newline at end of file +- run SQL queries against a SQLite database and create Plotly charts and pivot tables based on the result sets +- import a CSV file into a SQLite database and visualize imported data +- export result set to CSV file +- manage inquiries and run them against different databases +- import/export inquiries from/to a JSON file +- export a modified SQLite database +- use it offline from your OS application menu like any other desktop app