Commit graph

262 commits

Author SHA1 Message Date
Oliver Blanthorn
050bc66364
Fix tenses and update new tab 2019-06-03 19:19:54 +01:00
Oliver Blanthorn
8cdb7fc6d2
Update dev diary 2019-06-02 19:13:58 +01:00
Oliver Blanthorn
495142f61f
Update dev diary 2019-06-01 13:08:48 +01:00
Oliver Blanthorn
74ee96e231
Update dev diary 2019-05-31 00:09:43 +01:00
Oliver Blanthorn
da1e525822
Update dev diary 2019-05-29 23:06:30 +01:00
Oliver Blanthorn
f07a7f27dd
Update dev diary 2019-05-29 18:02:01 +01:00
Oliver Blanthorn
e15de37b78
Fix #1353: add migration docs to readme / newtab 2019-05-29 17:39:50 +01:00
Oliver Blanthorn
46519e3a5f
Update dev diary 2019-05-28 11:42:24 +01:00
Oliver Blanthorn
787f519494
newtab: add dev diary 2019-05-27 00:04:14 +01:00
Oliver Blanthorn
3e5142225a
Warn people about the new userChrome pref 2019-05-23 23:51:16 +01:00
Oliver Blanthorn
a673bd9a62
Fix another typo 2019-05-22 17:05:00 +01:00
Marvin Ewald
c3bf459581
Fix nonewtab build links 2019-05-22 17:03:07 +01:00
Oliver Blanthorn
6d580c8907
Update donation amount 2019-05-22 14:13:08 +01:00
Marvin Ewald
107657789d Add note how to migrate configs across builds 2019-05-22 11:28:05 +01:00
Marvin Ewald
79be1c6145 Mention the nonewtab build in the docs 2019-05-22 11:28:05 +01:00
Oliver Blanthorn
4b6bef736b
Update retreat details 2019-05-04 16:46:43 +01:00
glacambre
74db069ef2
Fix errors found by sonarcloud
https://sonarcloud.io/dashboard?id=tridactyl
2019-04-17 07:49:41 +02:00
Oliver Blanthorn
ee7bf293b0
Add issue link 2019-02-21 23:21:41 +00:00
Oliver Blanthorn
15a8b3d031
Add gentle invitation for donations on newtab 2019-02-19 14:53:33 +00:00
Vik Ramanujam
64880252d0
Add Ctrl+g shortcut info to cycle through search results 2019-02-18 20:17:48 +05:30
glacambre
a480a593aa
commandline.css: Force help completion width to 25% of available space 2019-02-08 08:12:01 +01:00
glacambre
65db93caf3
viewsource.css: Make viewsource actually respect colorscheme 2019-02-05 18:29:57 +01:00
glacambre
a4ad43cf77
tutor.template.html: Fix viewsource not being visible 2019-02-05 18:29:54 +01:00
glacambre
f5cfc0a3a3
static/typedoc/layouts/default.hbs: Fix viewsource not working correctly 2019-02-05 18:29:50 +01:00
Oliver Blanthorn
710eb9333b
Explain issue #1313 2019-01-31 12:21:00 +00:00
Oliver Blanthorn
707551d135
Merge pull request #1314 from glacambre/update_urls
sed -i s@github.com/cmcaine/tridactyl@github.com/tridactyl/tridactyl@
2019-01-31 11:57:22 +00:00
glacambre
3e78e2bcf9
Implement winclose and winclose completions
Winclose was already there but was much less useful (could only close
the current window). This commit enables closing other windows and
provides completions for it.

Related issue: https://github.com/tridactyl/tridactyl/issues/794.
2019-01-31 08:13:05 +01:00
glacambre
f14d3a1930
sed -i s@github.com/cmcaine/tridactyl@github.com/tridactyl/tridactyl@
Closes https://github.com/tridactyl/tridactyl/issues/228
2019-01-31 07:16:43 +01:00
Oliver Blanthorn
3884006911
Update bits and bobs for 1.14.7 2019-01-30 17:14:12 +00:00
Oliver Blanthorn
1b29ad5751
Fix #1229: don't change titlebar with guiset 2019-01-30 17:02:02 +00:00
glacambre
46236eab3c
Mention troubleshooting guide in newtab/help page
Closes https://github.com/tridactyl/tridactyl/issues/824.
2019-01-30 06:10:32 +01:00
glacambre
4d0d34127b
Remove userChrome-minimal.css
As mentioned in https://github.com/tridactyl/tridactyl/issues/1229, this
userChrome file isn't kept up to date. It's probably better to remove it
and only support modifying the userChrome with `:guiset`, which is
slightly more tested.
2019-01-28 07:32:09 +01:00
Oliver Blanthorn
ba0dea0349
Merge branch 'make_find_faster' 2019-01-22 15:44:48 +00:00
glacambre
a353c51354
Impletment sessions completion
Sessions completion let us provide completions for the `:undo` ex
command, which can be useful if you need to restore an older tab.

Closes https://github.com/tridactyl/tridactyl/issues/1127.
2019-01-19 18:06:05 +01:00
Oliver Blanthorn
2ee47a9941
Merge branch 'master' into make_find_faster
Rebases are for people who understand how git works.
2019-01-15 17:09:16 +00:00
Oliver Blanthorn
e62eae4d15
Fix #1280: pad hints slightly more 2019-01-15 10:50:15 +00:00
Oliver Blanthorn
a81a14268f
Update settings tutorial to include help [setting] 2019-01-13 16:14:13 +00:00
glacambre
b501930aa6
hinting.ts: Give higher z-index to <a> hints
Closes #1215.
2018-12-07 06:37:53 +01:00
Oliver Blanthorn
abbdd09b70
Fix broken link to tutorial on new tab page 2018-11-23 19:48:52 +00:00
glacambre
c412c8dad0
Rename buffers to tabs
Note: The CSS class names are kept as they were, see #1183 for more
information.
2018-11-19 18:35:37 +01:00
glacambre
9bf5ad1cc5
Update doc links
Issue #1176 was introduced in #1026. It should have been fixed in #1157
but slipped through the cracks. It made me realize that a few other
links were broken and so I fixed them.

Closes #1176.
2018-11-16 19:52:50 +01:00
glacambre
cd55b6f0f8
Update documentation links
As cmcaine said in #1149, the help page links are currently broken
because typedoc tries to generate documentation for source files in the
`compiler/` directory. I just realized that before #1026, these files
were not referenced in any of the files in the `src` directory and this
is why typedoc ignored them. This change happened because I wanted to
type the metadata.

There are three possible solution to #1149.
- Go back to untyped metadata.
- Move the metadata types to Tridactyl's src directory on build.
- Update all links to the doc.

I believe having typed metadata is useful and I'd like to keep it that
way. Moving the metadata types to Tridactyl's src directory is certainly
doable but doesn't sound like the best idea to me, we're unnecessarily
copying files. Updating the links to the doc sounds reasonable as it's
only a one-time thing and so this is what this commit does in order to
close #1149.
2018-11-08 07:00:35 +01:00
Oliver Blanthorn
abbb51debd
Document im_ breaking change 2018-11-04 12:30:42 +00:00
glacambre
946e8031ad
Various tutorial improvements
This commit renames tutorial pages with the number in which they are
visited by the user. This helps when you need to add a new page and want
to link to the previous/next one in it.

It also adds a new page about the native messenger which describes what
it does and how to install it. I took this opportunity to rename
installnative to nativeinstall and to add an ex alias that goes the
other way.

Last, this commit  mentions that `:help` also accepts settings and keys
as argument and that we now have a troobleshooting guide.
2018-11-03 08:06:30 +01:00
Oliver Blanthorn
cf651478fa
Relegate halloween to the changelog 2018-11-02 18:33:14 +00:00
Colin Caine
0a36af8592 👻👻 IMPORTANT: ANNOUNCEMENT 🎃🎃 2018-10-31 21:54:39 +00:00
glacambre
eb726c0861 Add halloween theme 2018-10-31 21:49:02 +00:00
Oliver Blanthorn
b0f6306b71
Unbind I: fix #1096 2018-10-19 17:59:18 +01:00
Oliver Blanthorn
09063ecdf4
Merge branch 'editor_style' 2018-10-11 10:38:24 +01:00
glacambre
1984a66fb9
Add indication that input is being edited in external editor
This commit adds a .TridactylEditing class to input fields that are
being edited in an external editor. In the default theme, this
corresponds to just adding Tridactyl's logo to the input field.

It looks like it is impossible to reference Tridactyl's logo in CSS and
have it work on non-privileged pages so instead of doing that we add a
step to the build process which turns one of Tridactyl's logo into its
base64 representation and embeds it in the default.css theme file.
2018-10-10 18:54:09 +02:00