mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
Initial prototype commit
This commit is contained in:
14
frontend/js/fancytree/skin-custom-1/README.md
Normal file
14
frontend/js/fancytree/skin-custom-1/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
### Creating Custom Skins
|
||||
|
||||
1. Create a folder like this (recommended name: 'src/skin-custom-...')
|
||||
2. For a start copy files from one of the existing skin folders (src/skin-...)
|
||||
to the custom folder:
|
||||
- ui.fancytree.less (required)
|
||||
- icons.gif (if needed)
|
||||
- loading.gif (if needed)
|
||||
3. cd to your fancytree folder and run `grunt dev` from the connsole.<br>
|
||||
Note: NPM and Grunt are required.
|
||||
Read [how to install the toolset](https://github.com/mar10/fancytree/wiki/HowtoContribute#install-the-source-code-and-tools-for-debugging-and-contributing).
|
||||
4. Edit and save your ui.fancytree.less file.<br>
|
||||
The `ui.fancytree.css` will be generated and updated automatically from
|
||||
the LESS file.
|
||||
Reference in New Issue
Block a user