stellarorion
f22b370a4d
Include a preview of another note ( #874 )
...
* added note including snippet
* Update and rename include-note.md to include-page.md
---------
Co-authored-by: orion-tux <alex.sejnost@pm.me>
2024-06-12 19:22:39 +02:00
Zef Hemel
7ee3ebc33b
Fixes #881
2024-06-08 13:45:53 +02:00
Zef Hemel
3e1322de66
Fixes #883
2024-06-08 13:44:41 +02:00
MrMugame
892849c30b
Fixes the white flash for widget iframes & Make use of panel api ( #882 )
...
* Fix widget iframes flashing when loading
* Set the data-theme attribute for all panels
2024-06-08 13:32:35 +02:00
Zef Hemel
ff923b8718
Remove redundant log
2024-06-07 08:31:55 +02:00
Zef Hemel
9d04257149
Fixes #856
2024-06-07 08:31:29 +02:00
Zef Hemel
60461cf2db
Support level 6 headings in preview
2024-06-07 08:27:11 +02:00
Zef Hemel
e9c3d74dbf
Deno version bump
2024-06-07 08:26:16 +02:00
MrMugame
442133ea2b
Add subscript and superscript ( #879 )
...
* Added superscript and subscript to markdown
* Added docs for Superscript and subscript
* Remove leftover brace
2024-06-07 08:21:16 +02:00
MrMugame
8524c0f96f
Fix for flashing markdown preview ( #880 )
2024-06-07 08:19:26 +02:00
MrMugame
99aaae23f1
Added erlang support ( #878 )
2024-06-05 12:23:12 +02:00
MrMugame
63e3821646
Fixed greedy parsing of settings block ( #876 )
2024-06-04 20:27:10 +02:00
onespaceman
cbd4814493
Fix attachment indexing ( #873 )
2024-05-30 19:55:35 +02:00
Zef Hemel
0f9adeeea5
Deno bump
2024-05-28 19:28:57 +02:00
Zef Hemel
654ca15914
Don't index attachment on list
2024-05-28 19:26:48 +02:00
onespaceman
1f949158e9
Index []() style links ( #827 )
2024-05-27 20:33:41 +02:00
pihentagy
0e3c5587f5
Delete line command ( #866 )
2024-05-25 23:12:48 +02:00
Florent
827b08c21f
Support size for images ( #833 )
...
* Support size for images
* Also support dimensions while rendering markdown
* Parser - ImageWithSize: Comment regexp with examples
2024-05-19 11:05:48 +02:00
Zef Hemel
75d3277885
Fixes #864
2024-05-14 13:24:33 +02:00
s1gnate-sync
4390f6ebc2
Window controls overlay ( #837 )
...
* Update main.scss
Make page header a title bar
* Update manifest.json
Allow custom titlebar
* Resize page header so it won't overlap titlebar controls
2024-05-14 11:49:10 +02:00
MrMugame
f683a4570a
Fixed panel border ( #863 )
2024-05-14 09:22:52 +02:00
Zef Hemel
73a427fe48
0.7.7
2024-04-30 15:11:49 +02:00
honnip
9ad41295a7
docs: update deno deploy entrypoint url ( #857 )
2024-04-28 21:04:48 +02:00
s1gnate-sync
37865243d0
Provide a way to customize app name & desc ( #854 )
...
* Provide a way to customize app name & desc
* Add description to SB_NAME, SB_DESCRIPTION env vars
---------
Co-authored-by: s1gnate.sync <s1gnate.sync@github.com>
2024-04-21 14:37:57 +02:00
Zef Hemel
632243cbd6
Deno version bump to 1.42.4
2024-04-20 16:27:39 +02:00
Dobli
2472d34f29
Add support for Material Design Icons ( #848 )
...
* Add support for Material Design Icons
* Re-export selected material icons to reduce bundle size
2024-04-20 16:24:34 +02:00
Daniel Michel
cb6ee137f2
Improve modals ( #840 )
...
* Adjust picker input to take up all remaining space
* Improve modals and buttons
* Remove confusing focus of scrollable result list in Firefox
* Adjust css for dark themes, add background for text field in prompt
Seperate accent color for text to increase contrast in dark theme
Set css color-scheme to dark for dark theme
* Fix buggy when entering very long text in picker
* Prevent key events from propagating outside of modals
* Always show focus on button
* Add the keydown event listener directly to the mini editor
* Do not refocus the mini editor when it loses focus and refactoring of the AlwaysShownModal.
* Fix reference to button and mini editor focus in chrome
* Fix selected option index capping in filter when using page down
2024-04-20 16:22:02 +02:00
Zef Hemel
27ef256674
Fixes #853 with dependency version bump
2024-04-20 16:20:13 +02:00
Thomas Michelat
c75598cc80
use configurable file size for drag and drop too ( #846 )
2024-04-11 18:06:57 +02:00
Zef Hemel
8617aa5e3e
Deno bump to 1.42
2024-04-09 09:30:51 +02:00
Zef Hemel
82e431d358
Revert font part of #831 back to iA Mono
2024-04-09 09:28:12 +02:00
onespaceman
b292b5f336
fix completion colors ( #843 )
2024-04-08 21:06:39 +02:00
Daniel Michel
3806513ba0
Allow middle click to open link ( #841 )
2024-04-07 15:10:58 +02:00
onespaceman
f193a73e39
New font and css fixes ( #831 )
2024-04-03 22:09:47 +02:00
Daniel Michel
5798a39289
Add the Intl DateTimeFormat polyfill for space scripts without overwriting other Intl classes ( #836 )
2024-04-02 19:26:06 +02:00
Marek S. Łukasiewicz
dc79ba0224
Remove dollar before commands, consistently specify shell for code blocks ( #834 )
2024-04-02 19:25:21 +02:00
Thomas Michelat
e280dfee4a
Adds an option in SETTINGS to change the maximum size of file you can upload to your space. ( #832 )
2024-03-27 21:21:12 +01:00
Justyn Shull
331d526f52
Fix frontmatter indexing error when a tag is a number ( #830 )
...
* Fix indexing error by always treating frontmatter tags as strings
* Only try escaping html in actual strings
2024-03-26 21:04:34 +01:00
johnl
e7eba107c6
Update tag_page.ts explanation string ( #829 )
2024-03-24 06:53:46 +01:00
Florent
5a6d7ecae1
Fix space on end of page name creates two pages, one shadowed #615 ( #817 )
2024-03-23 20:02:16 +01:00
Maks
8a3782e946
improve dependency management ( #770 )
...
* use import_map.json instead of per-file import
* remove test_deps.ts in favor of import_map
* remove common/deps.ts in favor of import_map
* use import_map instead of server/deps.ts
* make all plug-api files usable without an import_map
* make all lib files usable without an import_map
* remove web/deps.ts in favor of import_map
* fix plug build
* remove plug-api/deps.ts in favor of lib/deps.ts
* fix server deps bundled in client deps
2024-03-16 15:29:24 +01:00
Zef Hemel
22b0f13270
README update
2024-03-15 08:32:47 +01:00
Zef Hemel
4eccefb132
Changelog tweaks
2024-03-15 08:21:29 +01:00
Zef Hemel
43ae677fb2
0.7.6
2024-03-15 08:18:09 +01:00
Zef Hemel
a0f7230776
Fixes #803
2024-03-14 20:39:41 +01:00
Zef Hemel
ca5b6803eb
More reload fix attempts
2024-03-14 13:02:34 +01:00
Zef Hemel
2800185893
More race condition fixes
2024-03-13 19:48:43 +01:00
Zef Hemel
3dd09d0670
Docker deno verion bump
2024-03-13 08:36:07 +01:00
Zef Hemel
56954dbc3b
More race condition avoiding event trigger code
2024-03-13 08:35:38 +01:00
Justyn Shull
2eb9ecd34f
Only prepend attachmentUrlPrefix if url doesnt already start with it ( #800 )
2024-03-13 08:26:40 +01:00