Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow editing metadata #36

Open
bootmii opened this issue Jan 3, 2016 · 2 comments
Open

Allow editing metadata #36

bootmii opened this issue Jan 3, 2016 · 2 comments

Comments

@bootmii
Copy link

bootmii commented Jan 3, 2016

How are we supposed to create Fastext links, for instance?

@rawles
Copy link
Owner

rawles commented May 5, 2016

This isn't possible at the moment, but thanks for the reminder. I'm not quite sure how I'd implement it. Perhaps a metadata editing screen would be easiest.

@pjfdirect
Copy link
Contributor

pjfdirect commented Nov 9, 2016

Here's a little bit of metadata that might be nice to have, to stop all my edit-tf bookmarks having the same title 📚

Apologies in advance for any daft js below, but you'll get the idea:

function updateTitle(theString) {
  document.title = theString + ' | Edit-TF';
  return false;
}
titleString = 'New';
updateTitle(titleString);
<form>
  <input type="text" name="newString" value="">
  <input name="submit" type="submit" value="Update" onclick="updateTitle(newString)">
</form>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants