diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-06-03 10:11:26 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-06-03 10:11:26 -0400 |
commit | ddf4cd7497e832dd83781cd92113171b23e6687e (patch) | |
tree | d1ed7b836aa96bdf29c820acdf51e5552be45cbf | |
parent | 3a8c7068439bbc30d644f4a440c896f590315b03 (diff) | |
download | emacsconf-wiki-ddf4cd7497e832dd83781cd92113171b23e6687e.tar.xz emacsconf-wiki-ddf4cd7497e832dd83781cd92113171b23e6687e.zip |
add general ideas page
-rw-r--r-- | ideas.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ideas.md b/ideas.md new file mode 100644 index 00000000..13b73ea4 --- /dev/null +++ b/ideas.md @@ -0,0 +1,32 @@ +[[!meta title="Ideas"]] +[[!meta copyright="Copyright © 2020, 2021, 2022 Amin Bandali; 2023 Sacha Chua"]] + +This is a place to collect ideas for talks and other sessions for +EmacsConf. :-) + +## Ideas + +- **User stories:** Why and how did you get into Emacs? What was helpful? What was challenging? How did you get deeper into it? + - These types of talks help people connect with other people and see different user journeys. +- **Workflows:** How do you use different packages together? What kind of + glue makes things easier for you? Videos demonstrating workflows are + helpful because it's sometimes hard to read source code or package + documentation and imagine how things work. +- **Emacs configuration techniques, Emacs Lisp** +- **Coding:** Lots of people use Emacs to work with code. Do you have a good setup? Please share! +- **Academia:** Students, teachers, and researchers use Emacs too. +- **Other kinds of work** +- **Personal information management, personal finance, productivity** +- **Personal life, unexpected uses of Emacs** +- **Fun, games, multimedia** +- **Cool ideas from other editors and tools** + +You can also check out past EmacsConf programs to see what kinds of things people have shared before: + +- [[2023|/2023/talks]] +- [[2022|/2022/talks]] +- [[2021|/2021/schedule]] +- [[2020|/2020/schedule]] +- [[2019|/2019/schedule]] +- [[2015|/2015/schedule]] +- [[2013|/2013/#program]] |