# How does one expand the profile card?

**URL:** https://forum.solidproject.org/t/how-does-one-expand-the-profile-card/1264
**Category:** General Discussion
**Created:** [February 12, 2019, 2:33pm UTC](https://forum.solidproject.org/t/how-does-one-expand-the-profile-card/1264 "2019-02-12T14:33:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![micheldumontier](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.solidproject.org/micheldumontier/32/713_2.png) [@micheldumontier](https://forum.solidproject.org/u/micheldumontier)
#### Post date: [February 12, 2019, 2:33pm UTC](https://forum.solidproject.org/t/how-does-one-expand-the-profile-card/1264/1 "2019-02-12T14:33:02Z")

</div>

Can I use the editor to create arbitary key value pairs?  
Is there another editor I can connect to update the profile?  
Is there one that supports autocompletion with vocabulary prefixes/uris?

---

<div class="post-metadata">

### Author: ![jeffz](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.solidproject.org/jeffz/32/600_2.png) [@jeffz](https://forum.solidproject.org/u/jeffz)
#### Post date: [February 12, 2019, 7:49pm UTC](https://forum.solidproject.org/t/how-does-one-expand-the-profile-card/1264/2 "2019-02-12T19:49:30Z")

</div>

Yes, you can add pairs to a profile but be careful since, at the moment, if your profile becomes unreadable, you won’t be able to use it to authorize yourself and will be locked out of your account (contact your IDP if this happens).

As for editorrs, [https://github.com/jeff-zucker/solid-ide](https://github.com/jeff-zucker/solid-ide) provides the Ace/Cloud9 editor that does some syntax highlighting but is not much help with RDF. Keep your eyes on [What's best triple editor on the Web that suits SoLiD development?](http://forum.solidproject.org/t/whats-best-triple-editor-on-the-web-that-suits-solid-development/1261/2) which will provide other answers to the editor question.

---

<div class="post-metadata">

### Author: ![johanbove](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.solidproject.org/johanbove/32/23_2.png) [@johanbove](https://forum.solidproject.org/u/johanbove)
#### Post date: [February 16, 2019, 10:19pm UTC](https://forum.solidproject.org/t/how-does-one-expand-the-profile-card/1264/3 "2019-02-16T22:19:47Z")

</div>

I’ve copy pasted the profile/card source into a file which I keep locally and named _profile.ttl_. Then I used VSCode with the Stardog RDF Language Extension plugin active and found this helped me while editing the source code in turtle format. The plugin does highlighting and some tool-tips are provided. Once I was finished editing, I copy - pasted the source back into the Solid Pod source editor for my card.

See here for the plugin: [https://marketplace.visualstudio.com/items?itemName=stardog-union.vscode-stardog-languages](https://marketplace.visualstudio.com/items?itemName=stardog-union.vscode-stardog-languages)
