Skip to content

Commit 0be75c3

Browse files
authored
Create philosophy.md
1 parent 7fad5af commit 0be75c3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

tutorials/contribute/philosophy.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default
3+
title: Create an EEGLAB plugin
4+
long_title: Create an EEGLAB plugin
5+
parent: How to contribute?
6+
grand_parent: Tutorials
7+
---
8+
Creating EEGLAB plugins and extension
9+
========================
10+
{: .no_toc }
11+
This section about creating plugins and extension is fairly long. However, creating an EEGLAB plugin is very simple. If you are in a rush, jump to the [example section](/tutorials/contribute/design_plugin.html#eegplugin_-function-examples) and copy and paste code.
12+
13+
<details open markdown="block">
14+
<summary>
15+
Table of contents
16+
</summary>
17+
{: .text-delta }
18+
- TOC
19+
{:toc}
20+
</details>
21+
22+
How to write EEGLAB functions
23+
--------------------------------
24+

0 commit comments

Comments
 (0)