Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/semanticdata/featherico

🦆 Feather Wiki theme aiming to be barebones yet customizable. Auto deploys to GitHub Pages.
https://github.com/semanticdata/featherico

feather-wiki feather-wiki-theme gh-pages wiki

Last synced: 7 days ago
JSON representation

🦆 Feather Wiki theme aiming to be barebones yet customizable. Auto deploys to GitHub Pages.

Awesome Lists containing this project

README

        

# Featherico - Feather Wiki

[Featherico](https://semanticdata.github.io/featherico) is based on [Feather Wiki](https://feather.wiki/).

## 🔌 Extensions

These are the official Feather Wiki extensions used on the project:

- [Search](https://feather.wiki/?page=extensions_search)
- [Transclusion](https://feather.wiki/?page=extensions_transclusion)
- [Marked.js Replacement](https://feather.wiki/?page=extensions_marked-js_replacement)
- [SunEditor Replacement](https://feather.wiki/?page=extensions_suneditor_replacement)
- [Word Count](https://feather.wiki/?page=extensions_wordcount)

### Custom Extensions

These are new extensions I am building for Feather Wiki. Most of them are not ready to be used yet.

- [Back to Top Button](/extensions/back-to-top-button.js)
- [Code Copy Button](/extensions/code-copy-button.js)
- [Table of Contents](/extensions/table-of-contents.js)
- [Drag and Drop Page Order](/extensions/drag-drop-page-order-.js)
- [CodeMirror for Custom CSS](/extensions/codemirror-custom-css.js)
- [CodeMirror for Custom JavaScript](/extensions/codemirror-custom-js.js)
- [CodeMirror for Custom HTML](/extensions/codemirror-custom-html.js)

## 🎨 Customization

CSS variables to easily customize the theme to your liking.

```css
--text-color: #000;
--link-color: #6655aa;
--border-color: #000;

--main-background: #fff;
--secondary-background: #e2e2e2;
--sidebar-background: #d2d2d2;
--button-background: #a6bb3a;

--active-background: #000;
--active-color: #fff;
```

## Useful Links

- [Feather Wiki](https://feather.wiki/)
- [Tiddlyhost](https://tiddlyhost.com/)