Commit graph

2922 commits

Author SHA1 Message Date
Kyle Drake
67a5294e5a no flash after editor settings change 2024-10-09 15:11:26 -05:00
Kyle Drake
238844b723 keep editor theme change on it's own post method 2024-10-09 11:34:52 -05:00
Kyle Drake
9975daca5c set naming convention for editor vars 2024-10-08 20:58:19 -05:00
Kyle Drake
e93e2f31a0 add back sunburst theme 2024-10-08 20:48:45 -05:00
Kyle Drake
8ad26817f1 set default tab width to 2 to match current default 2024-10-04 17:41:44 -05:00
Kyle Drake
36237484f6
Merge pull request #551 from BanceDev/ace-settings
Updated Ace Editor Settings
2024-10-04 09:51:13 -05:00
Lance Borden
ebc81be9ca
fixed migration not using drop column 2024-10-04 00:21:23 -04:00
BanceDev
811b956a4b updated ace editor with new settings
settings for tab width, font size, keyboard mode, and autocomplete
2024-10-03 18:20:18 -04:00
Kyle Drake
d11e951fe6 usernames: restrict to lowercase match 2024-10-03 14:37:13 -05:00
Kyle Drake
372b22aa48 fix for username regex 2024-10-03 14:22:46 -05:00
Kyle Drake
5f0c590ca6 revert to ace editor 2024-10-02 14:09:38 -05:00
Kyle Drake
4bd30a97c8 fix tutorial 2024-10-02 11:31:54 -05:00
Kyle Drake
3b97b3f89c turn off autosuggestions/autocompletes for now 2024-10-01 22:38:44 -05:00
Kyle Drake
214465a369 only do html validation with html files 2024-10-01 18:26:05 -05:00
Kyle Drake
264d715447 add themes 2024-10-01 18:07:25 -05:00
Kyle Drake
f29244bf20 fix autocomplete misalign, enable minimap, short padding for bottom 2024-10-01 15:50:21 -05:00
Kyle Drake
0daaf69e25 monaco html hinting 2024-10-01 13:36:02 -05:00
Kyle Drake
a40defb927 fix margin for autocomplete text 2024-10-01 12:22:54 -05:00
Kyle Drake
8c7655ac6f fix monaco loading for text editor 2024-10-01 12:15:28 -05:00
Kyle Drake
2aec58b704
Merge pull request #545 from BanceDev/monaco-editor
Feature: Changed Code Editor to Monaco
2024-10-01 10:19:23 -05:00
BanceDev
504ea78593 added fix for inline autocomplete styling 2024-09-30 22:48:16 -04:00
BanceDev
ff27c37cf5 removed the dev and esm folders for monaco 2024-09-30 21:54:57 -04:00
BanceDev
037a9893db added basic languages folder 2024-09-30 21:45:45 -04:00
BanceDev
22864c927a Merge branch 'monaco-editor' of https://github.com/BanceDev/neocities into monaco-editor 2024-09-30 21:43:07 -04:00
BanceDev
4a7483509e added monaco code to public js folder and removed cdn 2024-09-30 21:42:19 -04:00
Lance Borden
75e966d958
Merge branch 'neocities:master' into monaco-editor 2024-09-30 15:05:29 -04:00
Kyle Drake
c2d6b2a361
Merge pull request #544 from neocities/dependabot/bundler/webrick-1.8.2
Bump webrick from 1.8.1 to 1.8.2
2024-09-30 13:37:11 -05:00
dependabot[bot]
a0ac6938cf
Bump webrick from 1.8.1 to 1.8.2
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: webrick
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 18:18:03 +00:00
Kyle Drake
6f030797fa new btc address for lifer 2024-09-30 13:15:57 -05:00
BanceDev
165e17f844 basic monaco editor setup 2024-09-30 09:44:22 -04:00
Kyle Drake
47edba24dc properly escape screenshot path 2024-09-19 18:26:55 -05:00
Kyle Drake
4347642ac6 update puma to latest 2024-09-19 12:55:21 -05:00
Kyle Drake
4a8c55f6be chat tab commented out 2024-09-19 12:53:06 -05:00
Kyle Drake
3a41029313 add htm to uri, use site.uri for screenshot 2024-09-19 12:47:21 -05:00
Kyle Drake
0e827319cd ensure binary write of screenshots 2024-09-18 09:37:13 -05:00
Kyle Drake
48cef121a1 more fixes for file path 2024-09-17 17:14:30 -05:00
Kyle Drake
208950df55 fix for not loading certain characters correctly in editor file paths 2024-09-16 17:04:03 -05:00
Kyle Drake
dee9128cb3 fix up file uris/uri path code 2024-09-15 14:18:35 -05:00
Kyle Drake
1794a4bcba escape file path properly in dashboard, remove question mark scrub for now 2024-09-15 10:14:27 -05:00
Kyle Drake
605fa2cc74 scrub question marks 2024-09-14 13:10:26 -05:00
Kyle Drake
4fe0443a10 add new api clients 2024-09-10 23:34:04 -05:00
Kyle Drake
8331cb85b5 update btc address 2024-09-06 09:45:40 -05:00
Kyle Drake
1e59bab1eb fix bug for missing site 2024-09-04 14:26:36 -05:00
Kyle Drake
81ae359ec0
Merge pull request #537 from neocities/dependabot/bundler/rexml-3.3.6
Bump rexml from 3.3.3 to 3.3.6
2024-09-04 13:18:10 -05:00
Kyle Drake
ccb6c85c41 fixes for non-unique results and missing current site 2024-09-04 13:16:10 -05:00
Kyle Drake
1f1ee0b64e show username and site updated title with link 2024-09-04 12:34:32 -05:00
Kyle Drake
581756e110 tag search for activities, more tags in browse cloud, link between activity and browse tags 2024-09-04 12:19:48 -05:00
Kyle Drake
137f8af60b dont show comments for people you don't follow on news feeds 2024-09-03 22:08:41 -05:00
Kyle Drake
123d05d685 exclude nsfw from global feed 2024-08-30 00:15:27 -05:00
Kyle Drake
8a96e65f9f fix for missing comments on profile 2024-08-29 22:50:03 -05:00