Skip to content

a client-side automatic keywording using the "GeoERA Keyword Thesaurus v2.2". Keywords (in English) are appended to the text lines “tab-delimited” with numbers or URIs. The result can then be saved as a CSV file.

Notifications You must be signed in to change notification settings

schmar00/kw-app

Repository files navigation

Svelte + Vite

This template should help get you started developing with Svelte in Vite.

Recommended IDE Setup

VS Code + Svelte.

notes

npm create vite@latest  

-> kw-app
select Svelte
select JavaScript

cd kw-app  
npm install  
npm run dev  

in app.svelte ->

	<script>  
	 let count = $state(0);  
	</script>  
	<button onclick={() => count++}>  
	 clicks: {count}  
	</button>  

legacy -> runes mode !!


npx svelte-add@latest tailwindcss  
npm i  
npm run dev  
tailwind.config.js ??? ->  
/** @type {import('tailwindcss').Config} */  
export default {  
  content: ["./src/**/*.{html,js,svelte,ts}",  
    './pages/**/*.{html,js}',  
    './components/**/*.{html,js}',  
  ],  
  
  theme: {  
    extend: {}  
  },  
  
  plugins: []  
};  

About

a client-side automatic keywording using the "GeoERA Keyword Thesaurus v2.2". Keywords (in English) are appended to the text lines “tab-delimited” with numbers or URIs. The result can then be saved as a CSV file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published