You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/Home.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Articles will (eventually), when possible, link to relevant MDN docs pages with
8
8
9
9
## Goals
10
10
11
-
_Currently_, the goal for banana is to implement enough of a subset of html and css such that it is possible to make anything. There are several niceties in html and css that would probably be very easy to implement right now (namely other css selector types), but my goals are to get maximize the library capabilities before rounding out the feature set. If you would like one of these features, post an issue. I will happily add a feature if you want it, but I will not work on some of these features unless asked to.
11
+
_Currently_, the goal for banana is to implement enough of a subset of html and css such that it is possible to make anything. There are several things in html and css that would probably be very easy to implement right now (namely other css selector types), but my goals are to get maximize the library capabilities before rounding out the feature set. I will happily add a feature if you want it, but some features I probably will not work on until asked
12
12
13
13
## Getting started
14
14
@@ -19,16 +19,24 @@ To get started, you can either run the command `:BananaSo` while in an nml file,
19
19
To set up an instance for usage in a plugin, use the below code:
20
20
21
21
```lua
22
-
-- the buffer name can be overriden using the <title> tag
0 commit comments